Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. C:\Users\galla22k\Desktop\RetroArch>gdb.exe retroarch
  2. GNU gdb (GDB) 7.7.50.20140303-cvs
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-w64-mingw32".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word".
  16.  
  17. This binary was built by Equation Solution <http://www.Equation.com>...
  18. Reading symbols from retroarch...(no debugging symbols found)...done.
  19. (gdb) run --verbose --menu
  20. Starting program: C:\Users\galla22k\Desktop\RetroArch\retroarch.exe --verbose --menu
  21. [New Thread 7928.0x13f0]
  22. warning: FTH: (7928): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
  23.  
  24. [New Thread 7928.0x1168]
  25. [New Thread 7928.0x14f4]
  26. [New Thread 7928.0x1f9c]
  27. [New Thread 7928.0x1a60]
  28.  
  29. Program received signal SIGSEGV, Segmentation fault.
  30. 0x0000000000000000 in ?? ()
  31. (gdb) bt
  32. #0 0x0000000000000000 in ?? ()
  33. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  34. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement