From: <don...@is...> - 2024-11-28 18:29:44
|
Don Cohen writes: > So now I wonder what difference between these two intel models > (or maybe the OS/libraries) causes this difference in the array > size limits and how the errors are handled. I now see the difference is CLISP 2.49.93+ (2018-02-18) vs CLISP 2.49+ (2010-07-17) The newer one segfaults and limits strings to 4M. So now the questions are - how to figure out what memory model a given image is using (if that is indeed the critical difference) - is there an easy way to build with a specific memory model ? |