From leavens@larch.cs.iastate.edu Mon Aug 28 16:26:58 2006 Date: Mon, 28 Aug 2006 16:26:58 -0500 (CDT) From: Gary T. Leavens To: "Vander Velden, Kent" Subject: Re: Mozart Hi Kent, On Mon, 28 Aug 2006, Vander Velden, Kent wrote: > Have you found a way in Mozart to know when Mozart is actually running a > program and if needed to interrupt a program other than halting and > restarting? I used the "Halt Oz" selection at the bottom of the Oz menu (C-. h would work also) and that seemed to kill it. You don't have to restart your machine at least. Then you can save buffers and run it again. Gary T. Leavens Department of Computer Science, Iowa State University 229 Atanasoff Hall, Ames, Iowa 50011-1041 USA http://www.cs.iastate.edu/~leavens phone: +1-515-294-1580 ----------------------------------------- From leavens@larch.cs.iastate.edu Mon Aug 28 18:44:48 2006 Date: Mon, 28 Aug 2006 18:44:47 -0500 (CDT) From: Gary T. Leavens To: "Vander Velden, Kent" Subject: RE: Mozart Hi Kent, On Mon, 28 Aug 2006, Vander Velden, Kent wrote: > I have also found that setting oz-halt-timeout to 0 removes the > countdown on the halt. Alternatively, a sigkill sent via the menu on > the emulator buffer kills the interpreter immediately. Ah, that's good to know. > However, I still > have not found a way to know if the interpreter is actually working. Yes, there's no good way to know if it's suspended. > Also, I have strange behavior with your Assert procedure. After the > raise occurs I can never get the interpreter to do anything even after > halt/kill without resorting to restarting the OPI. Ah, we'll have to look into exception handling to see how to deal with that... Gary T. Leavens Department of Computer Science, Iowa State University 229 Atanasoff Hall, Ames, Iowa 50011-1041 USA http://www.cs.iastate.edu/~leavens phone: +1-515-294-1580 ------------------------------ From leavens@larch.cs.iastate.edu Mon Aug 28 22:25:20 2006 Date: Mon, 28 Aug 2006 22:25:20 -0500 (CDT) From: Gary T. Leavens To: Chris Cornelison Subject: Re: OZ - Running or Not? Hi Chris, On Mon, 28 Aug 2006, Chris Cornelison wrote: > Gary, > > I saw the Q and A posts about determining whether OZ is running or not. > > If you run the profiler, "Start Profiler" from the OZ menu, you can see > information about running code. Thanks, that's helpful. Gary T. Leavens Department of Computer Science, Iowa State University 229 Atanasoff Hall, Ames, Iowa 50011-1041 USA http://www.cs.iastate.edu/~leavens phone: +1-515-294-1580 ----------------------------