From: Bruno H. <br...@cl...> - 2017-03-18 19:49:34
|
Hi, > i have the same problem as Blake (12.3.2017), with gcc and clang after > make check. > > *** - handle_fault error2 ! address = 0xb00000050b9 not in > [0xb0000000000,0xb0000001098) ! I'm seeing this as well, and not only on Linux/x86_64. It's not a "classical" GC-safety bug: the DEBUG_GCSAFETY build does not flag any violation of the GC-safety rules. We will need additional tooling in order to track down this one. I have some ideas (valdgrind, gcc -fsanitize, and others). If you have other ideas how to isolate this kind of bug, please speak up! Bruno |