http://bugs.winehq.org/show_bug.cgi?id=25264
--- Comment #2 from Michael Duelli m.duelli@web.de 2010-11-23 02:57:10 CST --- Here, is the full backtrace using winedbg as shown on http://wiki.winehq.org/Backtraces
~/.wine/drive_c/Program Files/ExamXML $ wine winedbg ExamXML.exe WineDbg starting on pid 0020 0x7edfd3e9: movl %edi,0x4(%esp) Wine-dbg>set $BreakOnFirstChance=0 Wine-dbg>cont err:rebar:REBAR_WindowProc unknown msg 2002 wp=00000000 lp=0033f9d8 err:rebar:REBAR_WindowProc unknown msg 2002 wp=00000000 lp=0033fd20 err:rebar:REBAR_MoveChildWindows EndDeferWindowPos returned NULL fixme:font:WineEngCreateFontInstance Untranslated charset 255 err:pidl:_ILCreateGuidFromStrW L"DelegateFolders" is not a GUID Unhandled exception: page fault on write access to 0x20202024 in 32-bit code (0x7ef93679). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7ef93679 ESP:0033ee90 EBP:0033eee8 EFLAGS:00010202( R- -- I - - - ) EAX:20202020 EBX:7efe3ff4 ECX:00000080 EDX:20202020 ESI:00126b68 EDI:00000002 Stack dump: 0x0033ee90: 0033eecc 7efe3ff4 0033eef8 7ef92db3 0x0033eea0: 00110060 00000000 00000000 00110000 0x0033eeb0: 00000080 00000000 00000000 00110000 0x0033eec0: 00146ad0 00154ec0 00158090 00110014 0x0033eed0: 00000257 000001db 00000269 7e82eff4 0x0033eee0: 0033ef74 00000008 0033ef08 7e81c077 Backtrace: =>0 0x7ef93679 RtlAllocateHeap+0xab() in ntdll (0x0033eee8) 1 0x7e81c077 in gdi32 (+0x4c076) (0x0033ef08) 2 0x7e81da92 in gdi32 (+0x4da91) (0x0033ef98) 3 0x7e81df1c in gdi32 (+0x4df1b) (0x0033efc8) 4 0x7e81eec1 CombineRgn+0x25f() in gdi32 (0x0033f068) 5 0x7e7db878 GetClipBox+0x92() in gdi32 (0x0033f0b8) 6 0x7e7dc1ca ExtSelectClipRgn+0xf6() in gdi32 (0x0033f118) 7 0x7e8c424f ExcludeUpdateRgn+0xc8() in user32 (0x0033f158) 8 0x7e0d58e3 in winex11 (+0x558e2) (0x0033f1e8) 9 0x7e0d6c53 X11DRV_WindowPosChanged+0x17e() in winex11 (0x0033f2f8) 10 0x7e8e7484 in user32 (+0x87483) (0x0033f3f8) 11 0x7e8e902e in user32 (+0x8902d) (0x0033f538) 12 0x7e8e9fbc SetWindowPos+0x88() in user32 (0x0033f5b8) 13 0x7e8c701a in user32 (+0x67019) (0x0033f608) 14 0x7e8c70c1 ShowScrollBar+0x30() in user32 (0x0033f628) 15 0x7ea0c4fb in comctl32 (+0x8c4fa) (0x0033f6a8) 16 0x7ea0dfca in comctl32 (+0x8dfc9) (0x0033f718) 17 0x7ea0fba4 in comctl32 (+0x8fba3) (0x0033f768) 18 0x7ea11852 in comctl32 (+0x91851) (0x0033f898) 19 0x7e8ecc9a WINPROC_wrapper+0x19() in user32 (0x0033f8c8) 20 0x7e8ee46e in user32 (+0x8e46d) (0x0033f918) 21 0x7e8ee5a7 CallWindowProcW+0x53() in user32 (0x0033f968) 22 0x0040e8e6 in examxml (+0xe8e5) (0x7e8ee553) 0x7ef93679 RtlAllocateHeap+0xab in ntdll: movl %eax,0x4(%edx)
Thanks in advance.