From: Bruno H. <br...@cl...> - 2017-05-25 14:20:55
|
Hi Vladimir, > Here is narrowed down reproducible stacktrace based on hg tip. > The build is '--without-ffcall'. Really important since I was not able to > reproduce it with FFI enabled. I reproduce similar things also with FFI enabled. Namely: 1) In build-porting64-gcc-portability This is a build with $ grep '\(SPVW_\|GENERA\)' lispbibl.h #define NO_GENERATIONAL_GC 1 #define SPVW_MIXED #define SPVW_PAGES Here I get a crash in "make check-tests" (TEST-FLOAT-IO-CONSISTENCY :FROM 1.0s-30 :BY 10 :TO 1.0s30 :REPEAT 100) Makefile:25: recipe for target 'tests' failed make[1]: *** [tests] Segmentation fault (core dumped) and "make check-sacla-tests" works. 2) I also got a crash in "make check-sacla-tests", which doesn't use sockets. But these crashes are hard to reproduce. 3) In build-porting64-gcc-debug_gcsafety This is a build with $ grep '\(SPVW_\|GENERA\)' lispbibl.h #define SPVW_BLOCKS #define SPVW_PURE This time, here "make check-tests" and "make check-sacla-tests" both work. Bruno |