[vbox-dev] How to use GNU debugger on VBoxSVC ?
Alexey Eromenko
al4321 at gmail.com
Mon May 11 16:11:31 UTC 2015
This is a custom build, based on BETA2_OSE.
You won't be able to reproduce it; It was due to a bug in
vbox-unattended patch. [fixed in patch 0.9-beta6]
What happened is:
(in "include/VBox/log.h")
I have added group to:
typedef enum LOGGROUP
{
LOG_GROUP_MAIN_UNATTENDED,
}
But forgot my group add later: (also in "log.h")
#define VBOX_LOGGROUP_NAMES \
If there is any kind of mismatch between "typedef enum LOGGROUP" and
"#define VBOX_LOGGROUP_NAMES", release build works, but debug build
fails.
Official Oracle builds work fine.
Sorry for your time and Thank you.
--
-Alexey Eromenko "Technologov"
More information about the vbox-dev
mailing list