[Bug 244847] emulators/virtualbox-ose: Memory fault after Revision 528258

2020-04-06 Thread bugzilla-noreply
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

[Bug 244847] emulators/virtualbox-ose: Memory fault after Revision 528258

2020-04-06 Thread bugzilla-noreply
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

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 Jung-uk Kim changed: What|Removed |Added CC||j...@freebsd.org --- Comment #6 from

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 Jung-uk Kim changed: What|Removed |Added CC||mmo...@freebsd.org --- Comment #7 fr

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
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. //

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
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