Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created November 22, 2013 14:56
Show Gist options
  • Save kkristof/7601191 to your computer and use it in GitHub Desktop.
Save kkristof/7601191 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x4172abc8 in WTFCrash () at /home/kosztyo/arm-nix/Source/WTF/wtf/Assertions.cpp:342
342 *(int *)(uintptr_t)0xbbadbeef = 0;
(gdb) bt
#0 0x4172abc8 in WTFCrash () at /home/kosztyo/arm-nix/Source/WTF/wtf/Assertions.cpp:342
#1 0x405b4c54 in reinterpret_cast_ptr<unsigned long long*> (ptr=0x9bccc) at /home/kosztyo/arm-nix/Source/WTF/wtf/StdLibExtras.h:96
#2 0x4153c3b2 in CoreIPC::ArgumentEncoder::encode (this=0x9bcc0, n=10)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp:158
#3 0x4153c2c8 in CoreIPC::ArgumentEncoder::encodeVariableLengthByteArray (this=0x9bcc0, dataReference=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp:122
#4 0x4154caa6 in CoreIPC::DataReference::encode (this=0xbeffeb30, encoder=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/DataReference.cpp:36
#5 0x415508a2 in CoreIPC::ArgumentCoder<CoreIPC::DataReference>::encode (encoder=..., t=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:37
#6 0x41550866 in CoreIPC::ArgumentEncoder::encode<CoreIPC::DataReference> (this=0x9bcc0, t=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h:55
#7 0x41550826 in CoreIPC::ArgumentEncoder::operator<< <CoreIPC::DataReference> (this=0x9bcc0, t=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h:60
#8 0x41550748 in CoreIPC::StringReference::encode (this=0xbeffeb74, encoder=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/StringReference.cpp:44
#9 0x4154d032 in CoreIPC::ArgumentCoder<CoreIPC::StringReference>::encode (encoder=..., t=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:37
#10 0x4154d016 in CoreIPC::ArgumentEncoder::encode<CoreIPC::StringReference> (this=0x9bcc0, t=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h:55
#11 0x4154cff6 in CoreIPC::ArgumentEncoder::operator<< <CoreIPC::StringReference> (this=0x9bcc0, t=...)
at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h:60
#12 0x4154ce7e in CoreIPC::MessageEncoder::MessageEncoder (this=0x9bcc0, messageReceiverName=<incomplete type>,
messageName=<incomplete type>, destinationID=0) at /home/kosztyo/arm-nix/Source/WebKit2/Platform/CoreIPC/MessageEncoder.cpp:42
#13 0x41581f22 in std::make_unique<CoreIPC::MessageEncoder, CoreIPC::StringReference, CoreIPC::StringReference, unsigned long long&>(CoreIPC::StringReference&&, CoreIPC::StringReference&&, unsigned long long&) () at /home/kosztyo/arm-nix/Source/WTF/wtf/StdLibExtras.h:336
#14 0x415a6a28 in WebKit::ChildProcessProxy::send<Messages::WebProcess::InitializeWebProcess>(Messages::WebProcess::InitializeWebProcess&&, unsigned long long, unsigned int) (this=0x9b550, message=..., destinationID=0, messageSendFlags=0)
at /home/kosztyo/arm-nix/Source/WebKit2/Shared/ChildProcessProxy.h:97
#15 0x415a1d28 in WebKit::WebContext::createNewWebProcess (this=0x96bc0)
at /home/kosztyo/arm-nix/Source/WebKit2/UIProcess/WebContext.cpp:572
#16 0x415a17fe in WebKit::WebContext::ensureSharedWebProcess (this=0x96bc0)
at /home/kosztyo/arm-nix/Source/WebKit2/UIProcess/WebContext.cpp:488
#17 0x415a25e6 in WebKit::WebContext::createWebPage (this=0x96bc0, pageClient=0x9b408, pageGroup=0x982f8, relatedPage=0x0)
at /home/kosztyo/arm-nix/Source/WebKit2/UIProcess/WebContext.cpp:719
#18 0x416d45d4 in WebKit::WebView::WebView (this=0x9b400, context=0x96bc0, pageGroup=0x982f8)
at /home/kosztyo/arm-nix/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.cpp:54
#19 0x416d71f4 in WebKit::WebViewNix::WebViewNix (this=0x9b400, context=0x96bc0, pageGroup=0x982f8)
at /home/kosztyo/arm-nix/Source/WebKit2/UIProcess/nix/WebViewNix.cpp:66
#20 0x416d71b0 in WebKit::WebView::create (context=0x96bc0, pageGroup=0x982f8)
at /home/kosztyo/arm-nix/Source/WebKit2/UIProcess/nix/WebViewNix.cpp:55
#21 0x416d303c in WKViewCreate (contextRef=0x96bc0, pageGroupRef=0x982f8)
at /home/kosztyo/arm-nix/Source/WebKit2/UIProcess/API/C/CoordinatedGraphics/WKView.cpp:35
#22 0x0001c7de in MiniBrowser::MiniBrowser (this=0xbefff318, mainLoop=0x41bf0, options=...)
at /home/kosztyo/arm-nix/Tools/MiniBrowser/nix/MiniBrowser.cpp:79
#23 0x0001c342 in main (argc=1, argv=0xbefff5f4) at /home/kosztyo/arm-nix/Tools/MiniBrowser/nix/main.cpp:45
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment