We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V doctor:
OS: linux, "Arch Linux" Processor: 8 cpus, 64bit, little endian, AMD Ryzen 5 1500X Quad-Core Processor CC version: cc (GCC) 12.1.0 getwd: /home/div72/dev vmodules: /home/div72/.vmodules vroot: /home/div72/dev/v vexe: /home/div72/dev/v/v vexe mtime: 2022-08-15 13:10:54 is vroot writable: true is vmodules writable: true V full version: V 0.3.0 2d7406a.26986eb Git version: git version 2.37.0 Git vroot status: 0.2.4-2725-g26986eb2-dirty .git/config present: true thirdparty/tcc status: thirdparty-linux-amd64 827f7452
What did you do? v -g tes.v && gdb -ex r ./tes
v -g tes.v && gdb -ex r ./tes
fn main() { }
What did you expect to see?
Successful debugging.
What did you see instead?
Program received signal SIGSEGV, Segmentation fault. 0x00000000004d719e in GC_find_limit_with_bound ()
The text was updated successfully, but these errors were encountered:
Seems like a duplicate of #14904, closing.
Sorry, something went wrong.
No branches or pull requests
V doctor:
What did you do?
v -g tes.v && gdb -ex r ./tes
What did you expect to see?
Successful debugging.
What did you see instead?
The text was updated successfully, but these errors were encountered: