Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread P.O. Jonsson
Dear Moritz, Sorry about the delay but I had pressing task and no time for ooRexx. Now I have tried to run the debugger (first-time-noob) but I do not understand the rexx core“ business, can you elaborate? osboxes@osboxes:~/workspace/ooRexx-mint19-test$ ulimit -c 100 osboxes@osboxes:~/work

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Enrico Sorichetti via Oorexx-devel
Dear P.O. Running the test suite is not the best the way - IMO - to debug rexx The testSuite is sensitive to what is written to stdout and stderr And it will usually report testSuite related non existent errors , broken pipe, output mismatches, the most recurring ones And because of that it will

[Oorexx-devel] An example of taking advantage of the new variable reference feature

2019-02-27 Thread Rony G. Flatscher
While writing a little script to rewrite mailman mbox archive files to anonymize e-mail addresses, the routine generating a pseudo-e-mail address would increase a counter each time. While developing it a need popped up for a switch when invoking the script that allows one to determine whether t

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread P.O. Jonsson
Dear Enrico, I am not trying to debug any particular part of ooRexx, everything runs just fine, all tests (including those I have written) pass without errors. What I am going after is a spurious problem: REXX-ooRexx_5.0.0(MT)_64-bit 6.05 13 Feb 2019 r11755 Searching for test containers./Users/

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
I get it somtimes on OpenIndiana too. I think on Haiku but have not got that far yet. Never have got it on a single file. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
This may help if someone can read these things. https://github.com/agrellum/NetRexx-Samples/blob/master/rexx-645-debug-27-02-2019-11-25-43.report https://github.com/agrellum/NetRexx-Samples/blob/master/rexx-742-debug-27-02-2019-11-29-19.report ___ Oorex

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
Added four more dump reports at https://github.com/agrellum/NetRexx-Samples All crashes are whatever ties these four groups. They run one at a time fine. Array.testGroup CALL.testGroup RexxContext.testGroup SecurityManager.testGroup Finally get a batch run of 317 without these minus the 15 usin

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Rick McGuire
All of those are identical and the variable values shown seriously don't make sense. I just checked in a band-aid patch that should prevent this from crashing. Perhaps this might cause some other failure to show up that could give us some more information. None of the testGroups you identified even

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
r11811, OK it is still something. Crash between run 8 and 9 still running REMOVED THESE rm ooRexx/base/bif/ARG.testGroup rm ooRexx/base/bif/CHAROUT.testGroup rm ooRexx/base/bif/CONDITION.testGroup rm ooRexx/base/bif/LINEIN.testGroup rm ooRexx/base/bif/STREAM.testGroup rm ooRexx/base/cl