$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] SHARING_VIOLATION due to antivirus
From: arvid_at_[hidden]
Date: 2009-08-19 11:22:13
Quoting Lars Hagstrom <lars_at_[hidden]>:
> Yes, of course it is due to bad AV. But for me it would still be handy
> if boost.interprocess was a little bit more tolerant towards that. If my
> software crashes it will be perceived as buggy, however much I blame AV...
One thing you can do is to, at startup, detect if nod32.dll is loaded in your
process, and throw up a warning dialog to tell the user that the AV software is
buggy.
-- Arvid Norberg