Opened 6 years ago
Closed 6 years ago
#112 closed task (fixed)
Dump a better core on time-out
Reported by: | Thierry Delisle | Owned by: | Thierry Delisle |
---|---|---|---|
Priority: | major | Component: | libcfa |
Version: | 1.0 | Keywords: | |
Cc: |
Description
Some concurrency issues are only seen from timeouts and don't print anything very useful.
We should add a signal handler to dump all threads on timeouts.
Change History (2)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This was handled using gdb facilities to print core dump. We will see if this is sufficient.