http://bugs.winehq.org/show_bug.cgi?id=18111
Summary: program crashes immediately after start since wine 1.1.19 Product: Wine Version: 1.1.19 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: MadLoisae@gmx.net
Created an attachment (id=20548) --> (http://bugs.winehq.org/attachment.cgi?id=20548) output on command line on start.
With wine 1.1.18 an application works well - with wine 1.1.19 it crashes immediately after start with the attached backtrace.
the program is a program like emule.
should I make a Regressiontest (my CPU is very slow ...) or can anyone see the reason for the crash?
thanks!
kind regards, Alois
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-04-19 08:00:13 --- if you can't give us the name of the program, where to download it and instructions to reproduce the crash then you should do the regression test.
http://bugs.winehq.org/show_bug.cgi?id=18111
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|program crashes immediately |unknown program crashes |after start since wine | |1.1.19 |
http://bugs.winehq.org/show_bug.cgi?id=18111
Alois MadLoisae@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com, | |MadLoisae@gmx.net
--- Comment #2 from Alois MadLoisae@gmx.net 2009-04-20 07:56:10 --- here it is:
59148d0bb549ff8690f15f14571a715e3fdd43a5 is first bad commit commit 59148d0bb549ff8690f15f14571a715e3fdd43a5 Author: Nikolay Sivov bunglehead@gmail.com Date: Tue Apr 7 12:15:21 2009 -0400
comctl32/listview: Implement delayed header creation for ListView control.
:040000 040000 917d3c197548165028394f45e22b6d32632f36cd 3df9c0746fceb9202daab94828b78177e4f4c176 M dlls
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-04-20 08:07:51 --- (In reply to comment #0)
the program is a program like emule.
Post a program name to test.
(In reply to comment #2)
here it is:
59148d0bb549ff8690f15f14571a715e3fdd43a5 is first bad commit commit 59148d0bb549ff8690f15f14571a715e3fdd43a5 Author: Nikolay Sivov bunglehead@gmail.com Date: Tue Apr 7 12:15:21 2009 -0400
comctl32/listview: Implement delayed header creation for ListView control.
:040000 040000 917d3c197548165028394f45e22b6d32632f36cd 3df9c0746fceb9202daab94828b78177e4f4c176 M dlls
Ok. Here are some steps to follow: 1) build current tree, it already contains a fix for some regression caused by this. If it doesn't crash wait for 1.1.20. 2) install debug symbols and run your "program" with 'WINEDEBUG=+listview wine <program.exe> after cd-ing to program directory. Attach a crash log.
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #4 from Alois MadLoisae@gmx.net 2009-04-20 13:05:42 --- Hello Nikolay,
no, it's not fixed with the latest git.
attached the requestes debug-log , but I have not generated it with WINEDEBUG=+listview but with export "WINEDEBUG=listview" - should be the same, is it?
thanks for your work! ((:
kind regards, alois
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #5 from Alois MadLoisae@gmx.net 2009-04-20 13:06:50 --- Created an attachment (id=20578) --> (http://bugs.winehq.org/attachment.cgi?id=20578) debug-output with export "WINEDEBUG=listview"
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20578|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2009-04-20 13:44:00 --- Created an attachment (id=20579) --> (http://bugs.winehq.org/attachment.cgi?id=20579) additional trace line
I'll repeat my question: please, post a program name here and an URL for download if available. It'll save a lot of time for testing.
Apply this patch, then run it again with WINEDEBUG=+relay,+tid,+listview and attach a zipped log.
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #7 from Alois MadLoisae@gmx.net 2009-04-20 14:24:35 --- Created an attachment (id=20581) --> (http://bugs.winehq.org/attachment.cgi?id=20581) addidional trace line patch, WINEDEBUG=+relay,+tid,+listview
It's too big for *.zip, so I made a *.rar - I think this doesn't matter.
altough the program is not free downloadable: it is called powerhorse.
I hope this helps - I'm available for further testing. ;)
thanks!
kind regards, Alois
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 Summary|unknown program crashes |Powerhorse crashes
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2009-04-20 15:37:04 --- (In reply to comment #7)
I hope this helps - I'm available for further testing. ;)
Ok. And now the same for successful start with 1.1.18 (same debug channels).
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2009-04-21 04:35:06 --- Created an attachment (id=20589) --> (http://bugs.winehq.org/attachment.cgi?id=20589) Proposed fix
Hi, Alois. I've found some discrepancy comparing with native. Try this patch on top of current tree and post results.
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #10 from Alois MadLoisae@gmx.net 2009-04-21 06:59:34 --- Hello Nikolay,
great, with this patch it works again well. (:
if necessary I can test again as soon as merged to git-tree ... ;)
thanks a lot!
kind regards, Alois
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2009-04-21 07:45:19 --- (In reply to comment #10)
Hello Nikolay,
great, with this patch it works again well. (:
That's nice.
if necessary I can test again as soon as merged to git-tree ... ;)
Yeah, I'll post here when it'll be merged and we will resolve it then.
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2009-04-21 12:07:07 --- Fix committed:
http://source.winehq.org/git/wine.git/?a=commit;h=9cc12d2879905cf626bdfc9169...
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20589|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20579|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=18111
--- Comment #13 from Alois MadLoisae@gmx.net 2009-04-21 23:29:10 --- works with latest git well.
thanks for your work!
kind regards, Alois
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com 2009-04-22 00:56:44 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=18111
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2009-04-24 12:23:16 --- Closing bugs fixed in 1.1.20.
http://bugs.winehq.org/show_bug.cgi?id=18111
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9cc12d2879905cf626bdfc91699 | |a680519c9a1fb CC| |focht@gmx.net Regression SHA1| |59148d0bb549ff8690f15f14571 | |a715e3fdd43a5
http://bugs.winehq.org/show_bug.cgi?id=18111
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bunglehead@gmail.com |wine-bugs@winehq.org