Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. (DB::ConnectionLost)
  2. 0x10f14a785: *CallStack::unwind:Array(Pointer(Void)) at ??
  3. 0x10f14a721: *CallStack#initialize:Array(Pointer(Void)) at ??
  4. 0x10f14a6f8: *CallStack::new:CallStack at ??
  5. 0x10f144f15: *raise<DB::ConnectionLost>:NoReturn at ??
  6. 0x10f258ed7: *MySql::ReadPacket#initialize<TCPSocket+, MySql::Connection>:UInt8 at ??
  7. 0x10f258d8b: *MySql::ReadPacket::new<TCPSocket+, MySql::Connection>:MySql::ReadPacket at ??
  8. 0x10f2aca3c: *MySql::Connection#build_read_packet:MySql::ReadPacket at ??
  9. 0x10f2ac9a8: *MySql::Connection#read_packet<MySql::Protocol::HandshakeV10:Class>:MySql::Protocol::HandshakeV10 at ??
  10. 0x10f2ac529: *MySql::Connection#initialize<DB::Database>:UInt8 at ??
  11. 0x10f2ac2bb: *MySql::Connection::new<DB::Database>:MySql::Connection at ??
  12. 0x10f2ac224: *MySql::Driver#build_connection<DB::Database>:MySql::Connection at ??
  13. 0x10f146323: ~procProc(DB::Connection)@lib/db/src/db/database.cr:50 at ??
  14. 0x10f2b741c: *DB::Pool(DB::Connection+)@DB::Pool(T)#build_resource:DB::Connection+ at ??
  15. 0x10f2b73a2: *DB::Pool(DB::Conn0x10f2b73a2: *DB::Pool(DB::Connection+)@DB::Pool(T)#initialize<Int32, Int32, Int32, Float64, Int32, Float64, &Proc(DB::Connection+)>:Mutex at ??
  16. Unhandled exception in spawn:
  17. End of file reached (IO::EOFError)
  18. 0x10f14a785: *CallStack::unwind:Array(Pointer(Void)) at ??
  19. 0x10f14a721: *CallStack#initialize:Array(Pointer(Void)) at ??
  20. 0x10f14a6f8: *CallStack::new:CallStack at ??
  21. 0x10f1414e5: *raise<IO::EOFError>:NoReturn at ??
  22. 0x10f18cc35: *IO::FileDescriptor+@IO#read_fully<Slice(UInt8)>:Int32 at ??
  23. 0x10f19f85b: *IO::ByteFormat::LittleEndian::decode<Int32:Class, IO::FileDescriptor+>:Int32 at ??
  24. 0x10f176c12: *Int32@Int::from_io<IO::FileDescriptor+, IO::ByteFormat::LittleEndian:Module>:Int32 at ??
  25. 0x10f18f812: *IO::FileDescriptor+@IO#read_bytes<Int32:Class>:Int32 at ??
  26. 0x10f1cfd55: *Event::SignalHandler#run:NoReturn at ??
  27. 0x10f142a0c: ~procProc(Nil)@/usr/local/Cellar/crystal-lang/0.23.1/src/event/signal_handler.cr:93 at ??
  28. 0x10f162914: *Fiber#run:(IO::FileDescriptor | Nil) at ??
  29. 0x10f143119: ~proc2Proc(Fiber, (IO::FileDescriptor | Nil))@/usr/local/Cellar/crystal-lang/0.23.1/src/fiber.cr:29 at ??
  30. (IO::FileDescriptor | Nil))@/usr/local/Cellar/crystal-lang/0.23.1/src/fiber.cr:29 at ??
  31. Connection+)>:Mutex at ??
  32. 0x10f2b61ac: *DB::Pool(T)::new:initial_pool_size:max_pool_size:max_idle_pool_size:checkout_timeout:retry_attempts:retry_delay<Int32, Int32, Int32, Float64, Int32, Float64, &Proc(DB::Connection+)>:DB::Pool(DB::Connection+) at ??
  33. 0x10f2aa7c5: *DB::Database#initialize<DB::Driver+, URI>:DB::Pool(DB::Connection+) at ??
  34. 0x10f2aa5f7: *DB::Database::new<DB::Driver+, URI>:DB::Database at ??
  35. 0x10f1d8dfd: *DB::build_database<URI>:DB::Database at ??
  36. 0x10f1d8dd1: *DB::build_database<String>:DB::Database at ??
  37. 0x10f1d8db9: *DB::open<String>:DB::Database at ??
  38. 0x10f1e24fb: *Crecto::Repo::Config#get_connection:DB::Database at ??
  39. 0x10f2a5c7e: *Repo@Crecto::Repo::insert<Consumidor, Nil>:Crecto::Changeset::Changeset(Consumidor) at ??
  40. 0x10f2a5be9: *Repo@Crecto::Repo::insert<Consumidor>:Crecto::Changeset::Changeset(Consumidor) at ??
  41. 0x10f12d994: __crystal_main at ??
  42. 0x10f1432d8: main at ??
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement