http://bugs.winehq.org/show_bug.cgi?id=24556
Summary: Built in applications crash when you click File -> Open in a directory beyond existing disk devices Product: Wine Version: 1.3.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: t.artem@mailcity.com
Steps to reproduce:
1) Create a new ~/.wine 2) Delete all disk drives except C: from ~/.wine/dosdevices/ (thus leaving only c:) 3) cd /tmp 4) Run 'notepad' 5) Hit File -> Open 6) Crash!
[birdie@localhost tmp]$ notepad wine: Unhandled stack overflow at address 0x7e7b4789 (thread 0009), starting debugger... err:seh:setup_exception_record stack overflow 1260 bytes in thread 0009 eip 7ef9fa09 esp 00230e44 stack 0x230000-0x231000-0x330000 [console freezes]
Unfortunately I cannot produce a backtrace because Wine is hanging at this point.