http://bugs.winehq.org/show_bug.cgi?id=36759
Bug ID: 36759 Summary: winefile: crash when inserting removable media Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: visserthree@gmail.com
Created attachment 48813 --> http://bugs.winehq.org/attachment.cgi?id=48813 A backtrace
When I plug in a USB flash memory stick while Winefile is running, it crashes. Built on Debian 7.5 amd64/multiarch with 32-bit libraries.
https://bugs.winehq.org/show_bug.cgi?id=36759
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, hardware
https://bugs.winehq.org/show_bug.cgi?id=36759
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source CC| |imwellcushtymelike@gmail.co | |m
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Please retest in Wine 1.7.33 or later.
https://bugs.winehq.org/show_bug.cgi?id=36759
--- Comment #2 from Peter S visserthree@gmail.com --- Created attachment 50416 --> https://bugs.winehq.org/attachment.cgi?id=50416 Another backtrace
Yep, still crashes in 1.7.33.
https://bugs.winehq.org/show_bug.cgi?id=36759
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- Unfortunately I can't reproduce, a new drive letter is created and I can click on it to show the files (Xfce auto mounts the drive). Is the drive auto monted in Debian for you too? Can your user access the files in the pendrive from Debian?
This situation can happen if read_tree_win [1] returns NULL, then in refresh_child [2] the variable will child->left.cur will be NULL leading to a crash at [3] because the dir parameter is NULL. [1] http://source.winehq.org/source/programs/winefile/winefile.c#0429 [2] http://source.winehq.org/source/programs/winefile/winefile.c#3404 [3] http://source.winehq.org/source/programs/winefile/winefile.c#1371
https://bugs.winehq.org/show_bug.cgi?id=36759
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|imwellcushtymelike@gmail.co | |m | Hardware|x86 |x86-64 Distribution|--- |Debian
https://bugs.winehq.org/show_bug.cgi?id=36759
Peter S visserthree@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.7.19 |1.7.33
--- Comment #4 from Peter S visserthree@gmail.com --- Found it.
As a security measure, I had set Z: to something besides '/' so random Windows programs couldn't go peeking everywhere, instead of '/'. Wine can browse my filesystem starting at '/', but not open anything outside of a drive letter if I do that. Setting Z back to '/' cleared it up.
https://bugs.winehq.org/show_bug.cgi?id=36759
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Broken setup
https://bugs.winehq.org/show_bug.cgi?id=36759
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.