Re: std::terminate in omniORBpy
Duncan Grisby via omniORB-list <[email protected]> Fri, 27 May 2022 15:18:06 +0100
| Newsgroups | gmane.comp.corba.omniorb.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2022-05-27 at 16:15 +0200, Michael Teske via omniORB-list wrote: > > Do you call orb.destroy() before exit? > > Yes, in my first post I appended the ORBtraceLevel=40 log. There are > all log messages from > > omniORB: (0) 2022-05-12 13:44:39.661452: Destroy ORB... > to > omniORB: (0) 2022-05-12 13:44:39.662654: ORB destroyed. > omniORB: (0) 2022-05-12 13:44:39.662792: No more references to the > ORB -- deleted. > > Unfortunately one thread seems to survive this. Just as an experiment (not a proper solution), what happens if you add a sleep of a second (or several seconds) after orb.destroy() returns, before your code exits? Duncan. -- Duncan Grisby <[email protected]>