Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failure in ocaml 3.05 typechecker #3523

Closed
vicuna opened this issue Aug 10, 2002 · 4 comments
Closed

Assertion failure in ocaml 3.05 typechecker #3523

vicuna opened this issue Aug 10, 2002 · 4 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 10, 2002

Original bug ID: 1317
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Dear OCaml team,

Compiling PXP (with new installations of the latest versions of all its
support libraries) using ocaml 3.05 under OSX, I get this:

ocamlfind ocamlopt -package "netstring" -c pxp_document.ml
Fatal error: exception Assert_failure("typing/ctype.ml", 49467, 49479)

Is this a known problem? Is there a workaround?

Thanks,

Benjamin

@vicuna
Copy link
Author

vicuna commented Aug 12, 2002

Comment author: administrator

Compiling PXP (with new installations of the latest versions of all its
support libraries) using ocaml 3.05 under OSX, I get this:

ocamlfind ocamlopt -package "netstring" -c pxp_document.ml
Fatal error: exception Assert_failure("typing/ctype.ml", 49467, 49479)

Is this a known problem? Is there a workaround?

Not known, I believe.
However, I couldn't reproduce this bug with the current CVS ocaml,
using pxp-1.1.5 and ocamlnet-0.93.
So I hope it was solved magically...

OK, I hope so too... (By the way, for the record, I was also using
pxp-1.1.5 and ocamlnet-0.93. And the standard 3.05 source distribution.)

B

@vicuna
Copy link
Author

vicuna commented Aug 13, 2002

Comment author: administrator

Compiling PXP (with new installations of the latest versions of all its
support libraries) using ocaml 3.05 under OSX, I get this:

ocamlfind ocamlopt -package "netstring" -c pxp_document.ml
Fatal error: exception Assert_failure("typing/ctype.ml", 49467, 49479)

Is this a known problem? Is there a workaround?

Not known, I believe.
However, I couldn't reproduce this bug with the current CVS ocaml,
using pxp-1.1.5 and ocamlnet-0.93.
So I hope it was solved magically...

Jacques

@vicuna
Copy link
Author

vicuna commented Aug 19, 2002

Comment author: administrator

Dear Benli,

Compiling PXP (with new installations of the latest versions of all its
support libraries) using ocaml 3.05 under OSX, I get this:

ocamlfind ocamlopt -package "netstring" -c pxp_document.ml
Fatal error: exception Assert_failure("typing/ctype.ml", 49467, 49479)

Is this a known problem? Is there a workaround?

Gerd Stolpmann reported this problem within 24h of the 3.05 release.
On his (and ours) machines, it manifests itself as a segmentation
fault in the compiler. It's actually a GC bug. At any rate, this is
fixed in 3.06.

Cheers,

  • Xavier

@vicuna
Copy link
Author

vicuna commented Aug 19, 2002

Comment author: administrator

Same bug as #3472.

@vicuna vicuna closed this as completed Aug 19, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant