VirtualBox

vbox的更動 31801 路徑 trunk/src/VBox/Runtime/testcase


忽略:
時間撮記:
2010-8-19 下午06:41:27 (14 年 以前)
作者:
vboxsync
訊息:

tstRTCoreDump: fixed memory attributes in core.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/testcase/tstRTCoreDump.cpp

    r31795 r31801  
    839839                            for (uint64_t i = 0; i < pVBoxProc->cMappings; i++, pMap++, pCur++)
    840840                            {
    841                                 pCur->pMap = *pMap;
     841                                memcpy(&pCur->pMap, pMap, sizeof(pCur->pMap));
    842842                                if (pPrev)
    843843                                    pPrev->pNext = pCur;
     
    17701770        ProgHdr.p_filesz = pMapInfo->pMap.pr_size;      /* Size of the file image of the mapping */
    17711771
     1772        ProgHdr.p_flags = 0;                            /* Reset fields in a loop when needed! */
    17721773        if (pMapInfo->pMap.pr_mflags & MA_READ)
    17731774            ProgHdr.p_flags |= PF_R;
     
    21492150        else
    21502151        {
     2152            /* @todo detect if we are awaiting for ourselves, if so don't. */
    21512153            CORELOGREL(("CoreSigHandler: Core dump already in progress! Waiting before signalling Sig=%d.\n", Sig));
    21522154            int64_t iTimeout = 10000;  /* timeout (ms) */
     
    22132215     * Send signal to dump core.
    22142216     */
    2215     kill(getpid(), SIGUSR1);
     2217    kill(getpid(), SIGSEGV);
    22162218    g_cErrors++;
    22172219
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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