Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. $ ./run_fgfs_debug.sh
  2. GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
  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-linux-gnu".
  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. Warning: /fgfs/source/src: Aucun fichier ou dossier de ce type.
  17. Reading symbols from fgfs...done.
  18. (gdb) run
  19. Starting program: /media/fabien/Data/Jeux/Flightgear/Flightgear/install/flightgear/bin/fgfs --fg-root=/media/fabien/Data/Jeux/Flightgear/Flightgear/install/flightgear/bin/../fgdata/
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. [New Thread 0x7ffff3b15700 (LWP 19458)]
  23. [Thread 0x7ffff3b15700 (LWP 19458) exited]
  24. [New Thread 0x7ffff3b15700 (LWP 19463)]
  25. [Thread 0x7ffff3b15700 (LWP 19463) exited]
  26. [New Thread 0x7ffff3b15700 (LWP 19465)]
  27. [Thread 0x7ffff3b15700 (LWP 19465) exited]
  28. [New Thread 0x7ffff3b15700 (LWP 19466)]
  29. [New Thread 0x7fffefc87700 (LWP 19732)]
  30. Enabling ATI viewport hack
  31.  
  32. Program received signal SIGSEGV, Segmentation fault.
  33. __memmove_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:86
  34. 86 ../sysdeps/x86_64/multiarch/memcpy-ssse3.S: Aucun fichier ou dossier de ce type.
  35. (gdb) bt
  36. #0 __memmove_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:86
  37. #1 0x00007ffff1768080 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
  38. #2 0x00007ffff1768364 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
  39. #3 0x00007ffff1748d0a in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
  40. #4 0x00007ffff1528b98 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
  41. #5 0x00007ffff0c3d448 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
  42. #6 0x00007ffff0c3f064 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
  43. #7 0x00007ffff10911b5 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
  44. #8 0x00000000019c810e in tex_make_mip_maps(unsigned char*, int, int, int) ()
  45. #9 0x00000000019c88ff in fntTexFont::loadTXF(char const*, unsigned int, unsigned int) ()
  46. #10 0x00000000019c639d in fntTexFont::load(char const*, unsigned int, unsigned int) ()
  47. #11 0x0000000000fecf83 in FGFontCache::initializeFonts (this=0x2196890)
  48. at /media/fabien/Data/Jeux/Flightgear/Flightgear/flightgear/src/GUI/FGFontCache.cxx:208
  49. #12 0x0000000000fd3d10 in (anonymous namespace)::GUIInitOperation::run (
  50. this=0x2b71fc0, gc=0x258fcf0)
  51. at /media/fabien/Data/Jeux/Flightgear/Flightgear/flightgear/src/GUI/gui.cxx:81
  52. #13 0x000000000147a764 in flightgear::GraphicsContextOperation::operator() (
  53. this=0x2b71fc0, gc=0x258fcf0)
  54. at /media/fabien/Data/Jeux/Flightgear/Flightgear/flightgear/src/Viewer/Windo---Type <return> to continue, or q <return> to quit---
  55. wSystemAdapter.cxx:41
  56. #14 0x00007ffff620f33e in osg::GraphicsContext::runOperations() ()
  57. from ../../openscenegraph/lib/libosg.so.100
  58. #15 0x00007ffff68f6a2b in osgViewer::ViewerBase::renderingTraversals() ()
  59. from ../../openscenegraph/lib/libosgViewer.so.100
  60. #16 0x000000000147c674 in fgOSMainLoop ()
  61. at /media/fabien/Data/Jeux/Flightgear/Flightgear/flightgear/src/Viewer/fg_os_osgviewer.cxx:335
  62. #17 0x0000000000e524fa in fgMainInit (argc=2, argv=0x7fffffffdde8)
  63. at /media/fabien/Data/Jeux/Flightgear/Flightgear/flightgear/src/Main/main.cxx:493
  64. #18 0x0000000000e21188 in main (argc=2, argv=0x7fffffffdde8)
  65. at /media/fabien/Data/Jeux/Flightgear/Flightgear/flightgear/src/Main/bootstrap.cxx:234
  66. (gdb) Quit
  67. A debugging session is active.
  68.  
  69. Inferior 1 [process 19071] will be killed.
  70.  
  71. Quit anyway? (y or n) y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement