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

Builder tcpdump-solaris10-sparcv9 Build #5956

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revision09a4d311dd6f67e599936f7ba426e7a8125f157e
Got Revision09a4d311dd6f67e599936f7ba426e7a8125f157e
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris10-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 22 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 23 secs )
    1. stdio
  5. shell_3 gmake ( 10 mins, 22 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 1 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/tcpdump-solaris10-sparcv9 slave
buildername tcpdump-solaris10-sparcv9 Builder
buildnumber 5956 Build
codebase Build
got_revision 09a4d311dd6f67e599936f7ba426e7a8125f157e Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision 09a4d311dd6f67e599936f7ba426e7a8125f157e Build
scheduler schedule-tcpdump-solaris10-sparcv9 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/tcpdump-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bill Fenner

Timing:

StartTue Jun 24 22:32:11 2025
EndTue Jun 24 22:46:34 2025
Elapsed14 mins, 22 secs

All Changes:

:

  1. Change #237696

    Category tcpdump
    Changed by Bill Fenner <fennerohnoyoudont@gmail.com>
    Changed at Tue 24 Jun 2025 22:28:00
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 09a4d311dd6f67e599936f7ba426e7a8125f157e

    Comments

    Avoid race condition when receiving signal during shutdown
    If we receive a TERM signal while we're shutting down, we
    can access a free'd pcap_t while trying to call pcap_breakloop().
    We avoid this by setting the "pd" to NULL after freeing it, and don't
    try to use it if it's NULL.

    Changed files

    • tcpdump.c