Issue 34258 - Crash on File - New - HTML document
Summary: Crash on File - New - HTML document
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 680m54
Hardware: PC Windows XP
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: oliver.bolte
QA Contact: issues@sw
URL:
Keywords: crash
Depends on:
Blocks:
 
Reported: 2004-09-16 14:33 UTC by oliver.bolte
Modified: 2013-08-07 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oliver.bolte 2004-09-16 14:33:22 UTC
Stack:
sw680mi.dll!SwDoc::GetNumberFormatter()  + 0xc	C++
 	sw680mi.dll!SwTblNumFmtMerge::SwTblNumFmtMerge()  + 0x26	C++
 	sw680mi.dll!SwDoc::ReplaceStyles()  + 0x9b	C++
 	sw680mi.dll!Reader::SetTemplate()  + 0x26	C++
 	sw680mi.dll!SetHTMLTemplate()  + 0x31	C++
 	sw680mi.dll!SwDocShell::InitNew()  + 0x8d	C++
 	sfx680mi.dll!SfxObjectShell::DoInitNew()  + 0x83	C++
 	sfx680mi.dll!SfxObjectShell::DoInitNew_Impl()  + 0x255	C++
 	sfx680mi.dll!SfxApplication::NewDoc_Impl()  + 0x18a	C++
 	sfx680mi.dll!SfxApplication::NewDocDirectExec_ImplOld()  + 0x3b9	C++
 	sfx680mi.dll!SfxFrameLoader_Impl::load()  + 0xd62	C++
 	fwk680mi.dll!framework::LoadEnv::impl_loadContent()  + 0x3b9	C++
 	fwk680mi.dll!framework::LoadEnv::startLoading()  + 0x73	C++
 	fwk680mi.dll!framework::LoadDispatcher::dispatchWithNotification()  + 0x149	C++
 	fwk680mi.dll!framework::LoadDispatcher::dispatch()  + 0x26	C++
 	sfx680mi.dll!SfxAppToolBoxControl_Impl::ExecuteHdl_Impl()  + 0x28	C++
 	vcl680mi.dll!Link::Call()  + 0x11	C++
 	vcl680mi.dll!ImplHandleMouseEvent()  + 0xc9d	C++
 	vcl680mi.dll!ImplWindowFrameProc()  + 0x309	C++
 	vcl680mi.dll!SalFrame::CallCallback()  + 0x16	C++
 	vcl680mi.dll!ImplHandleSalObjSysCharMsg()  + 0x729	C++
 	vcl680mi.dll!SalFrameWndProc()  + 0x5c9	C++
 	vcl680mi.dll!SalFrameWndProcW()  + 0x30	C++
 	user32.dll!77d43a50() 	
 	user32.dll!77d43b1f() 	
 	user32.dll!GetMessageW()  + 0x125	
 	user32.dll!DispatchMessageW()  + 0xb	
 	vcl680mi.dll!WinSalInstance::AcquireYieldMutex()  + 0x36	C++
 	vcl680mi.dll!ImplSalYield()  + 0x46	C++
 	vcl680mi.dll!WinSalInstance::Yield()  + 0x9e	C++
 	vcl680mi.dll!Application::Yield()  + 0x37	C++
 	vcl680mi.dll!Application::Execute()  + 0x22	C++
 	soffice.exe!desktop::Desktop::Main()  + 0x1289	C++
 	vcl680mi.dll!SVMain()  + 0x78	C++
 	soffice.exe!_WinMain@16()  + 0x5	C++
>	soffice.exe!WinMainCRTStartup()  Line 390 + 0x1b	C
 	kernel32.dll!GetCurrentDirectoryW()  + 0x44
Comment 1 eric.savary 2004-09-16 15:00:54 UTC
changed version and summary
Comment 2 Oliver Specht 2004-09-16 16:33:12 UTC
The problem was a change of two methods of SwDoc without changing the related
function typedef in cws swundo03. 
fixed in sw/inc/doc.hxx and sw/source/core/doc/docfmt.cxx 
Comment 3 Oliver Specht 2004-09-16 16:33:25 UTC
.
Comment 4 oliver.bolte 2004-09-17 11:22:12 UTC
.
Comment 5 oliver.bolte 2004-09-17 11:22:49 UTC
.