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

Builder ffmpegsos-solaris10-sparc Build #13837

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 mins, 20 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13837 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e 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. Lynne

Timing:

StartSat Aug 15 11:44:15 2026
EndSat Aug 15 11:46:36 2026
Elapsed2 mins, 20 secs

All Changes:

:

  1. Change #278295

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 15 Aug 2026 11:34:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8fc0de2e5b88dbad1d8ec1be6474729fc0542b26

    Comments

    vulkan_h264: move the session parameter structures off the stack
    Nearly 160KiB, which overflows musl's default 128KiB thread stack on
    its own.
    
    Fixes #22342.

    Changed files

    • libavcodec/vulkan_h264.c
  2. Change #278296

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 15 Aug 2026 11:34:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e

    Comments

    vulkan_hevc: move the inline session parameter structures off the stack
    123KiB, dominated by the 1024-entry HRD parameters array in
    HEVCHeaderVPS; together with anything below it, this overflows musl's
    default 128KiB thread stack. Reuse the persistent header buffer, which
    the non-inline path never uses at the same time. This also lifts the
    artificial vps_num_hrd_parameters limit the fixed-size array imposed.
    
    Fixes #22342.

    Changed files

    • libavcodec/vulkan_hevc.c