VirtualBox

忽略:
時間撮記:
2022-1-20 下午10:52:34 (3 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
149481
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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