Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Anomaly: Uncaught exception Not_found. Please report.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Anomaly: Uncaught exception Not_found. Please report.


Chronological Thread 
  • From: Hugo Herbelin <Hugo.Herbelin AT inria.fr>
  • To: Randy Pollack <rpollack0 AT gmail.com>
  • Cc: Coq-Club Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Anomaly: Uncaught exception Not_found. Please report.
  • Date: Wed, 25 Jan 2017 12:09:42 +0100

Hi Randy,

This is bug #4335 [1] where you can follow the discussion. This is
related to native compilation so a quick workaround is to configure
coq with native compilation disabled.

Best,

Hugo

[1] https://coq.inria.fr/bugs/show_bug.cgi?id=4335

On Mon, Jan 23, 2017 at 05:56:57PM +0000, Randy Pollack wrote:
> Consider the following two files. Coq 8.5pl1 with ProofGeneral fails
> to load file_XXX.v
>
> The definitions are just to make the example non-trivial, but the
> [Require] seem to be relevant.
>
> BTW, I tried to log in to Bugzilla, but failed.
>
> --Randy
>
> =====file_XXX.v=======================
> Module XXX.
>
> Require Bool.
>
> Load file_YYY.
> Export YYY.
>
> Definition tt := true.
>
> End XXX.
> =====================================
>
> ------file_YYY.v---------------------
> Module YYY.
>
> Definition ff := false.
>
> End YYY.
> --------------------------



Archive powered by MHonArc 2.6.18.

Top of Page