[Vm-dev] Process>>#resume failed

Rob Withers reefedjib at yahoo.com
Sun Jun 27 21:31:14 UTC 2010


I am executing this code and the vm is crashing.  This happens with the 
Squeak v4.1 vm.  The Cog vm walks back with a primitiveResume 
primitiveFailed.

| proc |
proc := Process new
		suspendedContext: [
			10000 factorial.
			Processor terminateActive];
		 priority: Processor userSchedulingPriority;
		 yourself.
proc resume.
 



More information about the Vm-dev mailing list