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

Builder tcpdump-solaris11-sparc Build #21

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-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 4 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, 33 mins, 13 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bill Fenner

Timing:

StartTue Jun 24 22:32:04 2025
EndWed Jun 25 00:05:25 2025
Elapsed1 hrs, 33 mins, 21 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