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

Builder curl-unthreaded-solaris11-sparc Build #5693

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5448495cfd782de2d65d596c021a23f6505d1196
Got Revision5448495cfd782de2d65d596c021a23f6505d1196
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 9 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 11 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5693 Build
codebase Build
got_revision 5448495cfd782de2d65d596c021a23f6505d1196 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5448495cfd782de2d65d596c021a23f6505d1196 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Apr 20 11:46:03 2026
EndMon Apr 20 12:37:08 2026
Elapsed51 mins, 5 secs

All Changes:

:

  1. Change #265025

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Apr 2026 11:22:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5448495cfd782de2d65d596c021a23f6505d1196

    Comments

    vtls_scache: check reentrancy
    Track lock status of session cache, add DEBUGASSERT()s for proper
    calling sequences. Add check of lock status.
    
    Use lock status check to prevent reentry of import/export calls.
    Deny such calls with CURLE_RECURSIVE_API_CALL.
    
    Closes #21383

    Changed files

    • lib/easy.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/vtls_scache.h