Advertisement
ProzacR

Untitled

Mar 5th, 2011
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. $ WINEDEBUG=-all winedbg ./arx.exe.so
  2. WineDbg starting on pid 001b
  3. 0x7b8598b5 ExitProcess+0xcd5 in kernel32: movl %edi,0x4(%esp)
  4. Wine-dbg>c
  5. Unhandled exception: page fault on read access to 0x00000004 in 32-bit code (0x68457810).
  6. Register dump:
  7. CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
  8. EIP:68457810 ESP:0033f398 EBP:0033f398 EFLAGS:00010202( R- -- I - - - )
  9. EAX:00000000 EBX:68731bfc ECX:683043b8 EDX:7da97e30
  10. ESI:7d7d5100 EDI:0033fdc8
  11. Stack dump:
  12. 0x0033f398: 0033f498 68456bc4 00000000 0033f3c0
  13. 0x0033f3a8: 00000028 00000077 0000006e 681ec691
  14. 0x0033f3b8: 7d7e101c 7d7e101c 7da9812c 00000000
  15. 0x0033f3c8: 7d7e101c 00000000 683046f8 0000000a
  16. 0x0033f3d8: 00000042 682c875e 682c96ec 682c75db
  17. 0x0033f3e8: 0000007c 00000077 0000006e 682c768a
  18. 000c: sel=0067 base=00000000 limit=00000000 16-bit rw-
  19. Backtrace:
  20. =>0 0x68457810 _ZNK4Font7GetSizeEv+0x6() in arx (0x0033f498)
  21. 1 0x68456bc4 _Z13ARX_Text_Initv+0x13e() in arx (0x0033f6e8)
  22. 2 0x6863e3b9 _Z15InitializeDanaev+0xf79() in arx (0x0033fe48)
  23. 3 0x68641802 main+0x1f0f() in arx (0x0033fe90)
  24. 4 0x686a843c __wine_spec_exe_entry+0x7b() in arx (0x0033fea8)
  25. 5 0x7b858bdc call_process_entry+0xb() in kernel32 (0x0033fee8)
  26. 6 0x7bc725b0 call_thread_func+0xb() in ntdll (0x0033fef8)
  27. 7 0x7bc75231 call_thread_entry_point+0x70() in ntdll (0x0033ffc8)
  28. 8 0x7bc4a44b call_dll_entry_point+0x62a() in ntdll (0x0033ffe8)
  29. 0x68457810 _ZNK4Font7GetSizeEv+0x6 in arx: movl 0x4(%eax),%eax
  30. Wine-dbg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement