Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
  2. Copyright 2004 Free Software Foundation, Inc.
  3. GDB is free software, covered by the GNU General Public License, and you are
  4. welcome to change it and/or distribute copies of it under certain conditions.
  5. Type "show copying" to see the conditions.
  6. There is absolutely no warranty for GDB. Type "show warranty" for details.
  7. This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ................ done
  8.  
  9. warning: Could not find object file "/Users/motsak/TDM/macosx/boost/lib/libboost_filesystem.a(operations.o)" - no debug information available for "operations.cpp".
  10.  
  11.  
  12. warning: Could not find object file "/Users/motsak/TDM/macosx/boost/lib/libboost_filesystem.a(path.o)" - no debug information available for "path.cpp".
  13.  
  14.  
  15. warning: Could not find object file "/Users/motsak/TDM/macosx/boost/lib/libboost_filesystem.a(utf8_codecvt_facet.o)" - no debug information available for "utf8_codecvt_facet.cpp".
  16.  
  17.  
  18. warning: Could not find object file "/Users/motsak/TDM/macosx/boost/lib/libboost_system.a(error_code.o)" - no debug information available for "error_code.cpp".
  19.  
  20.  
  21. Breakpoint 1 at 0x65b1c96
  22. Reading symbols for shared libraries .+++++++++++++++..................................................................................... done
  23. Reading symbols for shared libraries . done
  24. TDM 2.00 #0 MacOSX-universal Oct 29 2013 06:28:00
  25. loopback
  26. IP: 192.168.178.12
  27. NetMask: 255.255.255.0
  28. Found Intel CPU with Hyper-Threading enabled, features: MMX SSE SSE2 SSE3 CMOV
  29. tdm using MMX & SSE for SIMD processing.
  30. enabled Flush-To-Zero mode
  31. enabled Denormals-Are-Zero mode
  32. ------ Initializing File System ------
  33. Current search path:
  34. /Users/USERNAME/
  35. File System Initialized.
  36. --------------------------------------
  37. idRenderSystem::Shutdown()
  38. ----- Shutting down GL -----
  39. FIXME: Sys_FadeScreen
  40. FIXME: Sys_UnfadeScreens
  41. ----- Done shutting down GL -----
  42. I18NLocal: Shutdown.
  43. Sys_Error: Couldn't load default.cfg
  44. About to exit with code 1
  45.  
  46. Program exited with code 01.
  47. No stack.
  48. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement