https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244847
--- Comment #24 from Jason W. Bacon ---
Add crashing to the bug list when compiling with clang 8.0.1 on 12.1-RELEASE.
I can start existing VMs via the GUI, but at some point they spontaneously
abort.
--
You are receiving this mail becaus
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244847
--- Comment #25 from Kyle Evans ---
(In reply to Jason W. Bacon from comment #24)
I'm running a test build with a patch applied to compile at -O1 instead of -O2
to see if that alleviates the problem, since that should disable tail-call
opt
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962
Jung-uk Kim changed:
What|Removed |Added
CC||j...@freebsd.org
--- Comment #6 from
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962
Jung-uk Kim changed:
What|Removed |Added
CC||mmo...@freebsd.org
--- Comment #7 fr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962
--- Comment #8 from groenv...@acm.org ---
The invocation of bcmp(3) appears to be hidden in strformatrt.cpp in this
switch:
///*
// * Regular hex dump with dittoing.
//
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962
--- Comment #9 from Mateusz Guzik ---
Quick grep reveals stuff like:
src/VBox/Additions/x11/x11include/XFree86-4.3/X11/Xfuncs.h:
#else /* else vanilla BSD */
#define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
#define