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

Builder curl-ares-solaris11-sparc Build #5905

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue May 26 11:03:01 2026
EndTue May 26 11:54:45 2026
Elapsed51 mins, 43 secs

All Changes:

:

  1. Change #268330

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 May 2026 10:52:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5ab34cba42e4ee4282fe8bab43f311d51b9bf9bd

    Comments

    multi: handle pause in multi socket callback
    The mev_sh_entry object might be removed if curl_easy_pause() is called
    from within the socket callback.
    
    Introduced a 'magic' struct field to to 'mev_sh_entry' to make it easier
    to programmatically detect/assert if the pointer is bad - in debug
    builds.
    
    Reported-by: Joshua Rogers
    Closes #21748

    Changed files

    • lib/multi_ev.c