VirtualBox

Changeset 3460 in kBuild for trunk/src/kash/shfork-win.c


Ignore:
Timestamp:
Sep 15, 2020 12:31:01 PM (5 years ago)
Author:
bird
Message:

kash: Use event semaphores to signal parent shell early before the subshell thread has performed cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfork-win.c

    r3438 r3460  
    246246                if (ResumeThread(ProcInfo.hThread) != (DWORD)-1)
    247247                {
    248                     rc = sh_add_child(psh, ProcInfo.dwProcessId, ProcInfo.hProcess, K_TRUE);
     248                    rc = sh_add_child(psh, ProcInfo.dwProcessId, ProcInfo.hProcess, NULL);
    249249                    if (!rc)
    250250                        rc = (int)ProcInfo.dwProcessId;
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