That is just the traceback showing you the call chain from where the halt was originally detected. Execution was in the UNKNOWN method of the Monitor class, which is one of the builtin ooRexx classes. Since these classes reside in the interpreter image, which does not include the original source, the error traceback is only able to display the line where it occurred, but is unable to show you the source line. You would get a similar line if the location in question had been compiled with rexxc. Again, no source is available to show you the line in question, but it is still able to report the line number and call context.
Rick On Wed, Nov 6, 2019 at 3:04 PM P.O. Jonsson <oor...@jonases.se> wrote: > I did not mean the actual (expected) outcome of pressing break, I meant > this error message: > > Method UNKNOWN with scope "Monitor" in package "REXX" (no source available) > > > What source is not available? > How shall I understand the scope „Monitor“ of an unknown method? > > Where can I read up on this things? > > Hälsningar/Regards/Grüsse, > P.O. Jonsson > oor...@jonases.se > > > > Am 06.11.2019 um 20:42 schrieb Walter Pachl <pa...@chello.at>: > > Sure > > Try Signal On Halt > DO WHILE 1>0 > say 'Hello' > END > halt: Say 'you decided to end the loop' > Say 'Good bye' > > "P.O. Jonsson" <oor...@jonases.se> hat am 6. November 2019 um 19:42 > geschrieben: > > Hi, > > I got this error message when pressing <ctrl> C on a program running and > getting stuck in a loop. I have enclosed a simpler example. > > 361 *-* Method SAY with scope "Stream" in package "REXX" (no source > available). > 1448 *-* Method UNKNOWN with scope "Monitor" in package "REXX" (no > source available). > 2 *-* say 'Hello' > Error 4 running REXX line 361: Program interrupted. > Error 4.1: Program interrupted with HALT condition. > > Is this expected behavior when pressing <CTRL> C? > > I am running Open Object Rexx Version 5.0.0 r11935 on a Mac with macOS > Mojave. I build with this command > > cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=RELWITHDEBINFO > -DCMAKE_INSTALL_PREFIX=~/Applications/ooRexx5 ../oorexxSVN > > Just wondering. > > > > > > > > > Hälsningar/Regards/Grüsse, > P.O. Jonsson > oor...@jonases.se > > > > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > > > > > LG > > Walter > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel >
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel