http://bugs.winehq.org/show_bug.cgi?id=10966
Summary: explorer.exe crash every time when removing folders Product: Wine Version: 0.9.52. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: newbeewan@nativobject.com
Created an attachment (id=9901) --> (http://bugs.winehq.org/attachment.cgi?id=9901) backtrace when launching explorer.exe in console
Hi,
I'm using the debian packaged version (unstable 0.9.52-1) explorer.exe crash every time when trying to remove folders. Operation succeed (folder is removed), but application crashes...
It doesn't happen in the c: drive but in the other drives (particularly in the shell window...)
I can reproduce it every time, with or without file in it.
I join the backtrace.
Regards
http://bugs.winehq.org/show_bug.cgi?id=10966
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2007-12-30 07:59:44 --- Please either recompile Wine and attach a backtrace with debug symbols, or generate a +relay,+seh,+tid log, compress it with 'bzip2 -9' and attach it.
http://bugs.winehq.org/show_bug.cgi?id=10966
--- Comment #2 from Dan Kegel dank@kegel.com 2007-12-30 10:28:14 --- Created an attachment (id=9910) --> (http://bugs.winehq.org/attachment.cgi?id=9910) Better backtrace
Sure enough, it's 100% repeatable. Recipe: mkdir ~/Desktop/aaaaaaaaa wine winefile click Shell get aaaaaaaa to show up in left pane right click it and choose Delete
http://bugs.winehq.org/show_bug.cgi?id=10966
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Status|UNCONFIRMED |NEW Component|wine-files |wine-programs Ever Confirmed|0 |1 Keywords| |download
--- Comment #3 from Dan Kegel dank@kegel.com 2007-12-30 10:29:02 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=10966
--- Comment #4 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-06-14 23:29:00 --- Created an attachment (id=14040) --> (http://bugs.winehq.org/attachment.cgi?id=14040) proposed patch
http://bugs.winehq.org/show_bug.cgi?id=10966
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #5 from Austin English austinenglish@gmail.com 2008-06-21 19:48:30 --- Works fine for me in git.
http://bugs.winehq.org/show_bug.cgi?id=10966
--- Comment #6 from C. Mourad Jaber newbeewan@nativobject.com 2008-06-22 04:07:52 --- I confirm, it doesn't happen anymore on the last version.
http://bugs.winehq.org/show_bug.cgi?id=10966
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com 2008-06-22 05:11:05 --- Fixed then.
http://bugs.winehq.org/show_bug.cgi?id=10966
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2008-06-27 09:58:36 --- Closing bugs fixed in 1.1.0.
http://bugs.winehq.org/show_bug.cgi?id=10966
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffzaroyko@gmail.com
--- Comment #9 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-07-17 21:35:51 --- I don't think this is fixed, I've tested with wine-1.1.1, wine-1.1.1-147-gb3f4091 and there is still a crash.
This should be reopened.
http://bugs.winehq.org/show_bug.cgi?id=10966
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED |
--- Comment #10 from Lei Zhang thestig@google.com 2008-07-18 13:17:30 --- Reopening, it didn't work with 1.1.0 either.
http://bugs.winehq.org/show_bug.cgi?id=10966
Matthew Millar mattmill30@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mattmill30@hotmail.com
--- Comment #11 from Matthew Millar mattmill30@hotmail.com 2008-12-09 17:28:40 --- Closing.
Tested in wine 1.1.10 with Ubuntu 8.10 x86_64
Created:
file aaaa and deleted it through $wine winefile folder aaaa and deleted it through $wine winefile
Matthew Millar
http://bugs.winehq.org/show_bug.cgi?id=10966
--- Comment #12 from Austin English austinenglish@gmail.com 2008-12-09 20:03:27 --- You have to right click and delete on the left pane, not the right.
Still present in git.
Jeff's patch fixes it for me.
http://bugs.winehq.org/show_bug.cgi?id=10966
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #14040|0 |1 is obsolete| |
--- Comment #13 from Jeff Zaroyko jeffz@jeffz.name 2008-12-09 20:09:03 --- (From update of attachment 14040) my patch was rejected because the check should be done in the caller iirc.
http://bugs.winehq.org/show_bug.cgi?id=10966
Rich Rincebrain@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Rincebrain@gmail.com
--- Comment #14 from Rich Rincebrain@gmail.com 2009-01-10 03:45:42 --- I just submitted a patch for this to wine-patches.
Hopefully, it's more acceptable, as it's caller-checking, not callee.
http://bugs.winehq.org/show_bug.cgi?id=10966
--- Comment #15 from Rich Rincebrain@gmail.com 2009-01-10 04:02:19 --- Created an attachment (id=18608) --> (http://bugs.winehq.org/attachment.cgi?id=18608) Fixed bug 10966 in the caller
Just a redo of the previous patch, in the caller instead of the callee.
http://bugs.winehq.org/show_bug.cgi?id=10966
--- Comment #16 from Rich Rincebrain@gmail.com 2009-01-10 17:05:31 --- Patch was accepted upstream - commit ae48e099dab2ec266598d2cb6f2704135e689e5d.
This should be closed, unless someone else can demo the bug? :)
http://bugs.winehq.org/show_bug.cgi?id=10966
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED
--- Comment #17 from Jeff Zaroyko jeffz@jeffz.name 2009-01-10 19:30:10 --- looks fixed to me
http://bugs.winehq.org/show_bug.cgi?id=10966
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org 2009-01-16 10:37:30 --- Closing bugs fixed in 1.1.13.