Skip to content

Instantly share code, notes, and snippets.

@tauraamui
Created July 8, 2024 10:33
Show Gist options
  • Save tauraamui/a1120fbb43e72291a4be57fbfe36020e to your computer and use it in GitHub Desktop.
Save tauraamui/a1120fbb43e72291a4be57fbfe36020e to your computer and use it in GitHub Desktop.
fjwejiwef
452 in ./libio/fileops.c
(gdb)
453 in ./libio/fileops.c
(gdb)
456 in ./libio/fileops.c
(gdb)
_IO_new_file_sync (fp=0x7ffff7d82760 <_IO_2_1_stdout_>) at ./libio/fileops.c:799
799 in ./libio/fileops.c
(gdb)
800 in ./libio/fileops.c
(gdb)
811 in ./libio/fileops.c
(gdb)
__GI__IO_fflush (fp=0x7ffff7d82760 <_IO_2_1_stdout_>) at ./libio/iofflush.c:39
39 ./libio/iofflush.c: No such file or directory.
(gdb)
term__ui__get_cursor_position () at /home/adam/v/vlib/term/ui/termios_nix.c.v:166
166 buf := malloc_noscan(25)
(gdb)
167 len := C.read(C.STDIN_FILENO, buf, 24)
(gdb)
166 buf := malloc_noscan(25)
(gdb)
167 len := C.read(C.STDIN_FILENO, buf, 24)
(gdb)
168 buf[len] = 0
(gdb)
169 s = tos(buf, len)
(gdb)
171 a := s[2..].split(';')
(gdb)
[Detaching after vfork from child process 36422]
[Detaching after vfork from child process 36424]
[Detaching after vfork from child process 36426]
[Detaching after vfork from child process 36428]
[Detaching after vfork from child process 36430]
[Detaching after vfork from child process 36432]
[Detaching after vfork from child process 36434]
[Detaching after vfork from child process 36436]
[Detaching after vfork from child process 36438]
[Thread 0x7ffff6ffe6c0 (LWP 35983) exited]
[Thread 0x7ffff77ff6c0 (LWP 35982) exited]
[Inferior 1 (process 35950) exited with code 01]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment