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
Yes I've noticed this before, my best guess is that the main thread does terminate (after printing the crash trace), but somehow a non-daemon thread sticks around, which the JVM then waits for.
On a side note, quite the achievement that you managed a stack overflow with presumably -Xss20m, never seen that before...
So I encountered the following. I tried to verify a large C file. (this one: conv_layer_0.txt) with vercors using silicon.
I executed it with
vct conv_layer_0.c > allout3.txt 2>&1
And it gave the following output:
allout3.txt
Now after 26min I just cancelled the execution:
Now I changed the stack size option of java towards '-Xss32m' (at several places, since was not sure where it was picked up). And the file verified.
This leads me to believe that if a StackOverflow error occurs, we do not notice this, and VerCors keeps on executing.
Note: This was on my C-branch:
https://github.com/sakehl/vercors/tree/better-c-support
The text was updated successfully, but these errors were encountered: