On 16/11/2010 17:17, Stephan Bergmann wrote:
> On 11/16/10 17:06, Paul Gress wrote:
>> bash-4.0$ pstack core
>> core 'core' of 1711: /opt/ooo-dev3/program/soffice.bin -writer
>> ----------------- lwp# 12 / thread# 12 --------------------
>> f8cb69ed xmlFreeNodeList (90ca948, 0) + 9d
>> f8cb2931 xmlFreeDoc (9295640, fef70000, ef6de7c8, f0073906) + 161
>> f0073921 ???????? (efa4d6f0, fec564b4, ef6de7e8, f007a4d0)
>> f007a4e2 ???????? (efa4d6f0, 1, ef6de838, fe499332)
>> fe499377 __1cEcppuLOWeakObjectHrelease6M_v_ (efa4d6f0, ef439d40,
>> f002d8dc, f007d3fc) + 53
[...]
> "ExtensionManager" and "UpdateInformationProvider" -> indeed appears to 
> be a problem with the thread that polls for extension updates, as 
> already suggested by Mathias.  Dirk (on cc) might know more.
> 
> -Stephan

this is most likely due to changes in sw34bf01.
the XML DOM implementation in unoxml essentially leaked all its memory,
and the fix for that (in sw34bf01, merged in m92) could have introduced
crashes due to nodes being freed that are still in use.

sadly i didn't have time to do a complete review of the DOM implementation
which i thought was necessary, but for me it never crashed so i thought it
would probably work...

-- 
"If you don't fail at least 90 percent of the time,
 you're not aiming high enough." -- Alan Kay


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to