Advertisement
Guest User

Untitled

a guest
Mar 8th, 2022
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x0813e58a in CInputMain::SafeboxCheckin (this=0x459c809c, ch=0x4598b000, c_pData=0x28ed1000 "F") at input_main.cpp:2000
  3. #1 0x081421ee in CInputMain::Analyze (this=0x459c809c, d=0x459c8000, bHeader=70 'F', c_pData=0x28ed1000 "F") at input_main.cpp:3266
  4. #2 0x0813069b in CInputProcessor::Process (this=0x459c809c, lpDesc=0x459c8000, c_pvOrig=<optimized out>, r_iBytesProceed=@0xbfbfb630: 0,
  5. iBytes=<optimized out>) at input.cpp:98
  6. #3 0x080f9e05 in DESC::ProcessInput (this=0x459c8000) at desc.cpp:346
  7. #4 0x082288c1 in io_loop (fdw=0x2902a720) at main.cpp:888
  8. #5 0x08228ad9 in idle () at main.cpp:765
  9. #6 0x08054a18 in main (argc=1, argv=0xbfbfec8c) at main.cpp:456
  10. (gdb)
  11. (gdb) bt full
  12. #0 0x0813e58a in CInputMain::SafeboxCheckin (this=0x459c809c, ch=0x4598b000, c_pData=0x28ed1000 "F") at input_main.cpp:2000
  13. p = 0x28ed1000
  14. pkSafebox = 0x458dc400
  15. pkItem = 0x0
  16. szHint = "̯\277\277ο\263(\001\000\000\000\020\063'b\354\033\b.栖\231\314\314\314\f\365P\215S\271\030\000\000\r\000\000\000\370\257\277\277\374r\265(诿\277\317j\262(\r\000\000\000\370\257\277\277`\351\204\b\000\000\000\000\374r\265(\030\260\277\277\021b\262(\r\000\000\000\370\257\277\277\020\063'b\000\000\000\000\365P\215S\372\300E\b\000\001\000\000\000\200\234E\000\020\355(\000\260\230EF\000\000"
  17. #1 0x081421ee in CInputMain::Analyze (this=0x459c809c, d=0x459c8000, bHeader=70 'F', c_pData=0x28ed1000 "F") at input_main.cpp:3266
  18. ch = <optimized out>
  19. __FUNCTION__ = "Analyze"
  20. iExtraLen = 0
  21. #2 0x0813069b in CInputProcessor::Process (this=0x459c809c, lpDesc=0x459c8000, c_pvOrig=<optimized out>, r_iBytesProceed=@0xbfbfb630: 0,
  22. iBytes=<optimized out>) at input.cpp:98
  23. iExtraPacketSize = <optimized out>
  24. bHeader = 70 'F'
  25. c_pszName = 0x459cff2c "SafeboxCheckin"
  26. bLastHeader = <optimized out>
  27. iLastPacketLen = 0
  28. iPacketLen = 7
  29. c_pData = 0x28ed1000 "F"
  30. c_pData = <optimized out>
  31. bLastHeader = <optimized out>
  32. iLastPacketLen = <optimized out>
  33. iPacketLen = <optimized out>
  34. bHeader = <optimized out>
  35. c_pszName = <optimized out>
  36. iExtraPacketSize = <optimized out>
  37. bSeq = <optimized out>
  38. bSeqReceived = <optimized out>
  39. ch = <optimized out>
  40. buf = {<optimized out> <repeats 1024 times>}
  41. offset = <optimized out>
  42. len = <optimized out>
  43. i = <optimized out>
  44. #3 0x080f9e05 in DESC::ProcessInput (this=0x459c8000) at desc.cpp:346
  45. tempbuf = {buf = 0x29014fc0, forceDelete = false}
  46. lpBufferDecrypt = 0x29014fc0
  47. iSizeAfter = <optimized out>
  48. iBytesProceed = 0
  49. iSizeBuffer = 8
  50. bytes_read = 8
  51. __FUNCTION__ = "ProcessInput"
  52. #4 0x082288c1 in io_loop (fdw=0x2902a720) at main.cpp:888
  53. iRet = <optimized out>
  54. d = 0x459c8000
  55. num_events = 4
  56. event_idx = 3
  57. __FUNCTION__ = "io_loop"
  58. --Type <RET> for more, q to quit, c to continue without paging--
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement