Skip to content

Instantly share code, notes, and snippets.

@BlueSlimee
Created January 17, 2020 17:19
Show Gist options
  • Save BlueSlimee/257e9c8eda043acf2ba46d247a149bc8 to your computer and use it in GitHub Desktop.
Save BlueSlimee/257e9c8eda043acf2ba46d247a149bc8 to your computer and use it in GitHub Desktop.
V panic
blueslimexdfodeu@instance-1:~/v$ v tools/vpm.v
================ V panic ================
module: builtin
function: substr()
file: /home/blueslimexdfodeu/v/vlib/builtin/string.v
line: 495
message: substr(-7, 193) out of bounds (len=193)
=========================================
| 0x557f38b60409 | v(panic_debug+0x135)
| 0x557f38b64a97 | v(string_substr+0xe6)
| 0x557f38b649af | v(string_substr2+0x57)
| 0x557f38b91231 | v(compiler__V_cc+0x2060)
| 0x557f38bbeb30 | v(compiler__V_compile+0xe9d)
| 0x557f38bf1fd2 | v(main__main+0x6ed)
| 0x557f38bf4890 | v(main+0x6c)
| 0x7f2b476901e3 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)
| 0x557f38b5e8ee | v(_start+0x2e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment