Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. mobil% LD_LIBRARY_PATH="$PWD/libs:$LD_LIBRARY_PATH" gdb -s psclient.bin.debug -q -ex run --args ./psclient.bin 2>&1 | tee psclient.debuglog
  2. Reading symbols from /home/mobil/games/PlaneShift/psclient.bin...(no debugging symbols found)...done.
  3. Starting program: /home/mobil/games/PlaneShift/psclient.bin
  4. [Thread debugging using libthread_db enabled]
  5.  
  6. Program received signal SIGSEGV, Segmentation fault.
  7. *__GI__IO_fputs (str=0xbffff4c0 "AL lib: alcConfig.c:153: config parse error: option without a value: \"(define\"\n", fp=0x0) at iofputs.c:40
  8. 40 iofputs.c: Нет такого файла или каталога.
  9. in iofputs.c
  10. (gdb) bt
  11. #0 *__GI__IO_fputs (str=0xbffff4c0 "AL lib: alcConfig.c:153: config parse error: option without a value: \"(define\"\n", fp=0x0) at iofputs.c:40
  12. #1 0x08c56225 in ?? ()
  13. #2 0x08c6a294 in ?? ()
  14. #3 0x08c6a977 in ?? ()
  15. #4 0x08c55a4c in ?? ()
  16. #5 0x08f61b8d in ?? ()
  17. #6 0x080505e0 in _init ()
  18. #7 0x08f5ebc9 in ?? ()
  19. #8 0xb720bc14 in __libc_start_main (main=0x80d09f0, argc=1, ubp_av=0xbffff7e4, init=0x20, fini=0x8f5ec10, rtld_fini=0xb7ff0f70 <_dl_fini>, stack_end=0xbffff7dc) at libc-start.c:187
  20. #9 0x08052df1 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement