http://bugs.winehq.org/show_bug.cgi?id=10282
--- Comment #7 from Szabolcs Szakacsits szaka@ntfs-3g.org 2007-11-04 13:37:09 --- (In reply to comment #6)
ntfs-3g driver does not support all types of mmap operations lots of programs use.
The only not supported mmap operation is shared writable mmap what very few program uses.
Not of of this functionality can be emulated by Wine.
No need to emulate anything because when an application does such mmap system call then the driver returns ENODEV which can be easily handled. See mmap(2).
Please also realize that mmap(2) has absolutely nothing to do with this bug report.
Closing invalid bug. It is not Wine bug. It appears a user misconfiguration/ntfs driver deficiencies.
Then how would you explain that the same Wine code works in some cases but not in the other ones? The crash is very obviously a pure Wine bug ;-)
Regards, Szaka
-- NTFS-3G Lead Developer: http://ntfs-3g.org