Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. mcmaster@gespenst:~$ gdb fpga_editor
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  3. Copyright (C) 2012 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. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /opt/Xilinx/14.5/ISE_DS/ISE/bin/lin64/fpga_editor...(no debugging symbols found)...done.
  12. (gdb) r
  13. Starting program: /opt/Xilinx/14.5/ISE_DS/ISE/bin/lin64/fpga_editor
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  16. process 30532 is executing new program: /opt/Xilinx/14.5/ISE_DS/ISE/bin/lin64/fpga_editor
  17. [Thread debugging using libthread_db enabled]
  18. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  19. BFD: /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libisl_iostreams.so: version count (4818) does not match symbol count (4816)
  20. process 30532 is executing new program: /opt/Xilinx/14.5/ISE_DS/ISE/bin/lin64/_fpga_editor
  21. BFD: /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libisl_iostreams.so: version count (4818) does not match symbol count (4816)
  22. [Thread debugging using libthread_db enabled]
  23. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  24. Wind/U Error (193): X-Resource: DefaultGUIFontSpec (-*-helvetica-medium-r-normal-*-14-*) does not fully specify a font set for this locale
  25. Cannot register service: RPC: Unable to receive; errno = Connection refused
  26. unable to register (registryProg, registryVers, tcp)
  27. Wind/U Error (248): Failed to connect to the registry on server gespenst
  28.  
  29. Warning!!: XKEYSYMDB environment variable is set to a wrong location
  30. Cannot register service: RPC: Unable to receive; errno = Connection refused
  31. [New Thread 0x7fffdcbba700 (LWP 30543)]
  32.  
  33. Program received signal SIGSEGV, Segmentation fault.
  34. 0x00007fffe24fd722 in wuGetTextExtent () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libgdi50.so
  35. (gdb) inf ostack
  36. Undefined info command: "ostack". Try "help info".
  37. (gdb) info stack
  38. #0 0x00007fffe24fd722 in wuGetTextExtent () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libgdi50.so
  39. #1 0x00007fffe24fc99d in GetTextExtentPointA () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libgdi50.so
  40. #2 0x00007fffe24fca69 in GetTextExtentPoint32A () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libgdi50.so
  41. #3 0x00000000004bb6f0 in Fed_GuUserBar::CreateBar(Fed_EnEngine*, CWnd*, unsigned int, unsigned int) ()
  42. #4 0x00000000004a5d02 in Fed_GuMainFrame::OnCreate(tagCREATESTRUCTA*) ()
  43. #5 0x00007fffe271059b in CWnd::OnWndMsg(unsigned int, unsigned long, long, long*) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  44. #6 0x00007fffe270ffa4 in CWnd::WindowProc(unsigned int, unsigned long, long) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  45. #7 0x00007ffff455501b in SECMDIFrameWnd::WindowProc(unsigned int, unsigned long, long) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libStg_toolkit.so
  46. #8 0x00007fffe270e760 in AfxCallWndProc(CWnd*, HWND__*, unsigned int, unsigned long, long) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  47. #9 0x00007fffe270ea5a in AfxWndProc(HWND__*, unsigned int, unsigned long, long) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  48. #10 0x00007fffe270ca0d in AfxWndProcBase(HWND__*, unsigned int, unsigned long, long) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  49. #11 0x00007fffe2361d4a in CallWindowProcA () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libuser50.so
  50. #12 0x00007fffe237014a in SendMessageA () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libuser50.so
  51. #13 0x00007fffe23768fe in _wuCreateWindowEx () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libuser50.so
  52. #14 0x00007fffe270f1a3 in CWnd::CreateEx(unsigned int, char const*, char const*, unsigned int, int, int, int, int, HWND__*, HMENU__*, void*) ()
  53. from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  54. #15 0x00007fffe27148f6 in CFrameWnd::Create(char const*, char const*, unsigned int, tagRECT const&, CWnd*, char const*, unsigned int, CCreateContext*) ()
  55. from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  56. #16 0x00007ffff4556037 in SECMDIFrameWnd::LoadFrame(unsigned int, unsigned int, CWnd*, CCreateContext*) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libStg_toolkit.so
  57. #17 0x00000000004a5bc0 in Fed_GuMainFrame::LoadFrame(unsigned int, unsigned int, CWnd*, CCreateContext*) ()
  58. #18 0x0000000000458c1f in Fed_GuApp::InitInstance() ()
  59. #19 0x00007fffe271c268 in AfxWinMain(HINSTANCE__*, HINSTANCE__*, char*, int) () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  60. #20 0x00007fffe278fe71 in WinMain () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libmfc50.so
  61. #21 0x00007fffe21086e1 in wu2_main () from /opt/Xilinx/14.5/ISE_DS/ISE//lib/lin64/libkernel50.so
  62. #22 0x0000000000455944 in wu_main ()
  63. #23 0x00007fffe017a76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
  64. #24 0x0000000000454f6a in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement