You have posted two different logs, with two different builds;
17F45c vs
17F59b. Both crashes are identical, so whatever is causing the crash hasn't been modified/altered, the conditions are still there. For easiness of reading, I'll markthe differences in
Blue for the
old build, vs
Red for the
new build, like I did above. That applies only in this section, where I'm comparing the two crash logs.
You're getting a "
Segmentation fault: 11" which pretty much is bad news. You need access to a debug build of VirtualBox to get any more information. What is interesting though, is that you're getting a different error code:
KERN_INVALID_ADDRESS at 0x0000000000000000, vs
EXC_I386_GPFLT. I don't really know if Apple changed their error handling in between builds, but it's quite possible. For reference,
according to a source, there are 27 different sources for the
EXC_I386_GPFLT error; not quite a child's play to figure it out.
But, if VirtualBox was doing something nasty, like accessing out of bounds memory, or an invalid pointer, it would happen on
both of your systems, not just one. So, common logic dictates that there is a difference between the two systems, not with VirtualBox.
First of all, I want to make sure that VirtualBox is installing properly, and there is nothing that limits the installation (installation, bad permissions, Apple's idiotic Security Guard initiative). In order to do that, I'm going to need the full installation logs,
from both systems. Since we're dealing with an OSX beta, we're going to go with the
test builds.
You might want to print the following steps, or save them in a test file on your desktop, because there are a couple of reboots, and you don't want to go "hunting" in the forums...
- Download the latest test build (NOT the development snapshot), if you don't already have them.
- Reboot.
- Make sure you're part of the "admin" group. If you are logged in with the primary user account/owner, you are part of the admin group.
- Mount the DMG from the previous step. Run "VirtualBox_Uninstall.tool". Make sure there are no error messages. If there are, please post them, exactly as they appear.
- Reboot.
- Mount the DMG from the previous steps. Double-click the "VirtualBox.pkg". As soon as you start the installation, press "Cmd+L" to show the log. Select "Show All Logs" from the drop-down menu. Before the last step of the installation (hitting Done), click the "Save" in the log window. ZIP and attach that file.
Next, we want to figure out some basic system information. Andy included these instructions; maybe you didn't see them. So I'll repeat them. Post the output
from both systems of the following command as entered in the Terminal (/Applications/Utilities/Terminal). I want to see everything, command and output, not just the output:
That's it for now, you got a lot of information to collect, we got a lot of information to analyze. Please read carefully the instructions given above, there's no point in repeating any given procedure.