Re: signal fault in critical section
Posted By:
Simon_Ablett
Posted On:
Wednesday, March 27, 2002 06:29 AM
A signal 11 is a SEGV (memory segmentation error). This occurs when an area of memory becomes corrupted by errant code. Suggest that the fault most likely lies with your C++ code.
Hope that this is of use.
Regards.