Changes between Version 1 and Version 2 of Ticket #13314, comment 3


Ignore:
Timestamp:
Feb 18, 2017, 8:14:14 PM (7 years ago)
Author:
jua

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13314, comment 3

    v1 v2  
    11I feel a bit lost...
    2 According to the syslog output, the application attempted a store to 0x19ee060. Curiously, that is also the value of the instruction pointer at the time of the crash. That it's a code address explains the segment violation exception. But the instruction in question, which supposedly caused the exception, is simply `push %ebp`, and esp from the debug report looks completely fine with value 0x7258a158.
     2According to the syslog output, the application attempted a store to 0x19ee060. Curiously, that is also the value of the instruction pointer at the time of the crash. That it's a code address explains the segment violation exception. But the instruction in question, which supposedly caused the exception, is simply `push %ebp`, and esp from the debug report looks completely fine with value 0x7258a10c.
    33Anyone with an idea what might have happened here?