------- Additional Comments From divis1969 at gmail dot com  2008-08-13 13:44 
-------
I've found one more test case for this crash.

For this case you need to have a comp unit with low and high PC specified in
DWARF info. It also should have DW_AT_abstract_origin for some of its 
attributes.

Symbol search should be performed in 2 steps:
1. Search for a symbol for address that does not fall into any debug info. More
exactly, this search should trigger all comp units of this debug section to be
created.
2. Search for a symbol for address that fall into comp unit with low/high PC
specified.

Dmitry

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Crash while handling        |Crash while handling
                   |DW_AT_abstract_origin for a |DW_AT_abstract_origin for a
                   |lost comp unit              |last comp unit


http://sourceware.org/bugzilla/show_bug.cgi?id=6832

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to