|
@@ -189,7 +189,7 @@ def merge_minidump_event(data, minidump):
|
|
|
'crashed': False,
|
|
|
'stacktrace': {
|
|
|
'frames': [{
|
|
|
- 'instruction_addr': '0x%x' % frame.instruction,
|
|
|
+ 'instruction_addr': '0x%x' % frame.return_address,
|
|
|
'function': '<unknown>', # Required by interface
|
|
|
'package': frame.module.name if frame.module else None,
|
|
|
} for frame in reversed(list(thread.frames()))],
|