Changes between Initial Version and Version 1 of Ticket #47157, comment 4


Ignore:
Timestamp:
Mar 15, 2015, 7:54:06 AM (9 years ago)
Author:
tobias.netzel@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47157, comment 4

    initial v1  
    11Replying to [comment:3 jeremyhu@…]:
    22> What are the crashe?  Can you attach logs that might shed some light?
    3 The crash seems to be a null pointer deref in the destructor of a C++-object, compiled from an Objective-C++ source file.
    4 But the backtrace indicates that the stack got completely corrupted, so I don't consider the resulting crash location of any use in finding the cause for this issue.
     3The crash seems to be a null pointer deref in the destructor of a C++-object, compiled from an Objective-C++ source file.[[BR]]
     4But the backtrace indicates that the stack got completely corrupted, so I don't consider the resulting crash location of any use in finding the cause for this issue.[[BR]]
    55I guess one would have to debug the library loading process - provided there's no other way to analyze the linker output.