Advertisement
Guest User

Untitled

a guest
Apr 5th, 2013
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.42 KB | None | 0 0
  1. (gdb) back
  2. #0  0x00000000004c9aad in ?? ()
  3. #1  0x00000000004a10c0 in PyDict_SetItem ()
  4. #2  0x0000000000481edc in _PyObject_GenericSetAttrWithDict ()
  5. #3  0x000000000048218c in PyObject_SetAttr ()
  6. #4  0x0000000000460778 in PyEval_EvalFrameEx ()
  7. #5  0x0000000000467209 in PyEval_EvalCodeEx ()
  8. #6  0x00000000004a9fea in ?? ()
  9. #7  0x000000000048249d in ?? ()
  10. #8  0x0000000000491bb4 in ?? ()
  11. #9  0x00000000004aac6e in ?? ()
  12. #10 0x00000000004600be in PyEval_EvalFrameEx ()
  13. #11 0x0000000000467209 in PyEval_EvalCodeEx ()
  14. #12 0x000000000045ff77 in PyEval_EvalFrameEx ()
  15. #13 0x0000000000467209 in PyEval_EvalCodeEx ()
  16. #14 0x000000000045ff77 in PyEval_EvalFrameEx ()
  17. #15 0x0000000000467209 in PyEval_EvalCodeEx ()
  18. #16 0x000000000045ff77 in PyEval_EvalFrameEx ()
  19. #17 0x0000000000467209 in PyEval_EvalCodeEx ()
  20. #18 0x00000000004aa118 in ?? ()
  21. #19 0x000000000046172e in PyEval_EvalFrameEx ()
  22. #20 0x0000000000467209 in PyEval_EvalCodeEx ()
  23. #21 0x000000000045ff77 in PyEval_EvalFrameEx ()
  24. #22 0x0000000000467209 in PyEval_EvalCodeEx ()
  25. ---Type <return> to continue, or q <return> to quit---
  26. #23 0x00000000004d0242 in PyEval_EvalCode ()
  27. #24 0x00000000005102bb in ?? ()
  28. #25 0x000000000044a466 in PyRun_FileExFlags ()
  29. #26 0x000000000044a97a in PyRun_SimpleFileExFlags ()
  30. #27 0x000000000044b6bc in Py_Main ()
  31. #28 0x00007ffff6f0576d in __libc_start_main ()
  32.    from /lib/x86_64-linux-gnu/libc.so.6
  33. #29 0x00000000004ce0ad in _start ()
  34. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement