[FIX] Re: OSProcess on win32 - now have VI4 problem

Anthony Hannan ajh18 at cornell.edu
Wed Nov 27 01:58:18 UTC 2002


Win32OSProcessPlugin>>primitiveOneShot was popping two args when it
should be only popping one arg (the receiver).  The dll needs to be
regenerated after filing this in.

VI4 is more sensitive to these kinds of errors, since it uses a single
stack.  Regular Squeak uses a new stack for each context, so an error
like this will only effect the current context.

Cheers,
Anthony
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Win32OSProcessFix-ajh.cs
Type: application/octet-stream
Size: 941 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021126/b1d463eb/Win32OSProcessFix-ajh.obj


More information about the Squeak-dev mailing list