Advertisement
jar3817

q2w crash - 6cb721f03534d526d0b51feb71fc0e763c15e0ff

May 5th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.81 KB | None | 0 0
  1. [root@tx .quake2world]# gdb /home/quake/q2w/bin/quake2world
  2.  
  3. (gdb) run +set dedicated 1 +set game default +exec server.cfg +map lilith
  4. Program received signal SIGSEGV, Segmentation fault.
  5. Sv_InitClients (server=0x80759e0 "lilith", state=SV_ACTIVE_GAME) at sv_init.c:226
  6. 226                     svs.clients[i].entity = ent;
  7.  
  8. (gdb) backtrace
  9. #0  Sv_InitClients (server=0x80759e0 "lilith", state=SV_ACTIVE_GAME) at sv_init.c:226
  10. #1  Sv_InitServer (server=0x80759e0 "lilith", state=SV_ACTIVE_GAME) at sv_init.c:346
  11. #2  0x080618cc in Sv_Map_f () at sv_admin.c:146
  12. #3  0x0805b1f2 in Cmd_ExecuteString (text=0xbffff210 "map lilith") at cmd.c:424
  13. #4  0x0805b351 in Cbuf_Execute () at cmd.c:162
  14. #5  0x08051a5c in Com_Init (argc=11, argv=0xbffff724) at common.c:217
  15. #6  0x0804b244 in main (argc=11, argv=0xbffff724) at main.c:272
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement