judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 256 forks source link

V panic: No such file or directory #33

Closed ernierasta closed 4 years ago

ernierasta commented 4 years ago

Hi! Just in case You do not know, v is panicking when I run helloworld example:

V panic: No such file or directory
                                               | 0x559880399ef0 | /usr/local/v/v(+0x2ef0) 
                                               | 0x5598803cc808 | /usr/local/v/v(+0x35808) 
                                               | 0x5598803f752b | /usr/local/v/v(+0x6052b) 
                                               | 0x5598803f9087 | /usr/local/v/v(+0x62087) 
                                               | 0x7fa3c1c862e1 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) 
                                               | 0x5598803989ba | /usr/local/v/v(+0x19ba) 
hermanzdosilovic commented 4 years ago

Hi @ernierasta,

I know but don't know why. @medvednikov can you please take a look at this error and explain what is going on? What changed in V that is producing this error?