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

Crash in 3.06 toplevel on cygwin #8179

Closed
vicuna opened this issue Jun 20, 2003 · 1 comment
Closed

Crash in 3.06 toplevel on cygwin #8179

vicuna opened this issue Jun 20, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 20, 2003

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

Bug description

Hi,

I have found a crash in the ocaml-3.06 toplevel under cygwin.

Under cygwin, I get:

    Objective Caml version 3.06

let vol ~w ~h ~d = w * h * d;;

val vol : w:int -> h:int -> d:int -> int =

vol 42;;

Segmentation fault (core dumped)

Whereas under linux, it works correctly:

    Objective Caml version 3.06

let vol ~w ~h ~d = w * h * d;;

val vol : w:int -> h:int -> d:int -> int =

vol 42;;

Characters 4-6:
vol 42;;
^^
Expecting function has type w:int -> h:int -> d:int -> int
This argument cannot be applied without label

I hope this bug report is useful. I like ocaml a lot. I managed to crash
emacs too a few days ago too. My world is falling to bits! :-)

Andrew

--

@vicuna
Copy link
Author

vicuna commented Jul 8, 2003

Comment author: administrator

Could not reproduce. Smells like a bug in libtermcap.

@vicuna vicuna closed this as completed Jul 8, 2003
@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