You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this hang on my Arch Linux system running on LLVM 5.0. The code is in branch support-openssl-1.1-simple-travis
of my ponyc fork. This is obviously non-standard code and an unsupported configuration, but I believe its worth while investigating why the hang is occuring. Note: I ran across this testing #2297 which I'm now looking at in parallel.
I build ponyc and stdlib with:
make default_pic=true test-stdlib-debug
And then ran stdlib in the following loop. And after about 30 minutes it hung:
I ran into this hang on my Arch Linux system running on LLVM 5.0. The code is in branch support-openssl-1.1-simple-travis
of my ponyc fork. This is obviously non-standard code and an unsupported configuration, but I believe its worth while investigating why the hang is occuring. Note: I ran across this testing #2297 which I'm now looking at in parallel.
I build ponyc and stdlib with:
And then ran stdlib in the following loop. And after about 30 minutes it hung:
Download stdlib-171223-1615.txt.tar.bz2. The uncompressed file contains 8M lines and is 283M bytes in size.
I also tested with pthreads scheduler:
The following bash loop was used for the scheduler_scaling_pthreads test which hung after about
12 minutes it hung:
Dlownload stdlib-171223-2044.txt.tar.bz2. The uncompressed file contains 3M lines and is 131M bytes in size.
The text was updated successfully, but these errors were encountered: