K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-04-08T06:37:00.000000Z K 7 svn:log V 324 Do not assume that the initial thread (i.e. the thread with the ID equal to the process ID) is still present when we dump a core. It already may have been destroyed. In that case we would end up dereferencing a NULL pointer, so specifically test for that as well. Reported & tested by: Dan Nelson END