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

Builder tcpdump-solaris11-i386 Build #21

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tcpdump-solaris11-i386 slave
buildername tcpdump-solaris11-i386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/tcpdump-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bill Fenner

Timing:

StartTue Jun 24 22:32:05 2025
EndWed Jun 25 02:23:12 2025
Elapsed3 hrs, 51 mins, 7 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