-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CEE3512S An HFS load of module CXXRT64 failed when using ls command after cd /dsfs #77
Comments
Further testing seems to indicate the cd into the /dsfs directory is causing zot commands to fail. SYSA] bash-5.2$ echo $PATH [SYSA] bash-5.2$ cd /dsfs [SYSA] bash-5.2$ which ls |
@IgorTodorovskiIBM Have you had a chance to duplicate the issue? |
Hmm, CXXRT64 is the z/OS LE provided C++ runtime library (used when we compile with xlclang++). I am able to reproduce it:
|
Interesting if I cd out of the dir and do this:
Then there's no issue |
@IgorTodorovskiIBM Further testing seems to indicate the cd into the /dsfs directory is causing any zot command to fail. [SYSA] bash-5.2$ cd /dsfs |
I have xlclang in my path... [SYSA] bash-5.2$ which xlclang |
I'll dig into it |
One way to workaround it is to remove |
Will do...thanks |
@IgorTodorovskiIBM Just following up...any update? |
[SYSA] bash-5.2$ echo $PATH
/hewitt/zopentools/zopen_repo/usr/local/altbin:/hewitt/zopentools/zopen_repo/usr/local/bin:/hewitt/zopentools/zopen_repo/usr/bin:/hewitt/zopentools/zopen_repo/bin:/hewitt/zopentools/zopen_repo/boot:/usr/lpp/IBM/zoau/v1r3/bin:/usr/lpp/IBM/cyp/v3r12/pyz/bin:/usr/lpp/java/J17.0_64/bin:/usr/lpp/java/J8.0_64/bin:/bin:.:/hewitt/coz/current/bin:/usr/local/bin:/usr/local/sbin:/usr/lpp/ported/bin:/usr/sbin:/usr/lpp/NFS:/u/@02858/scripts:
[SYSA] bash-5.2$ cd /dsfs
[SYSA] bash-5.2$ /bin/ls
bin rec sysout txt
[SYSA] bash-5.2$ ls
CEE3512S An HFS load of module CXXRT64 failed. The system return code was 0000000139; the reason code was ED076232.
The traceback information could not be determined.
LEAID201I - LEAID64 ENTERED (LEVEL 12/05/2016 12.37 PTF-PT00159).
LEAID207I - LEAID64 RETURN FROM ABEND-AID, RC=0.
SIGKILL
[SYSA] bash-5.2$ ls --version
ls (GNU coreutils) 9.5
The text was updated successfully, but these errors were encountered: