Open GoogleCodeExporter opened 9 years ago
attach stackwalk.txt
Original comment by onegazh...@gmail.com
on 15 Apr 2012 at 8:47
Attachments:
yeah, have that same on 3.7.5-1-ARCH #1 SMP PREEMPT Mon Jan 28 10:03:32 CET
2013 x86_64 GNU/Linux archlinux. Any ideas how to handle this?
Original comment by lukasz.wychrystenko@gmail.com
on 8 Feb 2013 at 8:51
Has there been any traction on this? Anyone working on a fix?
Original comment by Rachelle...@gmail.com
on 14 Mar 2013 at 10:11
No one is working on this. It's generally not a problem in practice, since most
unwind expressions don't use them.
Original comment by ted.mielczarek
on 14 Mar 2013 at 10:50
I had this problem initially when I tried to follow the linux example.
However, when I wrote a script that followed LinuxStarterGuide exactly,
it worked.
I've attached the script; does it work for you?
Original comment by daniel.r...@gmail.com
on 24 Aug 2013 at 4:49
Attachments:
i have the same issue.. i try your script but it doesn't work for me
Original comment by federico...@gmail.com
on 7 Jan 2014 at 9:42
@daniel.r...: i guess your script only checks if there is some output from the
minidump_stackwalk utility and doesn't check if the output is symbolized. The
issue (atleast I have) is that is NOT symbolizing even though the binary GUIDs
are matching.
@breakpad_team: does it check anything else apart from module GUID for matching
or picking up the right symbol file?
Any help is appreciated.
Original comment by rohit.wa...@gmail.com
on 27 Mar 2014 at 10:19
The SimpleSymbolSupplier implementation only considers the debug file and debug
id when constructing the symbol filename:
https://code.google.com/p/google-breakpad/source/browse/trunk/src/processor/simp
le_symbol_supplier.cc#142
Nothing in the Breakpad processor actually reads the MODULE line from the
symbol file.
Original comment by ted.mielczarek
on 27 Mar 2014 at 3:08
[deleted comment]
Please correct me if I am wrong and pardon my limited knowledge. So does it
mean that this will not run in production/release mode, since there is no
detereministic way to figure debug id on server side (or is there any)?
Thanks for your help and leads.
Btw I am using this for my android application and running the tools on a linux
box.
Original comment by rohit.wa...@gmail.com
on 28 Mar 2014 at 5:40
Original issue reported on code.google.com by
onegazh...@gmail.com
on 15 Apr 2012 at 8:44