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

Builder texinfo-solaris11-i386 Build #6884

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 3 mins, 59 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 49 secs )
    1. stdio
  4. shell_2 'gmake all' ( 8 mins, 51 secs )
    1. stdio
  5. shell_3 'gmake check' ( 12 mins, 25 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6884 Build
codebase Build
got_revision 3b28762fd387172756b83ae4beb5413354d6b6f6 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 3b28762fd387172756b83ae4beb5413354d6b6f6 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartSat Nov 22 22:27:53 2025
EndSat Nov 22 22:59:05 2025
Elapsed31 mins, 12 secs

All Changes:

:

  1. Change #249635

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 22 Nov 2025 22:20:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3b28762fd387172756b83ae4beb5413354d6b6f6

    Comments

    Fix Info memory errors after signals
    * info/window.c (window_make_modeline),
    * info/footnotes.c (info_get_or_remove_footnotes):
    Add check if 'node' field of WINDOW argument is null.
    
    * info/window.c (window_new_screen_size, window_make_window):
    Allocate modeline with xzalloc rather than xmalloc so that the
    memory will be initiailised.
    
    There were occasional memory errors when a signal was sent to Info
    in the redisplay code if these data structures were not initialised.
    I obtained this unreliably under valgrind monitoring with
    "TEXINFO_INFO_TESTS_TIMEOUT=2 t/resize-in-completions.sh".

    Changed files

    • ChangeLog
    • info/footnotes.c
    • info/window.c