cgdecker / vogar

Automatically exported from code.google.com/p/vogar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--profile-thread-group fails because one of the traces' stacks is empty

GoogleCodeExporter opened this issue · comments

SamplingProfiler.writeHprofData crashes in writeHprofData() because one of the 
traces doesn't have a stack!

    java.lang.ArrayIndexOutOfBoundsException: index=0 length=0
        at dalvik.system.SamplingProfiler.writeHprofData(SamplingProfiler.java:539)
        at dalvik.system.SamplingProfiler.writeHprofData(SamplingProfiler.java:482)
        ... 7 more

It's possible that there may be unstarted threads in my thread group. 

Original issue reported on code.google.com by jessewil...@google.com on 2 Nov 2010 at 12:01

Original comment by jessewil...@google.com on 2 Nov 2010 at 12:13

  • Changed state: Fixed