Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  ClearTasks / GetPointCloudAnisotropy
#25
Hi again,

Thanks for sending the source code. 
We had a look at it and we reached the same conclusion that none of the crashing methods are referenced anywhere...

Have you had any experience with a crashdump being misleading? It almost seems like it's outputting incorrect method names, and whatever is at 0x....0805 isn' actually ClearTasks, but some other method (one that's recursive, since it appears 3 times in the stack).

Or do you maybe have another theory as to why non-recursive, non-referenced methods appear in the stack?


0x00007FFE554D0805 (libOni) ClearTasks
0x00007FFE554D6FF5 (libOni) ClearTasks
0x00007FFE55504399 (libOni) GetPointCloudAnisotropy
0x00007FFE5550A28A (libOni) GetPointCloudAnisotropy
0x00007FFE5550A579 (libOni) GetPointCloudAnisotropy
0x00007FFE5552D470 (libOni) GetPointCloudAnisotropy

As mentioned before, we are not using IOS or the A12 chip.

The crash is very rare, and happens at random. Even without any interaction.
The latest crash we had also referenced a method called: ( linOni ) GetProfilingInfo.
We are not explicitly using the profiler, but is it being instantiated elsewhere?
Reply


Messages In This Thread
RE: ClearTasks / GetPointCloudAnisotropy - by yoke_johan - 29-08-2019, 01:29 PM