google-code-export / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
1 stars 1 forks source link

Crash when connecting to non-HTTP service #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./serf_get http://127.0.0.1:22/

What is the expected output? What do you see instead?

Program received signal SIGABRT, Aborted.
0x93c72e42 in __kill ()
(gdb) where
#0  0x93c72e42 in __kill ()
#1  0x93c72e34 in kill$UNIX2003 ()
#2  0x93ce523a in raise ()
#3  0x93cf1679 in abort ()
#4  0x00001ec9 in handle_response (request=0x809220, response=0x8137a0,
handler_baton=0xbffff630, pool=0x815018) at test/serf_get.c:141
#5  0x0000ad97 in read_from_connection (conn=0x806018) at outgoing.c:745
#6  0x0000af60 in serf__process_connection (conn=0x806018, events=33) at
outgoing.c:854
#7  0x000037df in serf_event_trigger (s=0x804190, serf_baton=0x806020,
desc=0x8043c0) at context.c:185
#8  0x0000393e in serf_context_run (ctx=0x804190, duration=2000000000,
pool=0x804018) at context.c:242
#9  0x00002769 in main (argc=2, argv=0xbffff6d0) at test/serf_get.c:391

Original issue reported on code.google.com by paul.que...@gmail.com on 18 Aug 2009 at 11:19

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1271.

Original comment by paul.que...@gmail.com on 18 Aug 2009 at 11:25