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

Builder ffmpeg-solaris10-i386 Build #13754

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision22d06b39ce0545ce597f090d84f60c1a2b04fd25
Got Revision22d06b39ce0545ce597f090d84f60c1a2b04fd25
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 15 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13754 Build
codebase Build
got_revision 22d06b39ce0545ce597f090d84f60c1a2b04fd25 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 22d06b39ce0545ce597f090d84f60c1a2b04fd25 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. jiangjie

Timing:

StartWed May 13 15:02:40 2026
EndWed May 13 15:03:09 2026
Elapsed29 secs

All Changes:

:

  1. Change #266991

    Category ffmpeg
    Changed by jiangjie <jiangjieohnoyoudont@agora.io>
    Changed at Wed 13 May 2026 14:11:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 22d06b39ce0545ce597f090d84f60c1a2b04fd25

    Comments

    avfilter/avfilter: fix memory leak of filter name in ff_filter_alloc error path
    When ff_filter_alloc fails after the name has been allocated (via
    av_strdup), the error handling code frees inputs and input_pads but
    misses freeing ret->name, causing a memory leak.
    
    Add av_freep(&ret->name) in the error path before freeing inputs.

    Changed files

    • libavfilter/avfilter.c