Date: Wed, 02 Aug 2017 00:21:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221132] [NEW PORT] security/sandsifter: x86 processor fuzzer Message-ID: <bug-221132-13-UmFWOe03lR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221132-13@https.bugs.freebsd.org/bugzilla/> References: <bug-221132-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <signal handler called> #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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221132-13-UmFWOe03lR>