Skip to content

Instantly share code, notes, and snippets.

@crisward
Created June 27, 2017 09:09
Show Gist options
  • Save crisward/910ee33a47cdc67af90dadf7476e21f4 to your computer and use it in GitHub Desktop.
Save crisward/910ee33a47cdc67af90dadf7476e21f4 to your computer and use it in GitHub Desktop.
crystal crash
2017-06-27T08:17:13.468857074Z app[web.1]: Invalid memory access (signal 11) at address 0x0
2017-06-27T08:17:13.470053308Z app[web.1]: [0x6363d5] *CallStack::print_backtrace:Int32 +117
2017-06-27T08:17:13.470384157Z app[web.1]: [0x5f2ecd] __crystal_sigfault_handler +61
2017-06-27T08:17:13.471176757Z app[web.1]: [0xd2d9b4] sigfault_handler +40
2017-06-27T08:17:13.471234670Z app[web.1]: [0x7f44602c3340] ???
2017-06-27T08:17:13.471644884Z app[web.1]: [0x7f4460bd5dd9] ???
2017-06-27T08:17:13.471718207Z app[web.1]: [0x7f4460bd6a63] ???
2017-06-27T08:17:13.472143543Z app[web.1]: [0x7f4460bd6bc9] ???
2017-06-27T08:17:13.472553163Z app[web.1]: [0x7f4460bd8931] ???
2017-06-27T08:17:13.472859127Z app[web.1]: [0xa98316] *OpenSSL::SSL::Socket::Client#initialize<TCPSocket, OpenSSL::SSL::Context::Client, Bool, String>:Nil +182
2017-06-27T08:17:13.473523362Z app[web.1]: [0xa9823e] *OpenSSL::SSL::Socket::Client::new:context:sync_close:hostname<TCPSocket, OpenSSL::SSL::Context::Client, Bool, String>:OpenSSL::SSL::Socket::Client +222
2017-06-27T08:17:13.473863620Z app[web.1]: [0xaf3659] *HTTP::Client#socket:(OpenSSL::SSL::Socket+ | TCPSocket+) +329
2017-06-27T08:17:13.474552807Z app[web.1]: [0xaf8e9d] *HTTP::Client#exec_internal_single<HTTP::Request>:(HTTP::Client::Response | Nil) +45
2017-06-27T08:17:13.474847365Z app[web.1]: [0xaf44d6] *HTTP::Client#exec_internal<HTTP::Request>:HTTP::Client::Response +1046
2017-06-27T08:17:13.475511589Z app[web.1]: [0xaf40b2] *HTTP::Client#exec<HTTP::Request>:HTTP::Client::Response +34
2017-06-27T08:17:13.475809264Z app[web.1]: [0xaf9790] *HTTP::Client#exec<String, String, HTTP::Headers, IO::Memory>:HTTP::Client::Response +80
2017-06-27T08:17:13.476509363Z app[web.1]: [0xaf972e] *HTTP::Client#post<String, HTTP::Headers, IO::Memory>:HTTP::Client::Response +62
2017-06-27T08:17:13.477308238Z app[web.1]: [0xcd12ce] *Raven::Transport::HTTP#send_event:content_type<String, IO::Memory, String>:(HTTP::Client::Response | Nil) +830
2017-06-27T08:17:13.477615086Z app[web.1]: [0xcb803f] *Raven::Client#send_event<Raven::Event>:(Array(AnyHash::JSON) | HTTP::Client::Response | Nil) +559
2017-06-27T08:17:13.478651184Z app[web.1]: [0xc88f66] *Raven::Instance#send_event<Raven::Event>:(Array(AnyHash::JSON) | HTTP::Client::Response | Nil) +22
2017-06-27T08:17:13.479660281Z app[web.1]: [0xc77bcb] *Raven::Kemal::ExceptionHandler#call<HTTP::Server::Context>:(Bool | File::PReader | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | OpenSSL::SSL::Socket+ | String | Nil) +1307
2017-06-27T08:17:13.479970548Z app[web.1]: [0xc7758c] *CSRF +2780
2017-06-27T08:17:13.480876166Z app[web.1]: [0xc767b9] *CSRF#call<HTTP::Server::Context>:(Bool | File::PReader | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | OpenSSL::SSL::Socket+ | String | Nil) +441
2017-06-27T08:17:13.482559238Z app[web.1]: [0xc53a3e] *Kemal::WebSocketHandler +1470
2017-06-27T08:17:13.482871925Z app[web.1]: [0xc53434] *Kemal::WebSocketHandler#call<HTTP::Server::Context>:(Bool | File::PReader | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | OpenSSL::SSL::Socket+ | String | Nil) +68
2017-06-27T08:17:13.484355123Z app[web.1]: [0xc5bb7d] *Kemal::StaticFileHandler +829
2017-06-27T08:17:13.486665138Z app[web.1]: [0xc5b79d] *Kemal::StaticFileHandler#call<HTTP::Server::Context>:(Bool | File::PReader | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | OpenSSL::SSL::Socket+ | String | Nil) +1565
2017-06-27T08:17:13.487016479Z app[web.1]: [0xc5a371] *Kemal::CommonExceptionHandler +641
2017-06-27T08:17:13.488356450Z app[web.1]: [0xc59e20] *Kemal::CommonExceptionHandler#call<HTTP::Server::Context>:(Bool | File::PReader | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | OpenSSL::SSL::Socket+ | String | Nil) +32
2017-06-27T08:17:13.490105268Z app[web.1]: [0xc589e4] *Kemal::CommonLogHandler +1284
2017-06-27T08:17:13.491371148Z app[web.1]: [0xc55321] *Kemal::CommonLogHandler#call<HTTP::Server::Context>:HTTP::Server::Context +65
2017-06-27T08:17:13.491684655Z app[web.1]: [0x8347c3] *Kemal::InitHandler +1187
2017-06-27T08:17:13.494368520Z app[web.1]: [0x834305] *Kemal::InitHandler#call<HTTP::Server::Context>:(Bool | File::PReader | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | OpenSSL::SSL::Socket+ | String | Nil) +149
2017-06-27T08:17:13.494680743Z app[web.1]: [0xc9afb3] *HTTP::Server::RequestProcessor#process<(OpenSSL::SSL::Socket::Server | TCPSocket+), (OpenSSL::SSL::Socket::Server | TCPSocket+), IO::FileDescriptor>:Nil +3011
2017-06-27T08:17:13.499733181Z app[web.1]: [0xc9a3e9] *HTTP::Server::RequestProcessor#process<(OpenSSL::SSL::Socket::Server | TCPSocket+), (OpenSSL::SSL::Socket::Server | TCPSocket+)>:Nil +57
2017-06-27T08:17:13.501819125Z app[web.1]: [0xc90c89] *HTTP::Server#handle_client<(TCPSocket+ | Nil)>:Nil +137
2017-06-27T08:17:13.503042604Z app[web.1]: [0x623193] ~procProc(Nil) +19
2017-06-27T08:17:13.503362061Z app[web.1]: [0x654b24] *Fiber#run:(IO::FileDescriptor | Nil) +180
2017-06-27T08:17:13.504304307Z app[web.1]: [0x5f2bd6] ~proc2Proc(Fiber, (IO::FileDescriptor | Nil)) +6
2017-06-27T08:17:13.504355273Z app[web.1]: [0x0] ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment