I experienced an unexplained core dump, does anyone know what the problem is? Here is the terminal extract of a minimal example:
IDL> !version
{
"ARCH": "x86_64",
"OS": "linux",
"OS_FAMILY": "unix",
"OS_NAME": "linux",
"RELEASE": "8.5",
"BUILD_DATE": "Jul 7 2015",
"MEMORY_BITS": 64,
"FILE_OFFSET_BITS": 64
}
IDL> out=['357 1780 translate','1887 1780 translate','357 250 translate','1887 250 translate']
IDL> strsplit(out,/ex)
[
["357", "1780", "translate"],
["1887", "1780", "translate"],
["357", "250", "translate"],
["1887", "250", "translate"]
]
IDL> out.map(lambda("l:strsplit(l,/ex)"))
357 250 translate
1887 250 357late
357 250 translate
1887 \u042c \u042clate
free(): double free detected in tcache 2
Aborted (core dumped)