Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris11-sparc Build #7453

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiondc78a1a2d7e177d97bf041947e11b56b97ac9a93
Got Revisiondc78a1a2d7e177d97bf041947e11b56b97ac9a93
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 20 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 50 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 47 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7453 Build
codebase Build
got_revision dc78a1a2d7e177d97bf041947e11b56b97ac9a93 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision dc78a1a2d7e177d97bf041947e11b56b97ac9a93 Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartTue May 5 22:32:31 2026
EndTue May 5 22:52:47 2026
Elapsed20 mins, 15 secs

All Changes:

:

  1. Change #266394

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 05 May 2026 22:28:25
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dc78a1a2d7e177d97bf041947e11b56b97ac9a93

    Comments

    info: Fix infinite loop
    * info/session-cmd.c (forward_move_node_structure):
    Replace call to info_handle_pointer to follow "Up" pointer.
    Check Up pointer is not to a different file, to avoid going
    all the way up to "(dir)".  Also check that it does not point
    to the current node, to avoid an infinite loop.  Fall through to
    code handling last node in the file when we can't go Up any more.
    Remove braces and extra level of indentation.
    
    An infinite loop occured when the "dir" node had an Up node.
    Report from Aidan <aidanczhai@gmail.com>.

    Changed files

    • ChangeLog
    • info/session-cmd.c