You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what happened. I was attempting to write a bit of extra code for this module to gain access to the VMs INetworkAddress when all of a sudden. The entire library stopped functioning. I thought maybe the code I wrote had broken it so i reverted the changes and did some basic tests.
I even deleted and re-cloned the repository and yet the whole system is broken.
I was wondering if you might know the cause of some of these errors.
VBox-Version: 5.2.8r121009
OS: Ubuntu 16.04.4
Test-Results: (go test in repository)
vbox [vbox5] » git status ~/D/G/s/g/p/vbox
On branch vbox5
Your branch is up-to-date with 'origin/vbox5'.
nothing to commit, working tree clean
vbox [vbox5] » go test ~/D/G/s/g/p/vbox
--- FAIL: TestBiosSettings (0.00s)
bios_settings_test.go:10: Failed to create IMachine: 80bb0004
--- FAIL: TestConsole_GetMachine_PowerDown (0.00s)
helpers_test.go:58: Failed to create IMachine: 80bb0004
--- FAIL: TestDisplay (0.00s)
helpers_test.go:58: Failed to create IMachine: 80bb0004
--- FAIL: TestCreateMachine (0.00s)
machine_test.go:17: Failed to create IMachine: 80bb0004
--- FAIL: TestMachine_SaveSettings (0.00s)
machine_test.go:53: Failed to create IMachine: 80bb0004
--- FAIL: TestMachine_SetPointingHidType (0.00s)
machine_test.go:90: Failed to create IMachine: 80bb0004
--- FAIL: TestMachine_SetMemorySize_SetVramSize (0.00s)
machine_test.go:117: Failed to create IMachine: 80bb0004
--- FAIL: TestMachine_Register_Unregister (0.00s)
machine_test.go:155: Failed to create IMachine: 80bb0004
--- FAIL: TestFindMachine (0.00s)
machine_test.go:236: Failed to create IMachine: 80bb0004
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x2 pc=0x7ff45b073255]
I'm not sure what happened. I was attempting to write a bit of extra code for this module to gain access to the VMs INetworkAddress when all of a sudden. The entire library stopped functioning. I thought maybe the code I wrote had broken it so i reverted the changes and did some basic tests.
I even deleted and re-cloned the repository and yet the whole system is broken.
I was wondering if you might know the cause of some of these errors.
VBox-Version: 5.2.8r121009
OS: Ubuntu 16.04.4
Test-Results: (go test in repository)
I even tried restarting all virtualbox services and rebooting my machine
but I have had no luck fixing this issue. Thanks for your help.
The text was updated successfully, but these errors were encountered: