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

Bug finalisation des pointeurs infixes #4377

Closed
vicuna opened this issue Sep 4, 2007 · 1 comment
Closed

Bug finalisation des pointeurs infixes #4377

vicuna opened this issue Sep 4, 2007 · 1 comment
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 4, 2007

Original bug ID: 4377
Reporter: @alainfrisch
Assigned to: @damiendoligez
Status: closed (set by @damiendoligez on 2007-11-19T17:19:49Z)
Resolution: fixed
Priority: normal
Severity: major
Fixed in version: 3.10+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

Le code ci-dessous plante:

let rec f1 x = print_string x and f2 x = print_int x in
Gc.finalise (fun g1 -> g1 10) f2;;
Gc.full_major ();;

On comprend facilement pourquoi en cherchant Infix_tag dans finalise.c.

@vicuna
Copy link
Author

vicuna commented Nov 19, 2007

Comment author: @damiendoligez

fixed in 3.09.4+dev3 and 3.10.1+dev1

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

2 participants