Advertisement
Guest User

Untitled

a guest
May 5th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x000000000060011e in LuaPushStringBuffer (luastate=0x5d040378,
  3. input=0x7ffd23149010 "UnityWeb", input_len=8372433) at util-lua.c:264
  4. #1 0x00000000004f4eb9 in DetectLuaMatchBuffer (det_ctx=0x7ffd38b20110,
  5. s=0x3bdb67f0, sm=0x3bdb7000, buffer=0x7ffd23149010 "UnityWeb",
  6. buffer_len=8372433, offset=75, f=0x34cfbef0, flow_lock=0)
  7. at detect-lua.c:325
  8. #2 0x00000000004acc98 in DetectEngineContentInspection (de_ctx=0x35f38440,
  9. det_ctx=0x7ffd38b20110, s=0x3bdb67f0, sm=0x3bdb7000, f=0x34cfbef0,
  10. buffer=0x7ffd23149010 "UnityWeb", buffer_len=8372433,
  11. stream_start_offset=0, inspection_mode=9 '\t', data=0x0)
  12. at detect-engine-content-inspection.c:547
  13. #3 0x00000000004acd95 in DetectEngineContentInspection (de_ctx=0x35f38440,
  14. det_ctx=0x7ffd38b20110, s=0x3bdb67f0, sm=0x3bdb75e0, f=0x34cfbef0,
  15. buffer=0x7ffd23149010 "UnityWeb", buffer_len=8372433,
  16. stream_start_offset=0, inspection_mode=9 '\t', data=0x0)
  17. at detect-engine-content-inspection.c:582
  18. #4 0x00000000004b457f in DetectEngineInspectHttpServerBody (tv=0x35f2c2d0,
  19. de_ctx=0x35f38440, det_ctx=0x7ffd38b20110, s=0x3bdb67f0, f=0x34cfbef0,
  20. flags=8 '\b', alstate=0x7ffee5d8c080, tx=0x7ffee5ebf4b0, tx_id=77)
  21. at detect-engine-hsbd.c:361
  22. #5 0x00000000004cf1d8 in DeStateDetectStartDetection (tv=0x35f2c2d0,
  23. de_ctx=0x35f38440, det_ctx=0x7ffd38b20110, s=0x3bdb67f0, p=0x7fff69cff5e0,
  24. f=0x34cfbef0, flags=8 '\b', alproto=1, alversion=134 '\206')
  25. ---Type <return> to continue, or q <return> to quit---
  26. at detect-engine-state.c:528
  27. #6 0x000000000047f349 in SigMatchSignatures (th_v=0x35f2c2d0,
  28. de_ctx=0x35f38440, det_ctx=0x7ffd38b20110, p=0x7fff69cff5e0)
  29. at detect.c:1764
  30. #7 0x000000000047fc48 in Detect (tv=0x35f2c2d0, p=0x7fff69cff5e0,
  31. data=0x7ffd38b20110, pq=0x35f2c800, postpq=0x0) at detect.c:2033
  32. #8 0x00000000005c9b4b in TmThreadsSlotVarRun (tv=0x35f2c2d0,
  33. p=0x7fff69cff5e0, slot=0x35f2c540) at tm-threads.c:134
  34. #9 0x000000000058fa40 in TmThreadsSlotProcessPkt (tv=0x35f2c2d0,
  35. s=0x35f2c540, p=0x7fff69cff5e0) at tm-threads.h:150
  36. #10 0x0000000000591958 in AFPReadFromRing (ptv=0x7fff7ffffe60)
  37. at source-af-packet.c:875
  38. #11 0x0000000000592cd5 in ReceiveAFPLoop (tv=0x35f2c2d0, data=0x7fff7ffffe60,
  39. slot=0x35f2c400) at source-af-packet.c:1215
  40. #12 0x00000000005ca45f in TmThreadsSlotPktAcqLoop (td=0x35f2c2d0)
  41. at tm-threads.c:338
  42. #13 0x00007ffff666c182 in start_thread (arg=0x7fff937fe700)
  43. at pthread_create.c:312
  44. #14 0x00007ffff52f247d in clone ()
  45. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  46. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement