[Bug 47987] Output with WINEDEBUG=warn+all contains a class of false positive 'file not found' messages.

WineHQ Bugzilla wine-bugs at winehq.org
Sun Oct 27 18:55:22 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47987

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
Well... yes. That's what the WARN channel is for, messages that might signal an
error but don't necessarily. That's why it's off by default. But debugging
naturally means sifting through things that *might* be responsible for failure
in order to find something that actually *is*. It could be that failure to
create a different file is exactly what's tripping up this program later. We
can't magically filter out the relevant failures from the irrelevant failures.

If it's too much of a problem, you might try WINEDEBUG=warn+all,warn-ntdll, or
otherwise just preprocessing logs to filter out anything containing
"warn:ntdll:FILE_CreateFile".

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