Guest User

Untitled

a guest
Mar 20th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. Luakit Webkit Crash on FreeBSD:
  2.  
  3. ASSERTION FAILED: !childItemWithTarget(child->target())
  4. Source/WebCore/history/HistoryItem.cpp(318) : void WebCore::HistoryItem::addChildItem(Ref<WebCore::HistoryItem> &&)
  5. Thread 1 hit Breakpoint 1, webview_crashed_cb (UNUSED_view=0x81d4be900, w=0x1a7fb88) at widgets/webview.c:1246
  6. 1246 webview_data_t *d = w->data;
  7.  
  8. (gdb) bt
  9. #0 webview_crashed_cb (UNUSED_view=0x81d4be900, w=0x1a7fb88) at widgets/webview.c:1246
  10. #1 0x00000008144597b8 in ffi_call_unix64 () from /usr/local/lib/libffi.so.6
  11. #2 0x0000000814458ea6 in ffi_call () from /usr/local/lib/libffi.so.6
  12. #3 0x000000080865c872 in g_cclosure_marshal_generic () from /usr/local/lib/libgobject-2.0.so.0
  13. #4 0x000000080865bc1c in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0
  14. #5 0x00000008086702b5 in ?? () from /usr/local/lib/libgobject-2.0.so.0
  15. #6 0x000000080867126f in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0
  16. #7 0x0000000808671634 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0
  17. #8 0x00000008018fdf93 in webkitWebViewWebProcessCrashed (webView=0x81d4be900) at Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp:3760
  18. #9 0x00000008018c5d4d in LoaderClient::processDidCrash (this=0x81d31b800) at Source/WebKit/UIProcess/API/glib/WebKitLoaderClient.cpp:115
  19. #10 0x00000008013cd553 in WebKit::WebPageProxy::processDidTerminate (this=0x81a9fa000, reason=WebKit::ProcessTerminationReason::Crash)
  20. at Source/WebKit/UIProcess/WebPageProxy.cpp:5383
  21. #11 0x0000000801483e32 in WebKit::WebProcessProxy::didClose (this=0x81c970000) at Source/WebKit/UIProcess/WebProcessProxy.cpp:634
  22. #12 0x0000000801235756 in IPC::Connection::connectionDidClose()::$_13::operator()() (this=0x820eca358) at Source/WebKit/Platform/IPC/Connection.cpp:805
  23. #13 0x0000000801235659 in WTF::Function<void ()>::CallableWrapper<IPC::Connection::connectionDidClose()::$_13>::call() (this=0x820eca350)
  24. at Source/WTF/wtf/Function.h:101
  25. #14 0x000000080b343c0b in WTF::Function<void ()>::operator()() const (this=0x7fffffffe438) at Source/WTF/wtf/Function.h:56
  26. #15 0x000000080b3595b3 in WTF::RunLoop::performWork (this=0x8187f9000) at Source/WTF/wtf/RunLoop.cpp:106
  27. #16 0x000000080b3af4cc in WTF::RunLoop::RunLoop()::$_1::operator()(void*) const (this=0x0, userData=0x8187f9000) at Source/WTF/wtf/glib/RunLoopGLib.cpp:68
  28. #17 0x000000080b3af4a8 in WTF::RunLoop::RunLoop()::$_1::__invoke(void*) (userData=0x8187f9000) at Source/WTF/wtf/glib/RunLoopGLib.cpp:67
  29. #18 0x000000080b3af481 in WTF::$_0::operator() (this=0x0, source=0x81881eda0, callback=0x80b3af490 <WTF::RunLoop::RunLoop()::$_1::__invoke(void*)>,
  30. userData=0x8187f9000) at Source/WTF/wtf/glib/RunLoopGLib.cpp:45
  31. #19 0x000000080b3af428 in WTF::$_0::__invoke (source=0x81881eda0, callback=0x80b3af490 <WTF::RunLoop::RunLoop()::$_1::__invoke(void*)>, userData=0x8187f9000)
  32. at Source/WTF/wtf/glib/RunLoopGLib.cpp:40
  33. #20 0x00000008008eab37 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0
  34. #21 0x00000008008eaec4 in ?? () from /usr/local/lib/libglib-2.0.so.0
  35. #22 0x00000008008eb20f in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0
  36. #23 0x00000008068a83ca in gtk_main () from /usr/local/lib/libgtk-3.so.0
  37. #24 0x0000000000416b98 in main (argc=1, argv=0x7fffffffe6b0) at luakit.c:248
  38.  
  39.  
  40. (gdb) bt full
  41. #0 webview_crashed_cb (UNUSED_view=0x81d4be900, w=0x1a7fb88) at widgets/webview.c:1246
  42. d = 0xffffffff01010100
  43. L = 0x8187ff620
  44. #1 0x00000008144597b8 in ffi_call_unix64 () from /usr/local/lib/libffi.so.6
  45. No symbol table info available.
  46. #2 0x0000000814458ea6 in ffi_call () from /usr/local/lib/libffi.so.6
  47. No symbol table info available.
  48. #3 0x000000080865c872 in g_cclosure_marshal_generic () from /usr/local/lib/libgobject-2.0.so.0
  49. No symbol table info available.
  50. #4 0x000000080865bc1c in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0
  51. No symbol table info available.
  52. #5 0x00000008086702b5 in ?? () from /usr/local/lib/libgobject-2.0.so.0
  53. No symbol table info available.
  54. #6 0x000000080867126f in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0
  55. No symbol table info available.
  56. #7 0x0000000808671634 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0
  57. No symbol table info available.
  58. #8 0x00000008018fdf93 in webkitWebViewWebProcessCrashed (webView=0x81d4be900) at Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp:3760
  59. returnValue = 32767
  60. #9 0x00000008018c5d4d in LoaderClient::processDidCrash (this=0x81d31b800) at Source/WebKit/UIProcess/API/glib/WebKitLoaderClient.cpp:115
  61. No locals.
  62. #10 0x00000008013cd553 in WebKit::WebPageProxy::processDidTerminate (this=0x81a9fa000, reason=WebKit::ProcessTerminationReason::Crash)
  63. at Source/WebKit/UIProcess/WebPageProxy.cpp:5383
  64. transaction = {m_webPageProxy = {static isRefPtr = true, m_ptr = 0x81a9fa000}, m_pageLoadState = 0x81a9fa6f8}
  65. #11 0x0000000801483e32 in WebKit::WebProcessProxy::didClose (this=0x81c970000) at Source/WebKit/UIProcess/WebProcessProxy.cpp:634
  66. i = 0
  67. size = 2
  68. protect = {static isRef = true, m_ptr = 0x81c970000}
  69. pages = {<WTF::VectorBuffer<WTF::RefPtr<WebKit::WebPageProxy>, 0>> = {<WTF::VectorBufferBase<WTF::RefPtr<WebKit::WebPageProxy> >> = {
  70. m_buffer = 0x81c905680, m_capacity = 16, m_size = 2}, <No data fields>}, <No data fields>}
  71. #12 0x0000000801235756 in IPC::Connection::connectionDidClose()::$_13::operator()() (this=0x820eca358) at Source/WebKit/Platform/IPC/Connection.cpp:805
  72. No locals.
  73. #13 0x0000000801235659 in WTF::Function<void ()>::CallableWrapper<IPC::Connection::connectionDidClose()::$_13>::call() (this=0x820eca350)
  74. at Source/WTF/wtf/Function.h:101
  75. No locals.
  76. #14 0x000000080b343c0b in WTF::Function<void ()>::operator()() const (this=0x7fffffffe438) at Source/WTF/wtf/Function.h:56
  77. No locals.
  78. #15 0x000000080b3595b3 in WTF::RunLoop::performWork (this=0x8187f9000) at Source/WTF/wtf/RunLoop.cpp:106
  79. function = {m_callableWrapper = {__ptr_ = {<std::__1::__compressed_pair_elem<WTF::Function<void ()>::CallableWrapperBase *, 0, false>> = {
  80. __value_ = 0x820eca350}, <std::__1::__compressed_pair_elem<std::__1::default_delete<WTF::Function<void ()>::CallableWrapperBase>, 1, true>> = {<std::__1::default_delete<WTF::Function<void ()>::CallableWrapperBase>> = {<No data fields>}, <No data fields>}, <No data fields>}}}
  81. functionsToHandle = 1
  82. #16 0x000000080b3af4cc in WTF::RunLoop::RunLoop()::$_1::operator()(void*) const (this=0x0, userData=0x8187f9000) at Source/WTF/wtf/glib/RunLoopGLib.cpp:68
  83. No locals.
  84. #17 0x000000080b3af4a8 in WTF::RunLoop::RunLoop()::$_1::__invoke(void*) (userData=0x8187f9000) at Source/WTF/wtf/glib/RunLoopGLib.cpp:67
  85. No locals.
  86. #18 0x000000080b3af481 in WTF::$_0::operator() (this=0x0, source=0x81881eda0, callback=0x80b3af490 <WTF::RunLoop::RunLoop()::$_1::__invoke(void*)>,
  87. userData=0x8187f9000) at Source/WTF/wtf/glib/RunLoopGLib.cpp:45
  88. No locals.
  89. #19 0x000000080b3af428 in WTF::$_0::__invoke (source=0x81881eda0, callback=0x80b3af490 <WTF::RunLoop::RunLoop()::$_1::__invoke(void*)>, userData=0x8187f9000)
  90. at Source/WTF/wtf/glib/RunLoopGLib.cpp:40
  91. No locals.
  92. #20 0x00000008008eab37 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0
  93. No symbol table info available.
  94. #21 0x00000008008eaec4 in ?? () from /usr/local/lib/libglib-2.0.so.0
  95. No symbol table info available.
  96. #22 0x00000008008eb20f in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0
  97. No symbol table info available.
  98. #23 0x00000008068a83ca in gtk_main () from /usr/local/lib/libgtk-3.so.0
  99. No symbol table info available.
  100. #24 0x0000000000416b98 in main (argc=1, argv=0x7fffffffe6b0) at luakit.c:248
  101. nonblock = 0x0
  102. uris = 0x8006960a8
Add Comment
Please, Sign In to add comment