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

Builder curl-threaded-solaris11-sparc Build #5801

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 45 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5801 Build
codebase Build
got_revision 2a2104f3cff44bb28bb570a093be52bbeeed8f23 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2a2104f3cff44bb28bb570a093be52bbeeed8f23 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue May 12 08:23:03 2026
EndTue May 12 09:20:21 2026
Elapsed57 mins, 18 secs

All Changes:

:

  1. Change #266812

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 12 May 2026 08:11:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a2104f3cff44bb28bb570a093be52bbeeed8f23

    Comments

    event: fix wakeup consumption
    The events on a multi wakeup socketpair were only consumed via
    curl_multi_poll()/curl_multi_wait() but not in event based processing on
    a curl_multi_socket() call. That led to busy loops as reported in
    
    Fixes #21547
    Reported-by: Earnestly on github
    Closes #21549

    Changed files

    • lib/multi.c