https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267751
Andreas Tobler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Andreas Tobler <[email protected]> --- Created attachment 247061 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247061&action=edit Possible fix for BUS error on asan init This is a possible fix for the bus error happening on gcc-13 and up when running asan tests. (Or other binaries compiled with -fsanitize=address). I tested it with gmake check-gcc RUNTESTFLAGS=asan.exp on current gcc-13 git branch. (including the patch in FindFirstDSOCallback). There are only the known swapcontext failures. As said, a possible fix. Maybe we have to investigate more in deep. But at least it is a starting point. -- You are receiving this mail because: You are on the CC list for the bug.
