Disabling the sigsegv provoking new debug message

This commit is contained in:
Thomas Schmitt 2008-11-08 20:25:38 +00:00
parent 6fe53827da
commit 2ce3199241
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2008.11.08.141734"
#define Cdrskin_timestamP "2008.11.08.202456"

View File

@ -561,9 +561,12 @@ int burn_fifo_abort(struct burn_source_fifo *fs, int flag)
if (fs->thread_is_valid <= 0 || fs->thread_handle == NULL)
return(2);
#ifdef NIX
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_HIGH,
"Aborting running burn_source_fifo thread", 0, 0);
#endif /* NIX */
pt= *((pthread_t *) fs->thread_handle);
remove_worker(pt);
ret = pthread_cancel(pt);