To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65591 Issue #:|65591 Summary:|warnings01: crash in toolkit/qa/unoapi Component:|gsl Version:|680 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|pl Reported by:|sb
------- Additional comments from [EMAIL PROTECTED] Fri May 19 06:59:08 -0700 2006 ------- With the current SRC680m162-based warnings01, at least on unxlngi6.pro: start soffice '-accept=socket,host=localhost,port=8100;urp', cd .../toolkit/qa/unoapi && dmake, soffice crashes #0 SpinField::GetMaxVisChars #1 VCLXEdit::getColumnsAndLines [...] The problem is that VCLXEdit::getColumnsAndLines calls GetMaxVisChars on an Edit ptr, which has been changed to virtual, so that it now calls SpinField::GetMaxVisChars instead of Edit::GetMaxVisChars, and SpinField::GetMaxVisChars accesses mpEdit which is NULL. --------------------------------------------------------------------- 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]
