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

Core-dump when extending a module definition #2941

Closed
vicuna opened this issue Sep 2, 2001 · 1 comment
Closed

Core-dump when extending a module definition #2941

vicuna opened this issue Sep 2, 2001 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 2, 2001

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

Bug description

Full_Name: Jacques Garrigue
Version: 3.02+2
OS: freebsd 4.3R
Submission from: 61.127.175.250 (61.127.175.250)
Submitted by: garrigue

Ca semblait pourtant etre une bonne idee...
(C'est la version vanille, et c'etait deja` le cas avec 3.01)

    Objective Caml version 3.02+2 (2001-08-24)

module Hashtbl =

struct include Hashtbl let add t ~key ~data = add t key data end;;
[...]

let t = Hashtbl.create 7;;

val t : ('_b, '_a) Hashtbl.t =

Hashtbl.add t ~key:1 ~data:2;;

Segmentation fault (core dumped)

@vicuna
Copy link
Author

vicuna commented Sep 10, 2001

Comment author: administrator

Same bug as #2941 (there's an external declaration in Hashtbl...) Fixed
2001-09-10 by XL.

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