[Bug 13631] Unhandled page fault in winefile after pressing F5

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 13 13:08:58 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13631


Mikolaj Zalewski <mikolaj.zalewski at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikolaj.zalewski at gmail.com




--- Comment #3 from Mikolaj Zalewski <mikolaj.zalewski at gmail.com>  2008-07-13 13:08:58 ---
The first problem is that when winefile is started with a non-existing
directory, then the refresh crashes it - e.g. `winefile
"c:\\windows\\abc\\qqq"` and F5 crashes winefile. The read_tree_win (called
when creating the window) returns a NULL pointer, this NULL is stored and
dereferenced during a refresh.

The other problem is that, probably to aviod cycles in filesystem, the "My
Documents" directory is not visible when enumerating the profile directory
(this also happends in wine cmd when doing the dir command). Winefile treats it
as non-existent.

Probably these two problems generate the reported crash. The same thing happens
in uTorrent when using "Open file location".


-- 
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.



More information about the wine-bugs mailing list