New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 594621 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

crash should have main symbols from main Ubuntu distros

Project Member Reported by primiano@chromium.org, Mar 14 2016

Issue description

I was trying to help pbommana@ to debug crash/066414a400000000
The crash has unsymbolized libc and libfontconfig in the top of the stack (see example above) but is extremely hard to figure out what's going on. Would have been way easier if those were symbolicated.
I wonder if we could have some automated process to fetch and index symbols at least from the most used ubuntu distros or similar.


0x00007f119aa2a1c0	(libfontconfig.so.1.8.0 + 0x000191c0 )	
0x00007f11984450b1	(libc-2.21.so + 0x000390b1 )	
0x00007f1198444d46	(libc-2.21.so + 0x00038d46 )	
0x00007f1198444d46	(libc-2.21.so + 0x00038d46 )	
0x00007f1198444d5c	(libc-2.21.so + 0x00038d5c )	
0x00007f119aa1c4fd	(libfontconfig.so.1.8.0 + 0x0000b4fd )	
0x00007f1198444d5c	(libc-2.21.so + 0x00038d5c )	
0x00007f1198444d5c	(libc-2.21.so + 0x00038d5c )	
0x00007f119aa3059d	(libfontconfig.so.1.8.0 + 0x0001f59d )	
0x00007f1198444d46	(libc-2.21.so + 0x00038d46 )	
0x00007f1198444d5c	(libc-2.21.so + 0x00038d5c )	
0x00007f119aa36717	(libfontconfig.so.1.8.0 + 0x00025717 )	
0x00007f118db9456f	(087e1975ba9a574b140bb1df193bf770-le64.cache-4 + 0x0000056f )	
0x00007f119ac4d42f	(libfontconfig.so.1.8.0 + 0x0023c42f )	
0x00007f118db94567	(087e1975ba9a574b140bb1df193bf770-le64.cache-4 + 0x00000567 )	
0x00007f1198444d46	(libc-2.21.so + 0x00038d46 )	
0x000055c34748ad3f	(chrome -./out/Release/../../third_party/tcmalloc/chromium/src/tcmalloc.cc:1434 )	cpp_alloc
0x00007f119aa2a1af	(libfontconfig.so.1.8.0 + 0x000191af )	
0x00007f11984453de	(libc-2.21.so + 0x000393de )	
0x00007f119aa2a1af	(libfontconfig.so.1.8.0 + 0x000191af )	
0x00007f119aa2b91d	(libfontconfig.so.1.8.0 + 0x0001a91d )	
0x00007f119aa2be57	(libfontconfig.so.1.8.0 + 0x0001ae57 )	
0x00007f119aa2be9d	(libfontconfig.so.1.8.0 + 0x0001ae9d )	
0x00007f119aa2e80f	(libfontconfig.so.1.8.0 + 0x0001d80f )
 

Comment 1 by ivanpe@chromium.org, Mar 15 2016

Cc: lyan@google.com
I'm including Li.  He is working on uploading of system symbols for popular Android devices.  Maybe a similar process can work for popular Linux distributions?

Sign in to add a comment