http://bugs.winehq.org/show_bug.cgi?id=16332 Summary: crash in file dialog if the previous selected folder is deleted Product: Wine Version: 1.1.9 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: thestig(a)google.com To reproduce: 1. mkdir /tmp/foo; touch /tmp/foo/bar.txt 2. run notepad 3. file -> open, navigate to z:\tmp\foo, open bar.txt 4. rm -Rf /tmp/foo 5. file -> open causes a stack overflow due to infinite recursion in FILEDLG95_LOOKIN_InsertItemAfterParent(), with pidl = NULL. -- 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.