Re: xulrunner 17.0.1 application has issues on shutdown

2013-01-16 Thread pmiller . xul
Am Mittwoch, 16. Januar 2013 15:53:13 UTC+1 schrieb pmill...@gmail.com: > > However, on shutdown, the thing breaks badly. I can see from debugging, that > non of the destructors within the C++ xpcoms get called. I get a free() > corruption somewhere "near" one xpcom and "near" xpcomglue - if I c

xulrunner 17.0.1 application has issues on shutdown

2013-01-16 Thread pmiller . xul
Dear All, I ported a rather large xulrunner 1.9.2 based application to xulrunner 17.0.1. So far, most of all functionality still works. I use both JS and C++ xpcoms, initiated via JS and defined within chrome.manifest. I can use those xpcoms, no issues at all. However, on shutdown, the thing