[Bug 33882] gtags (GNU GLOBAL) 6.2.x crashes on indexing of large projects

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 6 10:19:26 CDT 2014


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

--- Comment #8 from Piotr Caban <piotr.caban at gmail.com> ---
"sort: cannot create temporary file: \s14.: Permission denied"
The application expects that top level directory on drive that contains source
is writeable. The function runs tmpnam() and tries to create file. It fails on
z: drive because / (root path) is not writeable. Probably support for
VirtualStore will solve this issue some day, but I don't expect that it will be
implemented soon.

If you create link to source on wine's c drive the messages will be gone.

I'm still not sure why the application crashes with out of memory message with
builtin msvcrt.

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