Date: Mon, 02 May 2016 10:13:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-threads@FreeBSD.org Subject: [Bug 209194] Seg fault with pthread_cond_signal() and pthread_cond_broadcast() Message-ID: <bug-209194-16-j6ByZZUvFR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209194-16@https.bugs.freebsd.org/bugzilla/> References: <bug-209194-16@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=3D209194 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Michael Cress from comment #0) Best idea is that your code has a bug. Also, backtraces from libraries without debugging information compiled in a= re useless (or too hard to interpret usefully), since debugger matches nearest defined symbols to the addresses in backtrace, which typically mis-represen= ts the problem. But I am sure that libthr is a victim of unrelated bug in other code. --=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-209194-16-j6ByZZUvFR>