Hi Allan, and the Gretl team,
I have encountered a few different repeatable crashes in the last few day.
In this email I will only report the crash in reading a text file.
Here is the script that caused the crash:
string path = "path to my directory"
string filename = "TestCrashFile.txt"
string myname = path ~ filename
string fileread = readfile(myname)
strings aFiles = strsplit(fileread,"\n")
#aFiles
loop i=1..nelem(aFiles)
if strlen(aFiles[i])>0
string myname = path ~ strstrip(aFiles[i])
string fileread = readfile(myname)
#...
#...
endif
endloop
Here are the first few lines of the crash report:
Process: gretl [22909]
Path: /Applications/Gretl.app/Contents/MacOS/gretl
Identifier: net.sourceforge.gretl
Version: 2022a
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: gretl [22909]
User ID: 502
Date/Time: 2022-05-04 13:54:53.280 +0800
OS Version: Mac OS X 10.14.6 (18G9323)
Report Version: 12
Bridge OS Version: 5.5 (18P4759a)
Anonymous UUID: D0C17D83-C8DE-88A8-08E7-19E42233A73F
Sleep/Wake UUID: 1DAD5CD9-DDB5-415A-9A3E-6AE3F0B67CF9
Time Awake Since Boot: 420000 seconds
Time Since Wake: 3600 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
detected buffer overflow