search for: t_connect_server

Displaying 2 results from an estimated 2 matches for "t_connect_server".

2007 Feb 25
6
Crash occurs where EventMachine.connect is
...53 #6 0xb7b320ca in __cxa_throw (obj=0x8117238, tinfo=0xb7b5531c, dest=0xb7ad0d50 <~runtime_error>) at ../../../../src/libstdc++-v3/libsupc++/eh_throw.cc:77 #7 0xb7b6e017 in evma_connect_to_server (server=0x80ccad8 "localhost", port=8080) at cmain.cpp:92 #8 0xb7b6c455 in t_connect_server (self=3082803140, server=3082609960, port=16161) at rubymain.cpp:207 Is it possible to die more gracefully, i.e. by raising an exception? Alternatively, might there be some way to create a class that provides a singleton method (e.g. self.connect) to return an instance of EventMachine::connect...
2006 Aug 08
11
Core dump using sample DumbHttpClient
..._throw () from /usr/lib/libstdc++.so.5 #7 0x2829f75d in EventMachine_t::ConnectToServer () from /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd6/rubyeventmachine.so #8 0x282a4433 in evma_connect_to_server () from /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd6/rubyeventmachine.so #9 0x282a25fe in t_connect_server () from /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd6/rubyeventmachine.so #10 0x280a57b4 in rb_call0 () from /usr/local/lib/libruby18.so.18 #11 0x280a66c6 in rb_call () from /usr/local/lib/libruby18.so.18 #12 0x280a0000 in rb_eval () from /usr/local/lib/libruby18.so.18 #13 0x280a0aad in rb_eval (...