View Single Post
  #6  
Old 02-26-2016, 12:05 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

If you are familiar with gdb, bt and such, post a dump.

I have some crappy notes I keep around...

Code:
./gdb --args zone
run
Code:
./gdb world
run
When you get a crash dump run bt after
Reply With Quote