Opened 14 years ago
Closed 14 years ago
#1132 closed defect (fixed)
Assertion when (re)starting PJLIB on different thread
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.5 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Restarting PJLIB using different thread would cause this assertion to be triggered:
../src/pj/os_core_unix.c:400: pj_thread_register: Assertion `thread->signature1 != 0xDEAFBEEF || thread->signature2 != 0xDEADC0DE || (thread->thread == pthread_self())' failed. Aborted
Change History (1)
comment:1 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3314]) Fixed #1132: Assertion when (re)starting PJLIB on different thread