PlaneShift
Development => Development Deliberation => Topic started by: Karosh_Steinkatz on July 04, 2004, 05:30:20 pm
-
I made another compiling attempt today. I applied my patches and compiling went fine as usual. But after loading the splash screen the client exits with following error:
/home/user/dev/cb_current/CS/include/csutil/array.h:509: failed assertion \'n < count\'
gdb spits following out:
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 16384 (LWP 7822)]
csArray, csArrayMemoryAllocator >::Get (this=0x8520104, n=0) at array.h:510
510 return root[n];
Any ideas?
-
Wow.. you think we can solve your problem by that info?
That tells us that a out of bounds array call was called..
Guess what? That happens more than once :P
-
Sorry, but I\'m not used to debuggers. :P
I\'ll dig through the commands to get you more info about this.
-
This is fixed now. Re-update.