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

Builder curl-unthreaded-solaris11-sparc Build #6228

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 27 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 6228 Build
codebase Build
got_revision 68b5e6013878b1842e70c2af2f23d67427216910 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 68b5e6013878b1842e70c2af2f23d67427216910 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. Thomas Chauchefoin

Timing:

StartFri Aug 14 08:34:57 2026
EndFri Aug 14 09:09:35 2026
Elapsed34 mins, 37 secs

All Changes:

:

  1. Change #278134

    Category curl
    Changed by Thomas Chauchefoin <thomas.chauchefoinohnoyoudont@trailofbits.com>
    Changed at Fri 14 Aug 2026 10:12:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68b5e6013878b1842e70c2af2f23d67427216910

    Comments

    dict: avoid busy-loop in sendf() when the socket is not writable
    Curl_xfer_send() reports CURLE_AGAIN as a successful zero-byte send, so
    the retry loop spun at 100% CPU and ignored the timeout when the peer
    stopped draining. Wait for writability and check the remaining time
    between retries.
    
    Closes #22576

    Changed files

    • lib/dict.c