|
From: Eric S. J. <es...@ha...> - 2004-09-14 18:39:39
|
Nuno Lucas wrote: > I am learning to use cscope ;) and from my inspection of the code, it > can only be triggered at colinux/os/winnt/user/file.c, line 33, function > co_os_file_load(). > > The reason is that colinux failed to open the file (obviously ;). > This can be two things: > 1) File does not exist > 2) Access denied > 3) Some operating system error (like corrupt disk) > > 1) and 3) are obvious and 2) can be triggered if another program opened > the file in exclusive mode (thus denying access to colinux). > > A reason for this error can be an anti-virus. no antivirus here, it tends to interfere with speech recognition accuracy. So the question then becomes is it a file missing or access control? Is there any indication of which file it is looking at? ---eric |