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

Builder tcpdump-solaris11-sparcv9 Build #19

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 3 secs )
    1. stdio
  4. shell_2 './build_matrix.sh' ( 1 hrs, 26 mins, 27 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bill Fenner

Timing:

StartTue Jun 24 22:32:13 2025
EndTue Jun 24 23:58:48 2025
Elapsed1 hrs, 26 mins, 35 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