From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 13 02:41:39 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04AD1911 for ; Sat, 13 Sep 2014 02:41:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2C49BBC for ; Sat, 13 Sep 2014 02:41:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8D2fckZ034033 for ; Sat, 13 Sep 2014 02:41:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193593] [dtrace] root@test3:/home/adrian/git/norse/dsniff # dtrace -n 'pid$target:libc*:flockfile:entry { @[execname, ustack()] = count(); } END { trunc(@, 10); }' -p 44592 dtrace: description 'pid$target:libc*:flockfile:entry ' matched 2 probes Segmentation faul Date: Sat, 13 Sep 2014 02:41:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 02:41:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193593 --- Comment #2 from Adrian Chadd --- And, uselessly: root@test3:/home/adrian/git/norse/dsniff # gdb762 /usr/sbin/dtrace ./dtrace.core GNU gdb (GDB) 7.6.2 [GDB v7.6.2 for FreeBSD] Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-portbld-freebsd10.0". For bug reporting instructions, please see: ... Reading symbols from /usr/sbin/dtrace...(no debugging symbols found)...done. [New process 100302] [New process 100316] [New Thread 802808c00 (LWP 100316)] [New Thread 802806400 (LWP 100302)] Core was generated by `dtrace'. Program terminated with signal 11, Segmentation fault. #0 0x000000080083149b in ?? () from /lib/libthr.so.3 (gdb) bt #0 0x000000080083149b in ?? () from /lib/libthr.so.3 #1 0x0000000800837145 in pthread_cond_broadcast () from /lib/libthr.so.3 #2 0x0000000800a6c277 in dt_proc_continue () from /lib/libdtrace.so.2 #3 0x00000000004037df in ?? () #4 0x000000000040233f in ?? () #5 0x0000000800625000 in ?? () #6 0x0000000000000000 in ?? () (gdb) -- You are receiving this mail because: You are the assignee for the bug.