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

Builder texinfo-solaris10-i386 Build #7376

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell './autogen.sh' ( 7 mins, 12 secs )
    1. stdio
  3. shell_1 './configure' ( 11 mins, 50 secs )
    1. stdio
  4. shell_2 'gmake all' ( 18 mins, 33 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 9 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7376 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-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Feb 21 12:48:14 2026
EndSat Feb 21 13:33:14 2026
Elapsed44 mins, 59 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