This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/15325] crashes with "segmentation fault" for self-created dwarf-file


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

--- Comment #1 from smarf at gmx dot de 2013-03-31 20:16:13 UTC ---
A colleague found the causing line:
    at buildsym.c:454
    454      if (start != BLOCK_START (block)
block is 0, the access in BLOCK_START will result in segv.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]