From owner-freebsd-ports-bugs@freebsd.org Wed Aug 2 00:21:54 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A63CFDC0EA1 for ; Wed, 2 Aug 2017 00:21:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93D876E75F for ; Wed, 2 Aug 2017 00:21:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v720Lr49073785 for ; Wed, 2 Aug 2017 00:21:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221132] [NEW PORT] security/sandsifter: x86 processor fuzzer Date: Wed, 02 Aug 2017 00:21:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 00:21:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221132 --- Comment #14 from rozhuk.im@gmail.com --- Sorry, I dont know how to see syscall number, may be it logged into /var/log/messages? I try run via ssh and via su - no difference in speed: 9500-65000 per/sec depend on instructions set. I run with -j 1 - IMHO thats why I got no crash. Now I run with -j 15 ./sifter.py --unk --dis --len --sync --tick -- -P1 -j 15 -l 1 and quickly (few seconds - few minutes) get exit code 10: #0 0x0000000800967db1 in pthread_getspecific () from /lib/libthr.so.3 #1 #2 0x000000080121e000 in ?? () #3 0x0000000000000000 in ?? () Program terminated with signal 6, Aborted. #0 0x0000000800c4731a in thr_kill () from /lib/libc.so.7 (gdb) bt #0 0x0000000800c4731a in thr_kill () from /lib/libc.so.7 #1 0x0000000800c472e4 in raise () from /lib/libc.so.7 #2 0x0000000800c47259 in abort () from /lib/libc.so.7 #3 0x00000008009703fa in pthread_attr_getaffinity_np () from /lib/libthr.s= o.3 #4 0x000000080096b225 in pthread_mutex_unlock () from /lib/libthr.so.3 #5 0x000000080096ad3f in pthread_mutex_unlock () from /lib/libthr.so.3 #6 0x0000000000401cea in sync_fflush () #7 0x0000000000403a8e in give_result () #8 0x0000000000404492 in main () on intel machine same errors. --=20 You are receiving this mail because: You are the assignee for the bug.=