> Is there any way you can grab a few representative thread dumps while > it's churning away so we can see what it's doing? ( jps -lm to find > the process id, then jstack <pid> to get the thread dumps) ? > > > -- Tor
I am new here and have yet to figure out how to attach files, but I hope this helps somehow. Same issue, thread running wild, 64bit jdk windows 7 I was able to collect this about the thread. Thread Start Address: Symbol Name: Line Number: PC: msvcrt ! _ctype() + 0x5c0e ------ 7FEFDBD73FC Thread Stack:: Symbol: Line Number: PC:Stack Frame: jvm ! JVM_FindSignal() + 0x14799f ------ 6DBC160F3B66F5E8 <- A lot jvm ! JVM_FindSignal() + 0x1479a8 ------ 6DBC16183B66F5E8 jvm ! JVM_FindSignal() + 0x1479c3 ------ 6DBC16333B66F5E8 KERNELBASE + 178C ------ 7FEFD7E178C3B66F5E0 KERNELBASE + 177A ------ 7FEFD7E177A3B66F5E0 not often: kernel32 ! ReadFile() + 0x75 ------ 775D3F483B66F5E0 ntdll ! RtlCreateTagHeap() + 0x736 ------ 7783135A3B66EB80 KERNELBASE + 10AC ------ 7FEFD7E10AC3B66EB88 DLL information Name: msvcrt.dll Base: 7FEFDBD0000 Size: 651.264 InMem: 339.968 Build Time: 2009-07-14 03:30:38 Version: 7.0.7600.16385 (win7_rtm.090713-1255) Description: Windows NT CRT DLL Company: Microsoft Corporation Signer: Verified: Microsoft Windows Full Path: C:\Windows\system32\msvcrt.dll -- Allan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

