Guest User

Untitled

a guest
May 16th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. WineDbg starting on pid 0019
  2. 0x7b84b96b: movl %edi,0x4(%esp)
  3. Wine-dbg>
  4.  
  5.  
  6. Wine-dbg>cont
  7. First chance exception: page fault on write access to 0x004e0000 in 32-bit code (0x41c222ad).
  8. Register dump:
  9. CS:001b SS:0023 DS:0023 ES:0023 FS:1007 GS:000f
  10. EIP:41c222ad ESP:0037f360 EBP:0037f3e8 EFLAGS:00010202( R- -- I - - - )
  11. EAX:9999cccc EBX:00000328 ECX:000000ac EDX:00000067
  12. ESI:00000001 EDI:004e0000
  13. Stack dump:
  14. 0x0037f360: 0000031c 00000000 00000000 00000010
  15. 0x0037f370: 00000010 00000000 00000000 00000010
  16. 0x0037f380: 00000010 44ca7dd8 001791e0 00000000
  17. 0x0037f390: 00cc0020 00000308 0037f3d8 41d98afe
  18. 0x0037f3a0: 00000318 00179a50 0000031c 00000001
  19. 0x0037f3b0: 00000000 00000000 00000010 00000010
  20. 0200: sel=1007 base=7ffc0000 limit=00000fff 32-bit rw-
  21. Backtrace:
  22. =>0 0x41c222ad in user32 (+0x122ad) (0x0037f3e8)
  23. 1 0x41c24738 in user32 (+0x14737) (0x0037f468)
  24. 2 0x41c24887 in user32 (+0x14886) (0x0037f4c8)
  25. 3 0x41c24b3c in user32 (+0x14b3b) (0x0037f538)
  26. 4 0x41c25b12 in user32 (+0x15b11) (0x0037f658)
  27. 5 0x41c2676e in user32 (+0x1676d) (0x0037f758)
  28. 6 0x41c26f42 in user32 (+0x16f41) (0x0037f828)
  29. 7 0x44bbf5e7 in shell32 (+0x1f5e6) (0x0037f888)
  30. 8 0x44bc910e in shell32 (+0x2910d) (0x0037f8c8)
  31. 9 0x44c12b04 in shell32 (+0x72b03) (0x0037f908)
  32. 10 0x7bc3b195 (0x0037f938)
  33. 11 0x7bc3d331 (0x0037fa38)
  34. 12 0x7bc3da9f (0x0037fa98)
  35. 13 0x7bc3f827 (0x0037fae8)
  36. 14 0x7b8431a0 in kernel32 (+0x3319f) (0x0037fd58)
  37. 15 0x7b84339d in kernel32 (+0x3339c) (0x0037fda8)
  38. 16 0x7b84348b in kernel32 (+0x3348a) (0x0037fdd8)
  39. 17 0x0011dd42 in nusphere-phped-5.9.5-win32 (+0xdd41) (0x0037fe18)
  40. 18 0x001262d0 in nusphere-phped-5.9.5-win32 (+0x162cf) (0x0037fe30)
  41. 19 0x001143cf in nusphere-phped-5.9.5-win32 (+0x43ce) (0x0037fe54)
  42. 20 0x0011443c in nusphere-phped-5.9.5-win32 (+0x443b) (0x0037fed0)
  43. 21 0x7b84950c in kernel32 (+0x3950b) (0x0037fee8)
  44. 22 0x7b84b977 in kernel32 (+0x3b976) (0x0037ff28)
  45. 23 0x7bc6278c (0x0037ff48)
  46. 24 0x7bc6396a (0x0037ffc8)
  47. 25 0x7bc3c65e (0x0037ffe8)
  48. 0x41c222ad: movb %dl,0xfffffffc(%edi,%esi,4)
  49. Wine-dbg>
  50.  
  51. Wine-dbg>bt
  52. Backtrace:
  53. =>0 0x41c222ad in user32 (+0x122ad) (0x0037f3e8)
  54. 1 0x41c24738 in user32 (+0x14737) (0x0037f468)
  55. 2 0x41c24887 in user32 (+0x14886) (0x0037f4c8)
  56. 3 0x41c24b3c in user32 (+0x14b3b) (0x0037f538)
  57. 4 0x41c25b12 in user32 (+0x15b11) (0x0037f658)
  58. 5 0x41c2676e in user32 (+0x1676d) (0x0037f758)
  59. 6 0x41c26f42 in user32 (+0x16f41) (0x0037f828)
  60. 7 0x44bbf5e7 in shell32 (+0x1f5e6) (0x0037f888)
  61. 8 0x44bc910e in shell32 (+0x2910d) (0x0037f8c8)
  62. 9 0x44c12b04 in shell32 (+0x72b03) (0x0037f908)
  63. 10 0x7bc3b195 (0x0037f938)
  64. 11 0x7bc3d331 (0x0037fa38)
  65. 12 0x7bc3da9f (0x0037fa98)
  66. 13 0x7bc3f827 (0x0037fae8)
  67. 14 0x7b8431a0 in kernel32 (+0x3319f) (0x0037fd58)
  68. 15 0x7b84339d in kernel32 (+0x3339c) (0x0037fda8)
  69. 16 0x7b84348b in kernel32 (+0x3348a) (0x0037fdd8)
  70. 17 0x0011dd42 in nusphere-phped-5.9.5-win32 (+0xdd41) (0x0037fe18)
  71. 18 0x001262d0 in nusphere-phped-5.9.5-win32 (+0x162cf) (0x0037fe30)
  72. 19 0x001143cf in nusphere-phped-5.9.5-win32 (+0x43ce) (0x0037fe54)
  73. 20 0x0011443c in nusphere-phped-5.9.5-win32 (+0x443b) (0x0037fed0)
  74. 21 0x7b84950c in kernel32 (+0x3950b) (0x0037fee8)
  75. 22 0x7b84b977 in kernel32 (+0x3b976) (0x0037ff28)
  76. 23 0x7bc6278c (0x0037ff48)
  77. 24 0x7bc6396a (0x0037ffc8)
  78. 25 0x7bc3c65e (0x0037ffe8)
  79. Wine-dbg>
Add Comment
Please, Sign In to add comment