Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. Starting program: src/Iaito /bin/ls
  2. r_config_set: variable 'cfg.fortunes.tts' not found
  3. QRCore::tryFile: Cannot open file?
  4. QMetaObject::connectSlotsByName: No matching signal for on_backButton_clicked()
  5. BITS 64
  6. [x] Analyze all flags starting with sym. and entry0 (aa)
  7. [x] Analyze len bytes of instructions for references (aar)
  8. [x] Analyze function calls (aac)
  9. [ ] [*] Use -AA or aaaa to perform additional experimental analysis.
  10. [x] Constructing a function name for fcn.* and sym.func.* functions (aan))
  11. [Thread 0x7fff6bfff700 (LWP 20768) exited]
  12. Cannot open project info (/home/xxx/.config/radare2/projects/ls)
  13. Cannot retrieve information for project '/home/xxx/.config/radare2/projects/ls'
  14.  
  15. Program received signal SIGSEGV, Segmentation fault.
  16. 0x00007ffff450633f in QString::append(QString const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  17. (gdb) back 5
  18. #0 0x00007ffff450633f in QString::append(QString const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  19. #1 0x0000000000471821 in MemoryWidget::fillOffsetInfo(QString) ()
  20. #2 0x00000000004791f8 in MemoryWidget::on_disasTextEdit_2_cursorPositionChanged() ()
  21. #3 0x00000000004a1e43 in MemoryWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
  22. #4 0x00000000004a2a83 in MemoryWidget::qt_metacall(QMetaObject::Call, int, void**) ()
  23. (More stack frames follow...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement