To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79652
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|fs |dv
--------------------------------------------------------------------------------
Target milestone|OOo 2.x |OOo 2.3
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jul 16 09:32:37 +0000
2007 -------
while the origin of this assertion is unclear (I somehow doubt it is really
needed at this particular place, it should more be a warning), it revealed some
interesting facts (and this is why I'll leave it in):
The assertion says that VCL's application is not yet completely started. Looking
at the stack, somebody creates an ImageProducer instance in an ImageControl in
an UNO dialog. Looking up the stack, this comes from the updchk.uno libary,
which obviously creates a UNO dialog early in the application startup.
There's three reasons why I think this should be fixed in 2.3:
- I disabled online updates in Tools/Options, so I expect that OOo doesn't
do anything (except noticing it does not need to do anything)
- Even if I had enabled online update, I'd expect the dialog to be created
when it's needed, not when the update check library is loaded. Everything
else is a waste of memory and startup performance (consider for instance
that normally, the forms library which contains the image producer
implementation is rarely used, where now it is loaded even during OOo
startup).
- When shutting down OOo, there's another assertion saying
DeInitVCL: some top windows are still alive
text = "Check for Updates" type = "class Dialog"
which means the dialog is not even correctly destroyed, but lingers in
memory during the complete runtime of OOo
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]