Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. wine: Unhandled stack overflow at address 0x408545 (thread 0009), starting debugger...
  2. Unhandled exception: stack overflow in 32-bit code (0x00408545).
  3. Register dump:
  4. CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
  5. EIP:00408545 ESP:00d7fd80 EBP:00d7fd88 EFLAGS:00010286( R- -- I S - -P- )
  6. EAX:ffe02000 EBX:00000001 ECX:00d7fd20 EDX:00114aa0
  7. ESI:00231188 EDI:0000001c
  8. Stack dump:
  9. 0x00d7fd80: 00000000 7b43d69d 00d7fe50 004013e2
  10. 0x00d7fd90: 00000001 00231188 00114aa0 00d7fe20
  11. 0x00d7fda0: 00000000 00000009 00d7fdc8 7bc95cd1
  12. 0x00d7fdb0: cccccccc cccccccc cccccccc cccccccc
  13. 0x00d7fdc0: cccccccc cccccccc cccccccc cccccccc
  14. 0x00d7fdd0: 7ffdf000 00000009 7b428c21 00000008
  15. 000c: sel=0067 base=00000000 limit=00000000 32-bit r-x
  16. Backtrace:
  17. =>0 0x00408545 in tpl (+0x8545) (0x00d7fd88)
  18. 1 0x004013e2 in tpl (+0x13e1) (0x00d7fe50)
  19. 2 0x7b46038c call_process_entry+0xb() in kernel32 (0x00d7fe68)
  20. 3 0x7b46138a ExitProcess+0xff9() in kernel32 (0x00d7fe98)
  21. 4 0x7bc8140c call_thread_func_wrapper+0xb() in ntdll (0x00d7feb8)
  22. 5 0x7bc843df call_thread_func+0xce() in ntdll (0x00d7ffa8)
  23. 6 0x7bc813ea RtlRaiseException+0x21() in ntdll (0x00d7ffc8)
  24. 7 0x7bc538c7 call_dll_entry_point+0x3d6() in ntdll (0x00d7ffe8)
  25. 8 0xf7593dad wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  26. 9 0xf7593f10 wine_switch_to_stack+0x1f() in libwine.so.1 (0xffa6eee8)
  27. 10 0x7bc59781 LdrInitializeThunk+0x220() in ntdll (0xffa6ef28)
  28. 11 0x7b467550 __wine_kernel_init+0xa5f() in kernel32 (0xffa70098)
  29. 12 0x7bc5a663 __wine_process_init+0x152() in ntdll (0xffa70108)
  30. 13 0xf7591fe7 wine_init+0x2c6() in libwine.so.1 (0xffa70168)
  31. 14 0x7c000a82 main+0x81() in <wine-loader> (0xffa705b8)
  32. 15 0xf73cd196 __libc_start_main+0xf5() in libc.so.6 (0x00000000)
  33. 0x00408545: orl $0,0x0(%esp,%eax,1)
  34. Modules:
  35. Module Address Debug info Name (17 modules)
  36. PE 400000- b77000 Dwarf tpl
  37. ELF 7b400000-7b7e1000 Dwarf kernel32<elf>
  38. \-PE 7b420000-7b7e1000 \ kernel32
  39. ELF 7bc00000-7bcf7000 Dwarf ntdll<elf>
  40. \-PE 7bc10000-7bcf7000 \ ntdll
  41. ELF 7c000000-7c004000 Dwarf <wine-loader>
  42. ELF 7ec39000-7eca7000 Deferred libncursesw.so.6
  43. ELF 7eca7000-7ed67000 Deferred msvcrt<elf>
  44. \-PE 7ecc0000-7ed67000 \ msvcrt
  45. ELF 7ef67000-7ef7a000 Deferred libnss_files.so.2
  46. ELF 7ef7a000-7efcf000 Deferred libm.so.6
  47. ELF f737f000-f7384000 Deferred libdl.so.2
  48. ELF f73b5000-f756e000 Dwarf libc.so.6
  49. ELF f756e000-f758b000 Deferred libpthread.so.0
  50. ELF f758b000-f7742000 Dwarf libwine.so.1
  51. ELF f7744000-f7768000 Deferred ld-linux.so.2
  52. ELF f776a000-f776b000 Deferred [vdso].so
  53. Threads:
  54. process tid prio (all id:s are in hex)
  55. 00000008 (D) D:\Projekte\C++\TPL\tpl.exe
  56. 00000009 0 <==
  57. 0000000e services.exe
  58. 0000001e 0
  59. 0000001d 0
  60. 00000017 0
  61. 00000016 0
  62. 00000014 0
  63. 00000010 0
  64. 0000000f 0
  65. 00000012 winedevice.exe
  66. 0000001c 0
  67. 00000019 0
  68. 00000018 0
  69. 00000013 0
  70. 0000001a plugplay.exe
  71. 00000020 0
  72. 0000001f 0
  73. 0000001b 0
  74. 00000021 explorer.exe
  75. 00000027 0
  76. 00000026 0
  77. 00000025 0
  78. 00000022 0
  79. System information:
  80. Wine build: wine-1.9.17
  81. Platform: i386 (WOW64)
  82. Version: Windows XP
  83. Host system: Linux
  84. Host version: 4.4.17-1-MANJARO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement