mecano1 / vogar

Automatically exported from code.google.com/p/vogar
1 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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