- Log in to post comments
User bio
18+ experience with InterSystems products, in different sizes of projects, different countries, and different fields except for healthcare.
Member since Dec 4, 2015
Posts:
Replies:
You should raise this issue with IPM team, there are some work related to python, where it happens, and it could be related to intersystems-irispython official driver, which tend to fail randomly with segmentation fault, and this error most probably is comming from Python
- Log in to post comments
A bit hackish way
{
while IFS= read -r line; do
echo 'write *27,"[1F",$namespace,">", "'$(echo $line | sed "s/\"/\"\"/g" )'",*27,"[1F"'
printf '%s\n' "$line"
done
} <<'EOF' | iris session iris
write $zv
write !,"hello ", $username,!
zn "%sys"
halt
EOFand output
$ bash test.sh
Node: e91a00f6512e, Instance: IRIS
USER>write $zv
IRIS for UNIX (Ubuntu Server LTS for ARM64 Containers) 2026.1.0L (Build 193U) Tue Jan 6 2026 01:46:47 EST
USER>write !,"hello ", $username,!
hello irisowner
USER>zn "%sys"
%SYS>halt- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Followers:
Following:
Dmitry has not followed anybody yet.
well, too many things to consider when move from any much more popular RDB, to IRIS.