Closed GoogleCodeExporter closed 9 years ago
Ubuntu 12.04 x86_64
Tested using gcc 4.6.2, 4.8.1 with different flags
main moments of issue:
- minidump.cc:4186: INFO: GetStream: type 1197932545 not present
- MinidumpModule could not determine version for ... (all modules)
- basic_code_modules.cc:88: INFO: No module at ... (0x0, 0x7f29900008c0 and
other)
Original comment by kutashe...@gmail.com
on 25 Jun 2013 at 2:36
This is not a bug. You need to run dump_syms. For example:
dump_syms /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
/usr/lib/debug/lib/x86_64-linux-gnu > libglib-2.0.so.0.3200.4.sym
and then move the .sym file to the right location.
Original comment by thestig@chromium.org
on 25 Jun 2013 at 6:16
Original issue reported on code.google.com by
sqbo...@gmail.com
on 2 Mar 2012 at 1:20Attachments: