[Bug 209194] Seg fault with pthread_cond_signal() and pthread_cond_broadcast()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 2 10:13:28 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209194

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib at FreeBSD.org

--- Comment #1 from Konstantin Belousov <kib at 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 are
useless (or too hard to interpret usefully), since debugger matches nearest
defined symbols to the addresses in backtrace, which typically mis-represents
the problem. But I am sure that libthr is a victim of unrelated bug in other
code.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list