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

ocaml (Cygwin) crashes on error reports #2752

Closed
vicuna opened this issue Apr 23, 2001 · 2 comments
Closed

ocaml (Cygwin) crashes on error reports #2752

vicuna opened this issue Apr 23, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Apr 23, 2001

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

Bug description

Full_Name: Ronny Wichers Schreur
Version: 3.01
OS: Cygwin/Windows 2000
Submission from: ronaldo.cs.kun.nl (131.174.33.238)

On my up-to-date cygwin installation (running on Windows 2000) ocaml seems
to crash whenever it wants to report an error.

% ocaml
Objective Caml version 3.01

1+2;;

  • : int = 3

1+[];;

  0 [main] ocaml 2496 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION

17338 [main] ocaml 2496 stackdump: Dumping stack trace to
ocamlrun.exe.stackdump
Segmentation fault (core dumped)
% ocaml
Objective Caml version 3.01

unknown_function_name;;

  0 [main] ocaml 2440 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION

5831 [main] ocaml 2440 stackdump: Dumping stack trace to
ocamlrun.exe.stackdump
Segmentation fault (core dumped)

% uname -a
CYGWIN_NT-5.0 RONALDO 1.1.8(0.34/3/2) 2001-01-31 10:08 i686 unknown

@vicuna
Copy link
Author

vicuna commented Apr 25, 2001

Comment author: administrator

On my up-to-date cygwin installation (running on Windows 2000) ocaml
seems to crash whenever it wants to report an error.

This is a known problem due to binary incompatibilities between the
OCaml binaries we distribute and the latest Cygwin version. We will
try to address this issue in the near future, but in the meantime I
recommend you download the OCaml sources and compile them on your
machine.

Sorry for the inconvenience,

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented May 14, 2001

Comment author: administrator

Binary compatibility problems with Cygwin. See #2744

@vicuna vicuna closed this as completed May 14, 2001
@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