> Running some apps leave me sometime having an > exception in the debugger, so gdb is called. > And many times the function that appears when gdb is > called is nanosleep(). > Should I consider this as a libc issue ? two questions: - what's the type of the exception ? - is the address of the exception really at nanosleep (and not something like nanosleep + 0x????zillion ?)
A+