-
Website
http://www.jessenoller.com/ -
Original page
http://jessenoller.com/2008/06/30/does-anyone-know-what-this-error-is-segfault/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
jackdied
4 comments · 1 points
-
dougnapoleone
3 comments · 3 points
-
Michael Foord
6 comments · 7 points
-
llimllib
7 comments · 2 points
-
Doug Hellmann
4 comments · 3 points
-
-
Popular Threads
-
I want your awesome python snippets.
5 days ago · 8 comments
-
Python’s Moratorium – Let’s think about this.
2 weeks ago · 25 comments
-
I want your awesome python snippets.
I think summer.
You can also change the user limit on core dumps so a full dump is produced on a segfault using "ulimit -c unlimited", and then load that core dump into gdb with "core core.123456".