JalonSolov
JalonSolov
vox browser is barely at proof-of-concept stage. It is not ready to replace anything, yet.
No. Just tried on Linux, and I get the same errors.
V includes `thirdparty/libgc` so it should have built that for you. Installing the system package shouldn't have made a difference (unless you use `-d dynamic_boehm` on the command line, which...
It's never intended to get a segfault. Not sure how this one can be caught, since it's a runtime failure.
Closing/re-opening, to check status against current V.
Definitely specific to the (sadly quite broken) REPL. If you put the same thing in a `.v` file and try to run it... ``` foo.v:1:1: error: expression evaluated but not...
The error message has changed, at least. It is now `cgen error: json: context.Context is not struct`
`builtin.c.v:53` is where it calls backtrace, so `bug.v:14` means the backtrace was called at the end of main (since that's the line number of the closing `}` for main). Definite...
Do you have a copy of the `style.css` file referenced in the example?
So far, I have not been able to make this crash on my Linux system. Running `./wrk -d 10000 -t 100 -c 100 http://localhost:8080` with no problem. The `0xC0000005` error...