< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] Running DUM, stack and transports in a single worker thread different from the application main thread


Hi,

I run DUM, stack and transports in a single worker thread which is
different from the application main thread. It looks that it works
fine but when I shut down the application I get heap corruption when
DialogUsageManager is deleted. I do not call any DUM methods from
other application threads. Is there any problem in running DUM, stack
and transports in a thread different from the main application thread?

Any help is greatly appreciated.

Thanks.