Advertisement
asturel

Untitled

Apr 20th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0xb7f48f0b in steam_http_req_cb (request=0xb8099db8) at steam-http.c:241
  3. 241 g_queue_remove(req->http->reqq, req);
  4. (gdb) bbt
  5. Undefined command: "bbt". Try "help".
  6. (gdb) bt
  7. #0 0xb7f48f0b in steam_http_req_cb (request=0xb8099db8) at steam-http.c:241
  8. #1 0xb7f99c93 in ?? ()
  9. #2 0xb7f98bee in ?? ()
  10. #3 0xb7e92b1e in ?? () from /usr/lib/libglib-2.0.so.0
  11. #4 0xb7e50206 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  12. #5 0xb7e505a8 in ?? () from /usr/lib/libglib-2.0.so.0
  13. #6 0xb7e509f3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
  14. #7 0xb7f98c8d in b_main_run ()
  15. #8 0xb7f8198e in main ()
  16. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement