This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: got missing cyggc-1 file restored


On 2018-01-28 00:17, John Gotts wrote:
> On Sat, Jan 27, 2018 at 5:14 PM, U-BLASTER-6000\mtdew wrote:

>> I tracked down the missing file and installed it. Then make worked
>> fine. I wonder how it went missing...
> I had the same issue a week or two ago that was fixed by re-installing the
> libggc package.

Check if you have an AV, and it quarantined the file from a false positive id.
A lot of AVs are trying to preemptively block "suspicious" code, badly.
Garbage collectors by their nature look promiscuously all over memory everywhere
in the heap, outside where "normal" code would be expected to access.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]