Date: Fri, 13 Apr 2018 14:52:03 +0000 From: bugzilla-noreply@freebsd.org To: threads@FreeBSD.org Subject: [Bug 221167] pthreads unstable after botched upgrade Message-ID: <bug-221167-13406-N5TokDurbe@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221167-13406@https.bugs.freebsd.org/bugzilla/> References: <bug-221167-13406@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=3D221167 Eric van Gyzen <vangyzen@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vangyzen@FreeBSD.org --- Comment #2 from Eric van Gyzen <vangyzen@FreeBSD.org> --- Those two syscalls were added between 11.0 and 11.1. It sounds like you ha= ve an 11.0 libc. Try this: $ objdump -T /lib/libc.so.7 | grep clock_nanosleep 00000000000e9a00 g DF .text 0000000000000011 FBSDprivate_1.0 __sys_clock_nanosleep 000000000004cb10 w DF .text 000000000000000e FBSD_1.5 clock_nanosle= ep $ objdump -T /lib/libc.so.7 | grep fdatasync 00000000000e99e0 g DF .text 0000000000000011 FBSDprivate_1.0 __sys_fdatasync 00000000000e99e0 w DF .text 0000000000000011 FBSDprivate_1.0 _fdatasync 000000000004ca20 g DF .text 000000000000000b FBSD_1.5 fdatasync You should see output similar to the above. If you see no output, you need= to get /lib/libc.so.7 from 11.1. Of course, there may be many other files out-of-sync, so you should take more complete measures to get your system i= nto a known-good state. --=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-221167-13406-N5TokDurbe>