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

Builder ffmpegsos-solaris10-sparc Build #13238

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 44 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 ( 7 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_sos.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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13238 Build
codebase Build
got_revision ab7b6ef0a2c54c363abcb87b0df7b6f71d256f08 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ab7b6ef0a2c54c363abcb87b0df7b6f71d256f08 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. nyanmisaka

Timing:

StartSun Apr 12 17:25:04 2026
EndSun Apr 12 17:25:59 2026
Elapsed55 secs

All Changes:

:

  1. Change #264242

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Sun 12 Apr 2026 14:50:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ab7b6ef0a2c54c363abcb87b0df7b6f71d256f08

    Comments

    hwcontext_vulkan: fix double free when vulkan_map_to_drm fails
    The multiplanar image with storage_bit enabled fails to be exported
    to DMA-BUF on the QCOM turnip driver, thus triggering this double-free issue.
    
    ```
    [Parsed_hwmap_2 @ 0xffff5c002a70] Configure hwmap vulkan -> drm_prime.
    [hwmap @ 0xffff5c001180] Filter input: vulkan, 1920x1080 (0).
    [AVHWFramesContext @ 0xffff5c004e00] Unable to export the image as a FD!
    free(): double free detected in tcache 2
    Aborted
    ```
    
    Additionally, add back an av_unused attribute. Otherwise, the compiler
    will complain about unused variables when CUDA is not enabled.
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavutil/hwcontext_vulkan.c