Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "Anomaly" when doing Load self.v

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "Anomaly" when doing Load self.v


chronological Thread 
  • From: Hugo Herbelin <Hugo.Herbelin AT inria.fr>
  • To: guninski AT guninski.com
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] "Anomaly" when doing Load self.v
  • Date: Thu, 12 May 2011 14:53:45 +0200

Hi,

> "Anomaly" when doing Load self.v
> 
> a file named "self.v" having:
> Load self.
> results in:
> 
> Anomaly: uncaught exception Sys_error "/tmp/self.v: Too many open files".
> Please report.

This should certainly not be printed as an anomaly but really as an
operating system error. It is the expression of a "stack overflow"
when recursively calling Load and allocating new descriptors for that
purpose.

Hugo Herbelin



Archive powered by MhonArc 2.6.16.

Top of Page