[Bug 9328] New: Opening DOS devices other than C crashes Wine
http://bugs.winehq.org/show_bug.cgi?id=9328 Summary: Opening DOS devices other than C crashes Wine Product: Wine Version: 0.9.42. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-shell32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: ninevoltz(a)metalink.net Opening a DOS device other than C: from a common dialog causes Wine to crash. Open notepad in Wine: wine notepad Click File->Open navigate to My Computer/Z: Crash. 67 0x699211db WinMain+0x74b(hInstance=0x69910000, prev=0x0, cmdline=0x115cb7, show=0x1) [/usr/src/wine/programs/notepad/main.c:698] in notepad (0x0034fe58) 68 0x69922f23 main+0xa3() [/usr/src/wine/dlls/winecrt0/exe_main.c:48] in notepad (0x0034fed8) 69 0x69922e4b __wine_spec_exe_entry+0x5b(peb=0x7ffdf000) [/usr/src/wine/dlls/winecrt0/exe_entry.c:36] in notepad (0x0034ff08) 70 0x7b870bde start_process+0xee(arg=0x0) [/usr/src/wine/dlls/kernel32/process.c:820] in kernel32 (0x0034ffe8) 71 0x600244d7 (0x00000000) 0x603dada5 _ILSimpleGetTextW+0x75 [/usr/src/wine/dlls/shell32/../../include/winbase.h:2126] in shell32: movw %ax,0x0(%edx) 2126 *d++ = *s++; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 --- Comment #1 from Maarten Lankhorst <M.B.Lankhorst(a)gmail.com> 2007-08-15 11:38:52 --- Please, attach full backtraces as attachments, rather then posting the last few lines. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 --- Comment #2 from Lei Zhang <thestig(a)google.com> 2007-08-15 15:23:29 --- works for me with wine 0.9.42 and 0.9.43. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 --- Comment #3 from H. J. Hill <wine(a)hill4gis.de> 2007-09-25 07:08:59 --- Created an attachment (id=8204) --> (http://bugs.winehq.org/attachment.cgi?id=8204) Bzip2-compressed log file (16MB) of "WINEDEBUG=+shell wine notepad" Here is the log of a reproducible case. Preparations: - created a directory "/temp" - created 999 subdirectories named "/temp/001" to "/temp/999" Steps to produce problem: 1. Start notepad 2. Click "File/Open" 3. Select "My Computer" 4. Double-click "Z:" 5. Double-click "temp" Expected: Contents of directory "temp" shown What happens: Screen refreshes with contents of root directory ("Z:\") 6. Double-click "temp" again Expected: as above What happens: Wine crashes -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 H. J. Hill <wine(a)hill4gis.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine(a)hill4gis.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2007-10-15 23:10:02 --- Do you have a small script to make those directories you can attach, or an archive with 999 directories that could be extracted to reproduce this? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 --- Comment #5 from H. J. Hill <wine(a)hill4gis.de> 2007-10-16 04:49:01 --- (In reply to comment #4) mkdir temp for f in `seq -w 1 999`; do mkdir temp/$f ; done should do it -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2007-10-16 13:32:02 --- Doesn't crash here in wine 0.9.47, ubuntu gusty. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-04-14 23:56:55 --- Is this still an issue in current (0.9.59 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nodisgod(a)yahoo.com --- Comment #8 from scguy318 <nodisgod(a)yahoo.com> 2008-05-13 01:26:09 --- Can't reproduce the problem, this seems to be invalid/fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-05-13 12:05:51 --- Abandoned. Noone that can reproduce is responding. If you still face this issue, please reopen. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9328 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2008-05-13 12:09:46 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org