On 6/30/2011 3:19 PM, Steffen wrote:
> Found the following  in drwatson when it crashes at start up:
> 
> *----> State Dump for Thread Id 0x1e48 <----*
> 
> eax=7c90da1a ebx=00000000 ecx=00c0ffa8 edx=00c0ffb0 esi=0094c198 edi=6ff43294
> eip=6eed568f esp=00c0ff88 ebp=00c0ffec iopl=0         nv up ei pl nz na pe nc
> cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000 efl=00000202
> 
> function: libapr-1!apr_os_thread_put

Did it happen to provide a backtrace for that thread?  These are the
registers and faulting function, but need to know the callers of
apr_os_thread_put() to understand why it was called with invalid
arguments and second guess which invocation this was.

Reply via email to