Re: EventSource::addListener



> When I call EventSource::addListener, I seem to be encountering a
> deadlock scenario.  The caller blocks waiting for the ListenerID return,
> but before the ESrc returns, it tries to ref the listener.  

Have you run bonobo_main()? Most bonobo stuff tends to lock hard if you
try to do stuff before it's called. Put it in an idle handler to get
around it.

Joe





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]