[Bug 209194] Seg fault with pthread_cond_signal() and pthread_cond_broadcast()
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209194 --- Comment #2 from Michael Cress <[email protected]> --- Is it possible to get a version of this library with the debugging information compiled in? I agree that the most likely explanation is a bug in my code as the unit tests for that section of code execute correctly. However, examining the data structures using GDB between succeeding and failing calls, I have verified that the cond var and the lock memory addresses are not being modified. Visibility and access to the lock and cond vars does not escape the .c file so I can't see where overwriting or corruption of the lock and cond vars could happen. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"