VirtualBox

vbox的更動 36155 路徑 trunk/src/VBox/Runtime/r3


忽略:
時間撮記:
2011-3-3 下午06:12:18 (14 年 以前)
作者:
vboxsync
訊息:

Runtime/r3/solaris/coredumper: Make sure directory exists during RTCoreDumperSetup()

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp

    r34178 r36155  
    22772277                 VERR_INVALID_PARAMETER);
    22782278
     2279    RT_ZERO(g_szCoreDumpDir);
     2280    if (pszOutputDir)
     2281    {
     2282        if (RTDirExists(pszOutputDir))
     2283            RTStrCopy(g_szCoreDumpDir, sizeof(g_szCoreDumpDir), pszOutputDir);
     2284        else
     2285            return VERR_NOT_A_DIRECTORY;
     2286    }
     2287
    22792288    /*
    22802289     * Install core dump signal handler only if the flags changed or if it's the first time.
     
    23092318    }
    23102319
    2311     RT_ZERO(g_szCoreDumpDir);
    2312     if (pszOutputDir)
    2313         RTStrCopy(g_szCoreDumpDir, sizeof(g_szCoreDumpDir), pszOutputDir);
    2314 
    23152320    return VINF_SUCCESS;
    23162321}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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