$ uname -a
Linux xps 7.0.11-200.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 1 22:50:37 UTC 2026 x86_64 GNU/Linux
$ cat /etc/fedora-release
Fedora release 44 (Forty Four)
$ rexx -v
Open Object Rexx Version 5.2.0 r13043
Build date: Oct 27 2025
Addressing mode: 64
Copyright (c) 1995, 2004 IBM Corporation. All rights reserved.
Copyright (c) 2005-2025 Rexx Language Association. All rights reserved.
This program and the accompanying materials are made available under the terms
of the Common Public License v1.0 which accompanies this distribution or at
https://www.oorexx.org/license.html
$ rexx -o
Segmentation fault (core dumped) rexx -o
Anonymous
On macOS we are ok - no segmentation error or core dumping on Rexx -o
Related
Bugs: #2065
We do not have Fedora 44 so cannot check exactly your setting but on the Fedora43 VM build machine we have no issues with this. Also during the test before the last release there was no such thing as a core dump on Fedora (or any other platform). I am guessing a configuration error on your Fedora.
osboxes@Fedora43:~$ uname -a
Linux Fedora43 7.0.10-101.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 27 14:05:53 UTC 2026 x86_64 GNU/Linux
osboxes@Fedora43:~$ cat /etc/fedora-release
Fedora release 43 (Forty Three)
osboxes@Fedora43:~$ rexx -v
Open Object Rexx Version 5.3.0 r13166
Build date: May 27 2026
Addressing mode: 64
Copyright (c) 1995, 2004 IBM Corporation. All rights reserved.
Copyright (c) 2005-2026 Rexx Language Association. All rights reserved.
This program and the accompanying materials are made available under the terms
of the Common Public License v1.0 which accompanies this distribution or at
https://www.oorexx.org/license.html
osboxes@Fedora43:~$ rexx -o
Syntax is "rexx [-o[d] "options"] filename [arguments]"
or "rexx -e program_string [arguments]"
or "rexx -v".
osboxes@Fedora43:~$
I updated trunk, made and installed new rpm.
All is OK now.
Sorry for the bogus report.
Can be closed.
Marc