I don’t know - the compiler only warned about the bzero :-)
But you may be right - and the module never worked for me anyway...
--
Sent from mobile device, please, pardon shorthand.
> 23 черв. 2020 р. о 14:47 Martin Simmons пише:
>
> Is the memcpy wrong too? It looks like fsinfo.serial is a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878
--- Comment #96 from Mario Lobo ---
I finally managed to get VBox into gdb.
Starting program:
/Vmachines/ports/emulators/virtualbox-ose.6110/work/VirtualBox-6.1.10/out/freebsd.amd64/debug/bin/VBoxHeadless
--startvm Debian
Oracle VM Virtual
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878
--- Comment #97 from Samy Mahmoudi ---
(In reply to Mario Lobo from comment #96)
> I finally managed to get VBox into gdb.
How did you do so?
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878
--- Comment #98 from Mario Lobo ---
By compiling with the Debug option, and running the binaries directly from the
port's work directory.
I.E.
gdb --args
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.10/out/freebsd.amd64/debug/b
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878
--- Comment #99 from Samy Mahmoudi ---
(In reply to Mario Lobo from comment #98)
Thank you for the explanation Mario.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
__