Re: [Libevent-users] random crashed by [err] event_queue_remove:not on queue 8

2013-02-18 Thread Tony Qin
10:09 PM, Tony Qin wrote: >> Hi all, >> >> I uses the libevent-2.0.19-stable in my rpc server to send data from >> client-end to server-end. However, my server is always "exist" by >> libevent (by event_errx()). >> >> Checked log and fond the foll

Re: [Libevent-users] random crashed by [err] event_queue_remove:not on queue 8

2013-02-19 Thread Tony Qin
> Debug mode and debug logs are different things; if you can't store the > debug logs, you can still enable debugging mode without turning on > debug logs. > how to enable debug mode without turning on debug log? only set the following line does not work: int _event_debug_mode_on = 1; **

Re: [Libevent-users] random crashed by [err] event_queue_remove:not on queue 8

2013-02-24 Thread Tony Qin
Is it allowed to create two loops in one process but within different thread? On Thu, Feb 21, 2013 at 11:27 PM, Nick Mathewson wrote: > On Wed, Feb 20, 2013 at 1:41 AM, Tony Qin wrote: >>> Debug mode and debug logs are different things; if you can't store the >>>