To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108459 Issue #|108459 Summary|[vcl] crash in SvpSalFrame::GetFocus() Component|gsl Version|DEV300m68 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|pl Reported by|mst
------- Additional comments from [email protected] Tue Jan 19 14:39:07 +0000 2010 ------- (gdb) bt #0 0x42d8cf18 in SvpSalInstance::PostEvent (this=0x330061, pFrame=0x47ad5f28, pData=0x0, nEvent=11) at /net/so-cwsserv01/export/cws/sw33bf02/DEV300/ooo/vcl/unx/headless/svpinst.cxx:117 #1 0x42d90348 in SvpSalFrame::LoseFocus (this=0x47ad5f28) at /net/so-cwsserv01/export/cws/sw33bf02/DEV300/ooo/vcl/unx/headless/svpframe.cxx:105 #2 0x42d90397 in SvpSalFrame::GetFocus (this=0x45bdd798) at /net/so-cwsserv01/export/cws/sw33bf02/DEV300/ooo/vcl/unx/headless/svpframe.cxx:95 the this in #1 has apparently been deleted already. (gdb) up #2 0x42d90397 in SvpSalFrame::GetFocus (this=0x45bdd798) at /net/so-cwsserv01/export/cws/sw33bf02/DEV300/ooo/vcl/unx/headless/svpframe.cxx:95 95 s_pFocusFrame->LoseFocus(); so SvpSalFrame::s_pFocusFrame points at a deleted frame. this happened when starting ./soffice "-accept=pipe,name=$USER;urp;" -norestore -headless and then running the complex tests from sfx2/qa/complex. --------------------------------------------------------------------- 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]
