View Single Post
  #9  
Old 12-05-2012, 10:11 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

Ok, so I got this same problem again, another Segmentation Fault. So I dived into gdb some more like you said lerxst and sure enough you were right.

In game I have a SQL sproc that adds an item to the db and I didn't do some of the columns right and they were coming out NULL, and it was trying to atoi one of those columns.

Thanks for the help, I would have never tracked that bug down without you.
Reply With Quote