[Libevent-users] More Segfaulting

2010-03-25 Thread David Titarenco
Most recent backtrace: ___ |___|.--.--.-. |___|| | | -__| Eve - HTTP event server |___| \___/|_| Copyright 2009-2010 David Titarenco Daemonizing... See you around! [New Thread 0xb799d6d0 (LWP 30627

Re: [Libevent-users] Segfault under specific conditions

2010-03-23 Thread David Titarenco
I also forgot to list the pointer contents of frame 4 (but it's the same as frame 3 so it looks like it's propagating): (gdb) frame 4 #4 0x081190ef in long_polling_bead (it={_M_node = 0xb7d9d170}) at eve.new.cpp:394 394 evhttp_send_reply((*it).first,503,"ERROR",evb); Current language: auto; curr

Re: [Libevent-users] Segfault under specific conditions

2010-03-23 Thread David Titarenco
Following up with some more crash information: (gdb) frame 3 #3 0xb7fbb023 in evhttp_send_reply (req=0x969b978, code=503, reason=0x813d288 "ERROR", databuf=0x96a8c90) at http.c:2093 2093evhttp_response_code(req, code, reason); Current language: auto; currently c (gdb) p *req $2 = {ne

Re: [Libevent-users] Segfault under specific conditions

2010-03-23 Thread David Titarenco
_M_node = 0xb7d9d170}) at eve.new.cpp:394 394 evhttp_send_reply((*it).first,503,"ERROR",evb); (gdb) p *req No symbol "req" in current context. (gdb) p (*it).first $1 = (struct evhttp_request * const) 0x969b978 Any ideas? Regards, David Titarenco On Wed, Mar 10, 2010 at 2:39 P