|
From: Vladimir S. <ha...@so...> - 2004-01-31 02:12:56
|
Hi, I've seen this a few times. Every time I do I forget to do ulimit -c .... You don't actually have to have gdb running, you can just set the coresize to something larger than 0 (probably a lot larger :) And then it should write a corefile on a segfault. You then can open the corefile with gdb (you'll need ls executable that generated the core with symbols as well). I'll try not to forget to set the coresize from now on before running ls (I'll just put ulimit -c in /etc/profile or something). Regards, Vladimir. -----Original Message----- From: lin...@li... [mailto:lin...@li...] On Behalf Of Christian Schoenebeck Sent: Wednesday, January 28, 2004 5:22 PM To: lin...@li... Subject: [Linuxsampler-devel] Segfault Hi! There is a segmentation fault that occurs sometimes in LS. Unfortunately whenever it occurs on my machine I forgot to launch gdb. :/ So you could do me a big favour by running LS with gdb and sending us the stack trace of the segfault to this list whenever this should happen! CU Christian ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Linuxsampler-devel mailing list Lin...@li... https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel |