Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.15 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00007f4f86432ad3 in __GI__IO_vfscanf () from /nix/store/wx1vk75bpdr65g6xwxbj4rw0pk04v5j3-glibc-2.27/lib/libc.so.6
  3. LEGEND: STACK | HEAP | CODE | DATA | RWX | RODATA
  4. ────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ REGISTERS ]────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  5.  RAX  0x5567487de001
  6.  RBX  0xffffffff
  7.  RCX  0x0
  8.  RDX  0x7f4f865363e0 (_nl_C_LC_CTYPE_class+256) ◂— 0x2000200020002
  9.  RDI  0x0
  10.  RSI  0x5567487de000
  11.  R8   0x5567487d4030 (stdin) —▸ 0x7f4f86585860 (_IO_2_1_stdin_) ◂— 0xfbad2088
  12.  R9   0x7f4f865863c0 (_nl_global_locale) —▸ 0x7f4f865823e0 (_nl_C_LC_CTYPE) —▸ 0x7f4f8654d162 (_nl_C_name) ◂— 0x636d656d5f5f0043 /* 'C' */
  13.  R10  0x0
  14.  R11  0x246
  15.  R12  0x7f4f86585860 (_IO_2_1_stdin_) ◂— 0xfbad2088
  16.  R13  0x61
  17.  R14  0x0
  18.  R15  0x2639
  19.  RBP  0x7ffe1e6a8230 —▸ 0x7ffe1e6a8330 —▸ 0x7ffe1e6a83d0 —▸ 0x7ffe1e6a83f0 —▸ 0x5567485d27f0 ◂— ...
  20.  RSP  0x7ffe1e6a7b50 ◂— 0x0
  21.  RIP  0x7f4f86432ad3 (__GI__IO_vfscanf+6867) ◂— mov    byte ptr [rsi], r13b
  22. ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ DISASM ]──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  23.  ► 0x7f4f86432ad3 <__GI__IO_vfscanf+6867>     mov    byte ptr [rsi], r13b
  24.    0x7f4f86432ad6 <__GI__IO_vfscanf+6870>     jne    __GI__IO_vfscanf+6766 <0x7f4f86432a6e>
  25.     ↓
  26.    0x7f4f86432a6e <__GI__IO_vfscanf+6766>     mov    rsi, qword ptr [rbp - 0x630]
  27.    0x7f4f86432a75 <__GI__IO_vfscanf+6773>     mov    rdi, qword ptr [rsi]
  28.    0x7f4f86432a78 <__GI__IO_vfscanf+6776>     mov    rsi, rax
  29.    0x7f4f86432a7b <__GI__IO_vfscanf+6779>     lea    r11, qword ptr [rdi + r14]
  30.    0x7f4f86432a7f <__GI__IO_vfscanf+6783>     cmp    rax, r11
  31.    0x7f4f86432a82 <__GI__IO_vfscanf+6786>     je     __GI__IO_vfscanf+19766 <0x7f4f86435d36>
  32.     ↓
  33.    0x7f4f86435d36 <__GI__IO_vfscanf+19766>    lea    r11, qword ptr [r14 + r14]
  34.    0x7f4f86435d3a <__GI__IO_vfscanf+19770>    mov    dword ptr [rbp - 0x678], r10d
  35.    0x7f4f86435d41 <__GI__IO_vfscanf+19777>    mov    dword ptr [rbp - 0x668], ecx
  36. ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ STACK ]──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  37. 00:0000│ rsp  0x7ffe1e6a7b50 ◂— 0x0
  38. 01:0008│      0x7ffe1e6a7b58 ◂— 0x1
  39. ... ↓
  40. 03:0018│      0x7ffe1e6a7b68 ◂— 0xa /* '\n' */
  41. 04:0020│      0x7ffe1e6a7b70 —▸ 0x7ffe1e6a7b20 ◂— 0x0
  42. 05:0028│      0x7ffe1e6a7b78 —▸ 0x7f4f865b5110 —▸ 0x5567485d1000 ◂— jg     0x5567485d1047
  43. 06:0030│      0x7ffe1e6a7b80 ◂— 0x0
  44. ... ↓
  45. ────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ BACKTRACE ]────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  46.  ► f 0     7f4f86432ad3 __GI__IO_vfscanf+6867
  47.    f 1     7f4f8644000f __isoc99_scanf+271
  48.    f 2     5567485d24b5
  49.    f 3     5567485d2764
  50.    f 4     5567485d27e8
  51.    f 5     7f4f863f7b8e __libc_start_main+238
  52. Program received signal SIGSEGV (fault address 0x5567487de000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement