| Anonymous | Login | Signup for a new account | 2013-05-23 12:52 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005687 | OCaml | OCaml general | public | 2012-07-16 12:21 | 2012-07-16 13:09 | |||||||
| Reporter | frisch | |||||||||||
| Assigned To | frisch | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | ||||||||||||
| Target Version | 4.00.0+dev | Fixed in Version | ||||||||||
| Summary | 0005687: dynlink broken when used from "output-obj" main program (bytecode) | |||||||||||
| Description | caml_code_fragments is initialized in fix_code.c, function caml_load_code. This is not called when the program is initialized through caml_startup_code. The call to caml_ext_table_add in caml_register_code_fragment (meta.c) thus fails. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0007756) frisch (developer) 2012-07-16 12:38 |
Fixed (commits 12714 on trunk; 12715 on 4.00). There is a lot of code duplication between the two ways to load code in bytecode. We should consider factorizing common logic to avoid such bugs. |
|
(0007757) frisch (developer) 2012-07-16 13:09 |
(For the records, this is related to 0005215.) |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-07-16 12:21 | frisch | New Issue | |
| 2012-07-16 12:24 | frisch | Assigned To | => frisch |
| 2012-07-16 12:24 | frisch | Status | new => assigned |
| 2012-07-16 12:38 | frisch | Note Added: 0007756 | |
| 2012-07-16 12:38 | frisch | Status | assigned => resolved |
| 2012-07-16 12:38 | frisch | Resolution | open => fixed |
| 2012-07-16 13:09 | frisch | Note Added: 0007757 | |
| 2012-07-16 13:09 | frisch | Relationship added | related to 0005215 |
| Copyright © 2000 - 2011 MantisBT Group |