> #1 0x080be696 in gn_add (ch=0x4040647c, gn=135448576) at skills.c:970 > #2 0x080be813 in group_add (ch=0x4040647c, > name=0x21 <Address 0x21 out of bounds>, deduct=0 '\0') at > skills.c:1024
It would help if you actually passed good information to group_add(). Use GDB for more than a backtrace and see if your race_table actually has something in it. Particularly race_table[ch->race].skills[] Ammaross Danan

