| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004377 | OCaml | OCaml general | public | 2007-09-04 15:29 | 2007-11-19 18:19 |
|
| Reporter | frisch | |
| Assigned To | doligez | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.10+dev | |
|
| Summary | 0004377: Bug finalisation des pointeurs infixes |
| 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. |
| Tags | No tags attached. |
|
| Attached Files | |
|