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

Builder tcpdump-solaris10-i386 Build #5829

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 6 secs )
    1. stdio
  4. shell_2 configure ( 1 mins, 16 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 4 mins, 9 secs )
    1. stdio
  6. shell_4 'gmake check' ( 1 mins, 14 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bill Fenner

Timing:

StartTue Jun 24 22:32:08 2025
EndTue Jun 24 22:39:04 2025
Elapsed6 mins, 55 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