Hi All I want to catch a asyncronous signal (SIGSEGV) in a thread. By throwing this signal as such does not produce any results. But allowing to run a segment of code like (given below). When ever we run this code instead of causing a single thread to crash, the complete process crashes.
Code:---- char *str = 0x00000000; err = sigwait ( &signalSet, &sig ); str[0] = 52; Causes a core dump instead of thread crashing here. Thanks Vikas ================================================ To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org