Welcome, Guest. Please login or register.

Author Topic: CreateNewProc bug in SASC ?  (Read 5701 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Georg

  • Jr. Member
  • **
  • Join Date: Feb 2002
  • Posts: 90
    • Show all replies
Re: CreateNewProc bug in SASC ?
« on: August 19, 2007, 02:07:42 PM »
Quote
Permit() is not needed at the end of a subprocess. In fact, it's often useful to avoid the parent being allowed to run before the subprocess has terminated.


If you are lucky enough not to be screwed by the process cleanup routines if the they do something which calls Wait() and breaks Forbid() state.

 

Offline Georg

  • Jr. Member
  • **
  • Join Date: Feb 2002
  • Posts: 90
    • Show all replies
Re: CreateNewProc bug in SASC ?
« Reply #1 on: August 19, 2007, 07:52:12 PM »
Quote

Piru wrote:

Screwed how? The execution is inside the OS now, and will not return to the seglist, so the seglist can disappear as soon as the final 'rts' has executed.


Ah, yes, you're right. I used to know this things. Will do a self diagnosis and increase my lameness level.