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

Builder texinfo-solaris11-i386 Build #7142

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 13 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 16 mins, 0 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 7142 Build
codebase Build
got_revision 8a106f9c6dbf38c95a2669a59c391337abbb601b Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8a106f9c6dbf38c95a2669a59c391337abbb601b 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. Patrice Dumas

Timing:

StartSat Feb 21 12:48:13 2026
EndSat Feb 21 13:29:42 2026
Elapsed41 mins, 28 secs

All Changes:

:

  1. Change #258413

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 21 Feb 2026 12:42:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8a106f9c6dbf38c95a2669a59c391337abbb601b

    Comments

    Fix memory leak and other memory issues found by valgrind
    * tta/C/convert/format_html.c (mini_toc_internal): free text.
    
    * tta/C/main/translations.c (free_lang_translation): free
    lang_translation->encoded_lang.
    
    * tta/C/convert/html_converter_finish.c (html_free_converter):
    free self->translated_special_unit_info_texinfo,
    self->files_css_import_lines and self->files_css_rule_lines.
    
    * tta/C/convert/html_converter_finish.c (html_free_converter):
    free main_units_direction_names after calling
    html_free_direction_icons_array, as html_free_direction_icons_array
    uses main_units_direction_names.
    
    * tta/C/main/manipulate_indices.c (destroy_collator): free coll.sv
    only if the collation type is not ctn_locale_collation as the
    collator is a union.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_converter_finish.c
    • tta/C/main/manipulate_indices.c
    • tta/C/main/translations.c
    • tta/C/parsetexi/end_line.c