Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [root@LINUX src]# lldb ../bin/eof
  2. (lldb) target create "../bin/eof"
  3. Current executable set to '../bin/eof' (x86_64).
  4. (lldb) r
  5. Process 31535 launched: '/usr/src/editor-on-fire-master/bin/eof' (x86_64)
  6. Process 31535 stopped
  7. * thread #1, name = 'eof', stop reason = signal SIGSEGV: invalid address (fault address: 0x40)
  8. frame #0: 0x0000555555618530 eof`eof_initialize [inlined] set_window_title(name=<unavailable>) at system.inl:29:1
  9. 26 #endif
  10. 27
  11. 28
  12. -> 29 AL_INLINE(void, set_window_title, (AL_CONST char *name),
  13. 30 {
  14. 31 ASSERT(system_driver);
  15. 32
  16. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement