| Anonymous | Login | Signup for a new account | 2013-05-23 06:26 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 | |||||||
| 0005126 | OCaml | OCaml general | public | 2010-08-14 19:30 | 2012-09-06 19:14 | |||||||
| Reporter | kxenator | |||||||||||
| Assigned To | frisch | |||||||||||
| Priority | normal | Severity | crash | Reproducibility | always | |||||||
| Status | resolved | Resolution | suspended | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | 3.12.0 | |||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0005126: ocamlnat crashes if a library is loaded and then an unknown symbol is entered | |||||||||||
| Description | After the start of ocamlnat if I enter an unknown symbol, everything is OK: # foobar;; Characters 0-6: foobar;; ^^^^^^ Error: Unbound value foobar Buf if I load some library, for example by the following code: # #load "nums.cmxa";; # include Num;; a fatal error occurs and ocamlnat exits if I enter an unknown symbol: # foobar;; Fatal error: exception Sys_error("caml_startup: No such file or directory") kxenator@linux:~> For known symbols it works: # string_of_num (power_num (Int 10) (Int 10));; - : string = "10000000000" | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0008028) frisch (developer) 2012-09-06 19:14 |
ocamlnat is not officially supported, and no core developer is motivated to work on it these days. We can integrate a contributed patch, though. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-08-14 19:30 | kxenator | New Issue | |
| 2011-05-20 18:02 | doligez | Status | new => acknowledged |
| 2012-07-06 16:07 | doligez | Target Version | => 4.01.0+dev |
| 2012-07-31 13:36 | doligez | Target Version | 4.01.0+dev => 4.00.1+dev |
| 2012-09-06 19:14 | frisch | Note Added: 0008028 | |
| 2012-09-06 19:14 | frisch | Status | acknowledged => resolved |
| 2012-09-06 19:14 | frisch | Resolution | open => suspended |
| 2012-09-06 19:14 | frisch | Assigned To | => frisch |
| 2012-09-06 19:14 | frisch | Target Version | 4.00.1+dev => |
| Copyright © 2000 - 2011 MantisBT Group |