Advertisement
jar3817

qt backtraces

Jan 31st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. Mem_AllocBuffer: Overflow by 20 bytes ┘
  2. Overflow without allow_overflow set
  3. Program received signal SIGABRT, Aborted.
  4. 0x00007ffff637a8c9 in raise () from /lib64/libpthread.so.0
  5.  
  6. //fr2
  7. (gdb) backtrace
  8. #0 0x00007ffff637a8c9 in raise () from /lib64/libpthread.so.0
  9. #1 0x0000000000411f1c in Mem_AllocBuffer (buf=0x7fffedbde408,
  10. len=len@entry=48) at mem_buf.c:58
  11. #2 0x0000000000411f64 in Mem_WriteBuffer (buf=<optimized out>,
  12. data=0xc05778 <sv+1543288>, len=48) at mem_buf.c:80
  13. #3 0x0000000000406f84 in Sv_ClientDatagramMessage (cl=0x7fffedbde030,
  14. data=0xc05778 <sv+1543288> "\r", len=48) at sv_send.c:138
  15. #4 0x0000000000407445 in Sv_Unicast (ent=<optimized out>,
  16. reliable=<optimized out>) at sv_send.c:169
  17. #5 0x00007fffed5e287d in G_ClientEndFrame (ent=0xc63200)
  18. at g_client_view.c:361
  19. #6 0x00007fffed5e2f1c in G_EndClientFrames () at g_client_view.c:407
  20. #7 0x0000000000406741 in Sv_RunGameFrame () at sv_main.c:649
  21. #8 Sv_Frame (msec=<optimized out>) at sv_main.c:792
  22. #9 0x0000000000404157 in Frame (msec=24) at main.c:418
  23. #10 main (argc=<optimized out>, argv=0x7fffffffe638) at main.c:469
  24.  
  25. // tx2
  26. Program received signal SIGABRT, Aborted.
  27. 0x00007ffff534a79b in raise (sig=sig@entry=6)
  28. at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37
  29. 37 ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or directory.
  30. (gdb) backtrace
  31. #0 0x00007ffff534a79b in raise (sig=sig@entry=6)
  32. at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37
  33. #1 0x000000000040d471 in Mem_CheckMagic (p=0x251aca0) at mem.c:69
  34. #2 0x000000000040d610 in Mem_Free (p=<optimized out>) at mem.c:98
  35. #3 0x00007ffff6247237 in ?? ()
  36. from /home/quake/quetoo/bin/../lib/libglib-2.0.so.0
  37. #4 0x00007ffff6247fca in g_hash_table_remove_all ()
  38. from /home/quake/quetoo/bin/../lib/libglib-2.0.so.0
  39. #5 0x00007ffff624803e in g_hash_table_destroy ()
  40. from /home/quake/quetoo/bin/../lib/libglib-2.0.so.0
  41. #6 0x0000000000439a70 in Cvar_Shutdown () at cvar.c:776
  42. #7 0x00000000004067c4 in Shutdown (
  43. msg=msg@entry=0x7fffffffdef0 "Cvar_Enumerate: Missing variable: \n")
  44. at main.c:382
  45. #8 0x0000000000406d6e in Error (err=ERROR_FATAL,
  46. msg=0x7fffffffdef0 "Cvar_Enumerate: Missing variable: \n") at main.c:181
  47. #9 0x000000000040bb4f in Com_Errorv_ (err=ERROR_FATAL, func=<optimized out>,
  48. fmt=<optimized out>, args=args@entry=0x7fffffffe718) at common.c:228
  49. #10 0x000000000040bc32 in Com_Error_ (error=error@entry=ERROR_FATAL,
  50. func=func@entry=0x4514ec <__func__.13482> "Cvar_Enumerate",
  51. fmt=fmt@entry=0x4511fe "Missing variable: %s\n") at common.c:199
  52. #11 0x0000000000438c98 in Cvar_Enumerate (
  53. func=func@entry=0x438b20 <Cvar_ServerInfo_enumerate>,
  54. data=data@entry=0x15f5e00 <info>) at cvar.c:106
  55. #12 0x0000000000439724 in Cvar_ServerInfo () at cvar.c:656
  56. #13 0x0000000000442e16 in Sv_StatusString () at sv_main.c:87
  57. #14 0x000000000044411d in Sv_HeartbeatMasters () at sv_master.c:52
  58. #15 0x0000000000443b25 in Sv_Frame (msec=<optimized out>) at sv_main.c:786
  59. #16 0x0000000000406607 in Frame (msec=24) at main.c:418
  60. #17 main (argc=<optimized out>, argv=0x7fffffffebc8) at main.c:469
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement