Active Forums => QB64 Discussion => Topic started by: bugmagnet on August 09, 2019, 09:55:23 am
Title: String array size
Post by: bugmagnet on August 09, 2019, 09:55:23 am
Is there a limit to how large a string array can be? Or is my problem just due to the way in which I am loading the array?
I'm using QB64 on Linux, specifically Linux version 4.15.0-55-generic (buildd@lcy01-amd64-029) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #60-Ubuntu
I downloaded the large words.txt from https://github.com/dwyl/english-words and attempted to load that into memory as per the above. It crashed with a core dump.
-- bugmagnet
Title: Re: String array size
Post by: Petr on August 09, 2019, 10:44:47 am