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 symtab/10457] gdb Segfaults due stack overflow (excessive usage of alloca)


------- Additional Comments From zecke at selfish dot org  2009-07-29 05:41 -------
Created an attachment (id=4095)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4095&action=view)
Hack to change alloca to malloc

The following workaround is working for me. The idea is to exchange alloca with
malloc.

-- 


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

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


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