[Libevent-users] [err] event_queue_insert: 0xb6a4517c(fd 17) already on queue 2

Niels Provos provos at citi.umich.edu
Sat Jun 14 14:18:37 EDT 2008


On Sat, Jun 14, 2008 at 11:13 AM, Nick Mathewson <nickm at freehaven.net> wrote:
> In other words, something fishy is afoot here.  Having a stack trace
> and the contents of the offending struct event might help track it down.

To me this seems like some kind of memory corruption might be
happening; such as accessing an event that was freed or creating an
event on the stack that becomes invalid when the function returns.

Niels.


More information about the Libevent-users mailing list