From: Janne H. <jjh...@gm...> - 2005-03-02 19:15:02
|
> I find DynArray very unstable on my machine, and will have to revert my > code back to Markus Mottl's Res library for the time being. > > Just calling (of_array [||]) several times will cause a segfault on my > machine: I couldn't reproduce this with the CVS version. I tried running this (added into the test suite) and it doesn't crash: <snip> let test_regr_1 () = for i = 0 to 30 do ignore (DynArray.of_array [||]) done </snip> Maybe it's time for a bugfix release of ExtLib soon? Best regards, Janne |