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

Builder texinfo-solaris10-sparc Build #6175

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. shell './autogen.sh' ( 41 mins, 36 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 38 secs )
    1. stdio
  4. shell_2 'gmake all' ( 20 mins, 22 secs )
    1. stdio
  5. shell_3 'gmake check' ( 38 mins, 14 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6175 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Feb 21 14:11:01 2026
EndSat Feb 21 15:57:22 2026
Elapsed1 hrs, 46 mins, 20 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