Created
March 25, 2019 17:28
-
-
Save airloaf/7ecbb9116fd31d2c1ab1b97e49dfbacc to your computer and use it in GitHub Desktop.
PA3 pack_refresh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thread 2 "chat" received signal SIGABRT, Aborted. | |
| [Switching to Thread 0x7ffff6931700 (LWP 10378)] | |
| __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 | |
| 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. | |
| (gdb) backtrace | |
| #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 | |
| #1 0x00007ffff73b8801 in __GI_abort () at abort.c:79 | |
| #2 0x00007ffff7401897 in __libc_message (action=action@entry=(do_abort | do_backtrace), | |
| fmt=fmt@entry=0x7ffff752e988 "*** %s ***: %s terminated\n") at ../sysdeps/posix/libc_fatal.c:181 | |
| #3 0x00007ffff74accff in __GI___fortify_fail_abort (need_backtrace=need_backtrace@entry=true, | |
| msg=msg@entry=0x7ffff752e905 "buffer overflow detected") at fortify_fail.c:33 | |
| #4 0x00007ffff74acd21 in __GI___fortify_fail (msg=msg@entry=0x7ffff752e905 "buffer overflow detected") at fortify_fail.c:44 | |
| #5 0x00007ffff74aaa10 in __GI___chk_fail () at chk_fail.c:28 | |
| #6 0x00007ffff74aaff7 in __realpath_chk (buf=<optimized out>, resolved=resolved@entry=0x7ffff69301a0 "", resolvedlen=resolvedlen@entry=110) | |
| at realpath_chk.c:29 | |
| #7 0x0000555555555801 in realpath (__resolved=0x7ffff69301a0 "", __name=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/stdlib.h:45 | |
| #8 client_recv (client=0x7ffff7f8f010, buf=0x7ffff69302b0, buflen=0x7ffff6930268, msgtype=0x7ffff693026c) at client/client.c:156 | |
| #9 0x000055555555610c in refresh_worker (data=<optimized out>) at client/main.c:48 | |
| #10 0x00007ffff7bbd6db in start_thread (arg=0x7ffff6931700) at pthread_create.c:463 | |
| #11 0x00007ffff749988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment