vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language

Home Page:https://vlang.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Ccode-lang opened this issue · comments

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.

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

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

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

It is fixed