http://bugs.winehq.org/show_bug.cgi?id=20976
Summary: sourceformatX causes wine to segfault after tips of the day Product: Wine Version: 1.1.33 Platform: PC URL: http://www.sourceformat.com/download.php OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: htl10@users.sourceforge.net
was trying out sourceformatX (shareware, see url) for some reason. With both wine 1.1.33 and wine-1.1.34-194-g09db528 from git, the application shows the main windows, the 'tips of the day' popup box, then wine segfaulted. I had problem building 1.1.34, but presumably that's transient since wine-1.1.34-194-g09db528 is newer than 1.1.34.
~/tmp-git/wine/wine SourceFormatX.exe err:process:__wine_kernel_init boot event wait timed out fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000450,(nil),0x0001,0x00000000,0xa5e524,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub Segmentation fault (core dumped)
err:ole:CoCreateInstance apartment not initialised err:ole:CoCreateInstance apartment not initialised err:ole:CoCreateInstance apartment not initialised err:ole:CoCreateInstance apartment not initialised err:ole:CoCreateInstance apartment not initialised err:ole:CoCreateInstance apartment not initialised fixme:system:SetProcessDPIAware stub! fixme:dwmapi:DwmIsCompositionEnabled 0x33cf34 fixme:iphlpapi:NotifyAddrChange (Handle 0xa7de8d8, overlapped 0xa7de8e0): stub fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses fixme:shell:DllCanUnloadNow stub
http://bugs.winehq.org/show_bug.cgi?id=20976
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Austin English austinenglish@gmail.com 2009-12-09 18:13:33 --- Please atach a +relay,+seh,+tid trace.
http://bugs.winehq.org/show_bug.cgi?id=20976
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.33 |1.1.34
http://bugs.winehq.org/show_bug.cgi?id=20976
--- Comment #2 from Hin-Tak Leung htl10@users.sourceforge.net 2009-12-10 00:42:53 --- Created an attachment (id=25150) --> (http://bugs.winehq.org/attachment.cgi?id=25150) the requested log, gz'ed , part 1
WINEDEBUG=+relay,+seh,+tid wine SourceFormatX.exe
Tried it also under Vista - after 'tips of the day', the program is supposed to launch a open-file dialog instead of causing wine to crash. So it is possibly com/ole or comctl problem.
Split into 3 parts with dd, due to limitation of bugzilla to 1M. reassemble with cat part1 part2 part3 | gzip -dc
http://bugs.winehq.org/show_bug.cgi?id=20976
--- Comment #3 from Hin-Tak Leung htl10@users.sourceforge.net 2009-12-10 00:44:35 --- Created an attachment (id=25151) --> (http://bugs.winehq.org/attachment.cgi?id=25151) part 2
to reassemble, do cat part1 part2 part3 | gzip -dc
http://bugs.winehq.org/show_bug.cgi?id=20976
--- Comment #4 from Hin-Tak Leung htl10@users.sourceforge.net 2009-12-10 00:46:03 --- Created an attachment (id=25152) --> (http://bugs.winehq.org/attachment.cgi?id=25152) part 3
part 3. to assemble, do cat part1 part2 part3 | gzip -dc
http://bugs.winehq.org/show_bug.cgi?id=20976
Niko Sandschneider nsandschn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn@gmx.de
--- Comment #5 from Niko Sandschneider nsandschn@gmx.de 2010-07-11 05:42:13 --- Still present in wine-1.2-rc7. The main window pops up but is closed at once. I can't even see the tips of the day. The only terminal output is "Segmentation fault"
http://bugs.winehq.org/show_bug.cgi?id=20976
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-07-11 06:43:33 --- confirmed
http://bugs.winehq.org/show_bug.cgi?id=20976
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #7 from Anastasius Focht focht@gmx.net 2010-07-11 12:27:08 --- Hello,
dupe of bug 10503
The app contains brain damaged code that messes with ESP while accessing DIB regions, hence the segfault.
--- snip --- 0x00535be8: pushl %ebp 0x00535be9: movl %esp,%ebp 0x00535beb: movl %ebx,0x005978e4 0x00535bf1: movl %edi,0x005978ec 0x00535bf7: movl %esi,0x005978e8 0x00535bfd: movl %esp,0x005978f0 ; <--- local save 0x00535c03: movl %ebp,0x005978f4 ... 0x00535c40: movl %eax,0x005978f8 0x00535c46: movl %edi,%ebp 0x00535c48: movl %esi,%esp ; <--- 0x00535c4a: movl %ecx,%ecx 0x00535c4c: movl 0x0(%ebp),%eax 0x00535c4f: movl 0x0(%esp),%edi ; <--- ... 0x00535c8f: addl %edi,%eax 0x00535c91: addl %esi,%ebx 0x00535c93: andl $0xff00ff00,%eax 0x00535c98: shrl $0x5,%ebx 0x00535c9b: andl $0xff00ff,%ebx 0x00535ca1: orl %ebx,%eax 0x00535ca3: movl %eax,0x0(%ecx) 0x00535ca5: addl $4,%ebp 0x00535ca8: addl $4,%esp ; <--- 0x00535cab: addl $4,%ecx 0x00535cae: cmpl 0x005978f8,%ebp 0x00535cb4: jnz 0x00535c4c 0x00535cb6: movl 0x005978e4,%ebx 0x00535cbc: movl 0x005978ec,%edi 0x00535cc2: movl 0x005978e8,%esi 0x00535cc8: movl 0x005978f0,%esp ; <--- local restore 0x00535cce: movl 0x005978f4,%ebp 0x00535cd4: popl %ebp 0x00535cd5: ret $0x10 --- snip ---
You could try DIB engine patches (bug 421).
Regards
http://bugs.winehq.org/show_bug.cgi?id=20976
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #8 from Austin English austinenglish@gmail.com 2010-07-11 14:20:01 --- Dupe
*** This bug has been marked as a duplicate of bug 10503 ***
http://bugs.winehq.org/show_bug.cgi?id=20976
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Austin English austinenglish@gmail.com 2010-07-11 14:20:16 --- Closing