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





------- Additional comments from [EMAIL PROTECTED] Wed Jul 16 08:55:49 +0000 
2008 -------
The crashdebug job I meanwhile started returned the following result:

calling r:\windbg\kd.exe  -srcpath
o:\OOH680\src.m17;o:\OOH680\wntmsci10.pro\inc.m17 -y
symsrv*sosymsrv.dll*C:\WINDOWS\TEMP\crashdata-3312-1216198754.pathes  -z
C:\WINDOWS\TEMP\crashdata-3312-1216198754_user.dmp -cf
C:\WINDOWS\TEMP\crashdata-3312-1216198754.starter | grep32 -d10000 -i "ChildEBP
RetAddr"
ChildEBP RetAddr  
00ebf388 5dddee01 svx680mi!EditView::GetEditEngine( void )
[o:\ooh680\src.m17\svx\source\editeng\editview.cxx @ 206]
00ebf454 5dddfb4c sc680mi!ScEditShell::Execute(SfxRequest* rReq = 00eb1651
)+0x42 [o:\ooh680\src.m17\sc\source\ui\view\editsh.cxx @ 191]
00ebf460 613cbb39 sc680mi!SfxStubScEditShellExecute(SfxShell* pShell = 069e47c8
, SfxRequest* rReq = 00ebf894 )+0xe
[o:\ooh680\src.m17\sc\wntmsci10.pro\inc\scslots.hxx @ 3408]
00ebf52c 613cd2bc sfx680mi!SfxDispatcher::Call_Impl(SfxShell* rShell = 069e47c8
, SfxSlot* rSlot = 5e292ae8 , SfxRequest* rReq = 00ebf894 , unsigned char
bRecord = 0x1 '')+0x3c5 [o:\ooh680\src.m17\sfx2\source\control\dispatch.cxx @ 
338]
00ebf584 613c35c9 sfx680mi!SfxDispatcher::_Execute(SfxShell* rShell = 069e47c8 ,
SfxSlot* rSlot = 5e292ae8 , SfxRequest* rReq = 00ebf894 , unsigned short
eCallMode = 4)+0x1a5 [o:\ooh680\src.m17\sfx2\source\control\dispatch.cxx @ 1106]
00ebf640 61467a0d sfx680mi!SfxBindings::Execute_Impl(SfxRequest* aReq = 00ebf894
, SfxSlot* pSlot = 5e292ae8 , SfxShell* pShell = 069e47c8 )+0x419
[o:\ooh680\src.m17\sfx2\source\control\bindings.cxx @ 1731]
00ebf9b0 61465beb
sfx680mi!SfxDispatchController_Impl::dispatch(com::sun::star::util::URL* aURL =
069e8fa0 , com::sun::star::uno::Sequence* aArgs = 00ebfa4c ,
com::sun::star::uno::Reference* rListener = 00ebf9f4 )+0xbc0
[o:\ooh680\src.m17\sfx2\source\control\unoctitm.cxx @ 832]
00ebfa1c 609240b3
sfx680mi!SfxOfficeDispatch::dispatch(com::sun::star::util::URL* aURL = 069e8fa0
, com::sun::star::uno::Sequence* aArgs = 00ebfa4c )+0x107
[o:\ooh680\src.m17\sfx2\source\control\unoctitm.cxx @ 454]
00ebfa60 60924295 svt680mi!svt::AsyncAccelExec::impl_ts_asyncCallback(void*
__formal = 00000000 )+0x3c
[o:\ooh680\src.m17\svtools\source\misc\acceleratorexecute.cxx @ 471]
00ebfa6c 5f7a5975
svt680mi!svt::AsyncAccelExec::LinkStubimpl_ts_asyncCallback(void* pThis =
069e8f90 , void* pCaller = 00000000 )+0xe
[o:\ooh680\src.m17\svtools\source\misc\acceleratorexecute.cxx @ 464]
00ebfa7c 5f0c70e5 tl680mi!Link::Call(void* pCaller = 00000000 )+0x11
[o:\ooh680\src.m17\tools\inc\tools\link.hxx @ 158]


The code of that function looks like
EditEngine* EditView::GetEditEngine() const
{
        DBG_CHKTHIS( EditView, 0 );
        DBG_CHKOBJ( pImpEditView->pEditEngine, EditEngine, 0 );
        return pImpEditView->pEditEngine;
}

Thus I guess either the current EditEngine object is dead or the pImpEditView
pointer is.


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