Wireshark-bugs: [Wireshark-bugs] [Bug 10140] New: Buildbot crash output: fuzz-2014-05-28-25235.p
Date: Thu, 29 May 2014 03:30:05 +0000
Bug ID 10140
Summary Buildbot crash output: fuzz-2014-05-28-25235.pcap
Classification Unclassified
Product Wireshark
Version unspecified
Hardware x86-64
URL http://www.wireshark.org/download/automated/captures/fuzz-2014-05-28-25235.pcap
OS Ubuntu
Status CONFIRMED
Severity Major
Priority High
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter buildbot-do-not-reply@wireshark.org

Problems have been found with the following capture file:

http://www.wireshark.org/download/automated/captures/fuzz-2014-05-28-25235.pcap

stderr:
Input file: /home/wireshark/menagerie/menagerie/1598-ws_00445_20080327094342.gz

Build host information:
Linux wsbb04 3.2.0-61-generic #93-Ubuntu SMP Fri May 2 21:31:50 UTC 2014 x86_64
x86_64 x86_64 GNU/Linux
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:    12.04
Codename:    precise

Buildbot information:
BUILDBOT_REPOSITORY=ssh://wireshark-buildbot@code.wireshark.org:29418/wireshark
BUILDBOT_BUILDNUMBER=2774
BUILDBOT_URL=http://buildbot.wireshark.org/trunk/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_SLAVENAME=clang-code-analysis
BUILDBOT_GOT_REVISION=281616f09bad617c788ab932ff692d423d9607d3

Return value:  152

Dissector bug:  0

Valgrind error count:  0



Git commit
commit 281616f09bad617c788ab932ff692d423d9607d3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue May 27 13:13:37 2014 +0200

    Fix build on my old Windows XP Buildbot (With VS2008EE) (Try 2...)

    ../../asn1/atn-ulcs/packet-atn-ulcs-template.c(126) : fatal error C1083:
Cannot
    open include file: 'stdint.h': No such file or directory

    Change-Id: Id3c3082fe91a79e44abbfd4e2b2f1fc7d5c183d4
    Reviewed-on: https://code.wireshark.org/review/1814
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>


Command and args: ./tools/valgrind-wireshark.sh -T

==31974== Memcheck, a memory error detector
==31974== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==31974== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==31974== Command:
/home/wireshark/builders/trunk-clang-ca/clangcodeanalysis/install/bin/tshark
-Vx -nr
/fuzz/buildbot/clangcodeanalysis/valgrind-fuzz/fuzz-2014-05-28-25235.pcap
==31974== 
==31974== 
==31974== Process terminating with default action of signal 24 (SIGXCPU):
dumping core
==31974==    at 0xA5B403E: __write_nocancel (syscall-template.S:82)
==31974==    by 0xA546882: _IO_file_write@@GLIBC_2.2.5 (fileops.c:1289)
==31974==    by 0xA546749: new_do_write (fileops.c:543)
==31974==    by 0xA547EB4: _IO_do_write@@GLIBC_2.2.5 (fileops.c:516)
==31974==    by 0xA547024: _IO_file_xsputn@@GLIBC_2.2.5 (fileops.c:1371)
==31974==    by 0xA53C5EC: fputs (iofputs.c:42)
==31974==    by 0x65C76A4: print_line_text (print.c:1145)
==31974==    by 0x65C9322: proto_tree_print_node (print.c:192)
==31974==    by 0x65CAE5B: proto_tree_children_foreach (proto.c:629)
==31974==    by 0x65C93ED: proto_tree_print_node (print.c:241)
==31974==    by 0x65CAE5B: proto_tree_children_foreach (proto.c:629)
==31974==    by 0x65C93ED: proto_tree_print_node (print.c:241)
==31974== 
==31974== HEAP SUMMARY:
==31974==     in use at exit: 30,341,875 bytes in 414,296 blocks
==31974==   total heap usage: 52,010,592 allocs, 51,596,296 frees,
3,601,709,601 bytes allocated
==31974== 
==31974== LEAK SUMMARY:
==31974==    definitely lost: 304 bytes in 22 blocks
==31974==    indirectly lost: 8 bytes in 1 blocks
==31974==      possibly lost: 0 bytes in 0 blocks
==31974==    still reachable: 30,341,563 bytes in 414,273 blocks
==31974==         suppressed: 0 bytes in 0 blocks
==31974== Rerun with --leak-check=full to see details of leaked memory
==31974== 
==31974== For counts of detected and suppressed errors, rerun with: -v
==31974== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 43 from 5)
./tools/valgrind-wireshark.sh: line 113: 31974 CPU time limit exceeded (core
dumped) $LIBTOOL valgrind --suppressions=`dirname $0`/vg-suppressions
--tool=$TOOL $CALLGRIND_OUT_FILE $VERBOSE $LEAK_CHECK $REACHABLE $TRACK_ORIGINS
$COMMAND $COMMAND_ARGS $PCAP $COMMAND_ARGS2 > /dev/null

[ no debug trace ]


You are receiving this mail because:
  • You are watching all bug changes.