VirtualBox

Ignore:
Timestamp:
Jan 20, 2022 10:52:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149481
Message:

SUPR3HardeningMain: Don't fork on fatal errors on darwin as Objective-C does not like forking, the VM selector can wait with the error reporting just like happens on Windows. bugref:10170

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r93172 r93389  
    17351735                   in main will see us exiting immediately (if it's involved with us) and possibly
    17361736                   get an error back to the API / user. */
    1737 #if !defined(RT_OS_WINDOWS) && !defined(RT_OS_OS2)
     1737#if !defined(RT_OS_WINDOWS) && !defined(RT_OS_OS2) && /* @bugref{10170}: */ !defined(RT_OS_DARWIN)
    17381738                int pid = fork();
    17391739                if (pid <= 0)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette