To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68405


User er changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'np'
--------------------------------------------------------------------------------
                  Status|CLOSED                    |UNCONFIRMED
--------------------------------------------------------------------------------
              Resolution|INVALID                   |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Aug 11 03:50:17 -0700 
2006 -------
Nikolai is right, the culprit seems to be svtools/source/control/stdmenu.cxx
+493 in FontSizeMenu::Fill() where mnCurHeight is probably passed uninitialized
to SetCurHeight().

Btw, can't Valgrind be taught to "highlight" the code line where the
uninitialized value was first passed to a chain of calls? Doing so would save us
from hunting down all the stack, including the path of a source file would also
already help..

---------------------------------------------------------------------
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]

Reply via email to