-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Description
I get this error debugging Firefox in GDB.
The relevant portion of a dwarfdump on libxul.so is:
< 6><0x000fc2da GOFF=0x2a131f5e> DW_TAG_subprogram
DW_AT_linkage_name _ZN3std11collections4hash3map8{{impl}}8capacityE
DW_AT_name capacity
DW_AT_decl_file 0x00000012 /home/jrmuizel/src/gecko/gfx/webrender/src/mask_cache.rs
DW_AT_decl_line 0x0000003d
DW_AT_type <GOFF=0x29ef2f6e>
DW_AT_external yes(1)
DW_AT_inline DW_INL_inlined
< 7><0x000fc2ea GOFF=0x2a131f6e> DW_TAG_formal_parameter
DW_AT_name self
DW_AT_decl_file 0x00000012 /home/jrmuizel/src/gecko/gfx/webrender/src/mask_cache.rs
DW_AT_decl_line 0x00000001
DW_AT_type <0x00067b7f GOFF=0x2a09d803>
Searching for 0x2a09d803 in the dwarfdump results seems to match GDB's conclusion that 0x2a09d803 is not there.
I'm using rustc 1.16.0 (30cf806 2017-03-10)