Re: Curios about Euphoria 4.2 Progress
- Posted by jmduro 1 month ago
- 611 views
Here is the beginning of ex.err in the docs folder.
/home/duro/temp/euphoria/docs/../include/std/map.e:601 in procedure put() A machine-level exception occurred during execution of this statement (signal 11) the_map_p = 1 key = 1 val = 1 op = 1 deprecated = 0 hashval = 88646550 the_map_seq = {1,0,5} slots = { {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0}, {-2,0,0} } index = 7 old_hash = -2 msg (from inlined routine 'crash' at 291) = <no value> msg (from inlined routine 'crash' at 344) = <no value> msg (from inlined routine 'crash' at 529) = <no value> ... called from /home/duro/temp/euphoria/docs/../include/std/flags.e:13
I wonder if building the package without documentation could lead to success.
Jean-Marc