Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 6.52 KB | None | 0 0
  1. (gdb) r
  2. Starting program: /usr/bin/kicad
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  5. 07:55:52: Warning: Mismatch between the program and library build versions detected.
  6. The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8),
  7. and your program used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8).
  8. [New Thread 0x7fffe5f1c700 (LWP 21114)]
  9. [New Thread 0x7fffe571b700 (LWP 21115)]
  10. [New Thread 0x7fffe4f1a700 (LWP 21116)]
  11. [New Thread 0x7fffd741c700 (LWP 21133)]
  12. [New Thread 0x7fffd6c1b700 (LWP 21134)]
  13. [Thread 0x7fffd6c1b700 (LWP 21134) exited]
  14. The program 'kicad' received an X Window System error.
  15. This probably reflects a bug in the program.
  16. The error was 'BadValue (integer parameter out of range for operation)'.
  17.  (Details: serial 7138 error_code 2 request_code 154 minor_code 24)
  18.   (Note to programmers: normally, X errors are reported asynchronously;
  19.    that is, you will receive the error a while after causing it.
  20.    To debug your program, run it with the --sync command line
  21.    option to change this behavior. You can then get a meaningful
  22.    backtrace from your debugger if you break on the gdk_x_error() function.)
  23.  
  24. Thread 1 "kicad" received signal SIGSEGV, Segmentation fault.
  25. 0x00005555558bd580 in ?? ()
  26. (gdb) bt
  27. #0  0x00005555558bd580 in ?? ()
  28. #1  0x00007ffff689342b in wxMBConv::FromWChar(char*, unsigned long, wchar_t const*, unsigned long) const ()
  29.    from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  30. #2  0x00007ffff68a0228 in wxString::AsChar(wxMBConv const&) const () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  31. #3  0x00007ffff68533a5 in ?? () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  32. #4  0x00007ffff6855042 in wxFileName::CreateTempFileName(wxString const&, wxFile*) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  33. #5  0x00007ffff68263e8 in wxTempFile::Open(wxString const&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  34. #6  0x00007ffff6827359 in wxTempFile::wxTempFile(wxString const&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  35. #7  0x00007ffff682d126 in wxFileConfig::Flush(bool) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  36. #8  0x00007ffff682d95e in wxFileConfig::~wxFileConfig() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  37. #9  0x00007ffff682d9f9 in wxFileConfig::~wxFileConfig() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  38. #10 0x00005555555f81c5 in ?? ()
  39. #11 0x00005555555be256 in ?? ()
  40. #12 0x00007ffff59b82e0 in __run_exit_handlers (status=1, listp=0x7ffff5d3f5d8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true,
  41.     run_dtors=run_dtors@entry=true) at exit.c:83
  42. #13 0x00007ffff59b833a in __GI_exit (status=<optimized out>) at exit.c:105
  43. #14 0x00007ffff50df0e4 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  44. #15 0x00007ffff43aec2d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  45. #16 0x00007ffff43abab7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  46. #17 0x00007ffff43abb75 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  47. #18 0x00007ffff43acb30 in _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  48. #19 0x00007ffff43a846d in XSync () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  49. #20 0x00007fffcca84b98 in ?? () from /usr/lib/nvidia-375/libGLX_nvidia.so.0
  50. #21 0x00007fffcca7f968 in glXCreateNewContext () from /usr/lib/nvidia-375/libGLX_nvidia.so.0
  51. #22 0x00007fffceff1778 in glXCreateNewContext () from /usr/lib/nvidia-375/libGLX.so.0
  52. #23 0x00007fffd4b032ec in wxGLContext::wxGLContext(wxGLCanvas*, wxGLContext const*) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_gl-3.0.so.0
  53. #24 0x00007fffd587dd82 in ?? () from /usr/bin/_pcbnew.kiface
  54. #25 0x00007fffd589e833 in ?? () from /usr/bin/_pcbnew.kiface
  55. #26 0x00007fffd587b1e4 in ?? () from /usr/bin/_pcbnew.kiface
  56. #27 0x00007fffd529771e in ?? () from /usr/bin/_pcbnew.kiface
  57. #28 0x00007fffd4fac7a2 in ?? () from /usr/bin/_pcbnew.kiface
  58. #29 0x00007fffd4f80b63 in ?? () from /usr/bin/_pcbnew.kiface
  59. #30 0x000055555560f190 in ?? ()
  60. #31 0x00005555555c23f1 in ?? ()
  61. #32 0x00005555555c2a5c in ?? ()
  62. #33 0x00007ffff67d21fe in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const ()
  63.    from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  64. #34 0x00007ffff69586e7 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
  65.    from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  66. #35 0x00007ffff69587db in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  67. #36 0x00007ffff6958b8b in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  68. #37 0x00007ffff6958c13 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  69. #38 0x00007ffff6958c75 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  70. #39 0x00005555555f14eb in ?? ()
  71. #40 0x00007ffff69596fa in wxEvtHandler::ProcessPendingEvents() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  72. #41 0x00007ffff67d4317 in wxAppConsoleBase::ProcessPendingEvents() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  73. #42 0x00007ffff6e4aac2 in wxApp::DoIdle() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
  74. #43 0x00007ffff6e4abb3 in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
  75. #44 0x00007ffff46f268a in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  76. #45 0x00007ffff46f2a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  77. ---Type <return> to continue, or q <return> to quit---
  78. #46 0x00007ffff46f2d62 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  79. #47 0x00007ffff5462a47 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  80. #48 0x00007ffff6e6aed5 in wxGUIEventLoop::DoRun() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
  81. #49 0x00007ffff6814353 in wxEventLoopBase::Run() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  82. #50 0x00007ffff67d9666 in wxAppConsoleBase::MainLoop() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  83. #51 0x00005555555bebd9 in ?? ()
  84. #52 0x00007ffff6865f70 in wxEntry(int&, wchar_t**) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
  85. #53 0x00005555555a2978 in ?? ()
  86. #54 0x00007ffff599e3f1 in __libc_start_main (main=0x5555555a2950, argc=1, argv=0x7fffffffd7b8, init=<optimized out>, fini=<optimized out>,
  87.     rtld_fini=<optimized out>, stack_end=0x7fffffffd7a8) at ../csu/libc-start.c:291
  88. #55 0x00005555555a7c0a in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement