vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

all compilers hang and ^C causes page fault on cpu 2 #57

Closed Ccode-lang closed 2 years ago

Ccode-lang commented 2 years ago

I was using GCC, V, and G++ and they all hang when trying to compile the scripts that are on the system already. I tried canceling them and GCC and G++ cause a page fault on CPU 2, but V just hangs and shows the ^C as many times as you type it.

Ccode-lang commented 2 years ago

I see that there is a new linux bin compat branch. Would that fix this problem?

mintsuki commented 2 years ago

The issue about compilers hanging should have been fixed a while ago already

Ccode-lang commented 2 years ago

Running self-build now to test because of #62.

Ccode-lang commented 2 years ago

It is fixed