Issue 10672 - Crash on use of drop cap function configured into toolbar
Summary: Crash on use of drop cap function configured into toolbar
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 643C
Hardware: PC Windows 2000
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-15 02:17 UTC by tianyongwei
Modified: 2013-08-07 14:43 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 tianyongwei 2003-01-15 02:17:59 UTC
Writer core down when I uses function bar Drop Caps.
Comment 1 h.ilter 2003-01-15 16:17:55 UTC
Reassigned to ES
Comment 2 eric.savary 2003-01-15 17:09:05 UTC
ES->PB:
- add the drop caps function to a tool bar.
- execute it
- click ok
-> crash
SVL644MI! SfxItemPool::Put(class SfxPoolItem const &,unsigned short) +
120 bytes
SVL644MI! SfxItemSet::SfxItemSet(class SfxItemSet const &) + 1190 bytes
SFX644MI! SfxSingleTabDialog::OKHdl_Impl(class Button *) + 58 bytes
SFX644MI! SfxSingleTabDialog::LinkStubOKHdl_Impl(void *,void *) + 15 bytes
VCL644MI! Button::Click(void) + 90 bytes
VCL644MI! OKButton::Click(void) + 324 bytes
VCL644MI! PushButton::Tracking(class TrackingEvent const &) + 284 bytes
VCL644MI! Window::EndTracking(unsigned short) + 596 bytes
VCL644MI! ImplHandleMouseEvent(class Window *,unsigned short,unsigned
char,long,long,unsigned long,unsigned short,unsigned short) + 5507 bytes
VCL644MI! ImplWindowFrameProc(void *,class SalFrame *,unsigned
short,void const *) + 370 bytes
VCL644MI! SalFrameWndProc(struct HWND__ *,unsigned int,unsigned
int,long,int &) + 4560 bytes
VCL644MI! SalFrameWndProc(struct HWND__ *,unsigned int,unsigned
int,long,int &) + 513 bytes
VCL644MI! SalFrameWndProcW(struct HWND__ *,unsigned int,unsigned
int,long) + 38 bytes
USER32! 77d43a5f()
USER32! 77d43b2e()
USER32! 77d43d6a()
USER32! 77d43dd0()
VCL644MI! ImplSalYield(unsigned char) + 191 bytes
VCL644MI! ImplSalYield(unsigned char) + 79 bytes
VCL644MI! SalInstance::Yield(unsigned char) + 169 bytes
VCL644MI! Application::Yield(void) + 95 bytes
VCL644MI! Dialog::Execute(void) + 1213 bytes
SW644MI! SwTextShell::ExecParaAttrArgs(class SfxRequest &) + 595 bytes
SW644MI! SfxStubSwTextShellExecParaAttrArgs(class SfxShell *,class
SfxRequest &) + 14 bytes
SFX644MI! SfxDispatcher::Call_Impl(class SfxShell &,class SfxSlot
const &,class SfxRequest &,unsigned char) + 1269 bytes
SFX644MI! SfxDispatcher::_Execute(class SfxShell &,class SfxSlot const
&,class SfxRequest &,unsigned short) + 832 bytes
SFX644MI! SfxBindings::Execute_Impl(class SfxRequest &,class SfxSlot
const *,class SfxShell *) + 1652 bytes
SFX644MI! SfxBindings::Execute_Impl(unsigned short,class SfxPoolItem
const * *,unsigned short,unsigned short,class SfxPoolItem const * *) +
1416 bytes
SFX644MI! SfxBindings::Execute(unsigned short,class SfxPoolItem const
* *,unsigned short,unsigned short,class SfxPoolItem const * *) + 166 bytes
SFX644MI! SfxToolBoxControl::Select(unsigned char) + 138 bytes
SFX644MI! SfxToolBoxControl::Select(unsigned short) + 51 bytes
SFX644MI! SfxToolBoxManager::Select(class ToolBox *) + 122 bytes
SFX644MI! SfxToolBoxManager::LinkStubSelect(void *,void *) + 15 bytes
VCL644MI! ToolBox::Select(void) + 60 bytes
VCL644MI! ToolBox::ImplHandleMouseButtonUp(class MouseEvent const
&,unsigned char) + 505 bytes
VCL644MI! ToolBox::Tracking(class TrackingEvent const &) + 69 bytes
VCL644MI! Window::EndTracking(unsigned short) + 596 bytes
VCL644MI! ImplHandleMouseEvent(class Window *,unsigned short,unsigned
char,long,long,unsigned long,unsigned short,unsigned short) + 5507 bytes
VCL644MI! ImplWindowFrameProc(void *,class SalFrame *,unsigned
short,void const *) + 370 bytes
VCL644MI! SalFrameWndProc(struct HWND__ *,unsigned int,unsigned
int,long,int &) + 4560 bytes
VCL644MI! SalFrameWndProc(struct HWND__ *,unsigned int,unsigned
int,long,int &) + 513 bytes
VCL644MI! SalFrameWndProcW(struct HWND__ *,unsigned int,unsigned
int,long) + 38 bytes
USER32! 77d43a5f()
USER32! 77d43b2e()
USER32! 77d43d6a()
USER32! 77d43dd0()
VCL644MI! ImplSalYield(unsigned char) + 191 bytes
VCL644MI! ImplSalYield(unsigned char) + 79 bytes
VCL644MI! SalInstance::Yield(unsigned char) + 169 bytes
VCL644MI! Application::Yield(void) + 95 bytes
VCL644MI! Application::Execute(void) + 47 bytes
SOFFICE! desktop::Desktop::Main(void) + 7791 bytes
VCL644MI! SVMain(void) + 251 bytes
SOFFICE! 0112d338()
SOFFICE! WinMainCRTStartup + 308 bytes
KERNEL32! 77e7eb69()

Should that go to you?

Note: was already there in a 569 ;-|
Comment 3 pb 2003-01-16 06:00:49 UTC
I think it's a writer issue, because on open the dialog you will see 
some assertions, which discover that the writer feeds the dialog with 
a corrupt ItemSet (wrong range).
Comment 4 thorsten.ziehm 2003-01-16 15:08:46 UTC
Crashes should have highest priority, It set it to P1.
Comment 5 Oliver Specht 2003-01-22 11:19:17 UTC
Fixed in cws os4 
Comment 6 Oliver Specht 2003-01-24 15:52:25 UTC
Title changed
cws os4 is available on so-cwsserv02 for wntmsci9 and unxsols3.pro

Comment 7 eric.savary 2003-01-27 17:53:54 UTC
Fixed
Comment 8 eric.savary 2003-01-27 17:54:14 UTC
verified
Comment 9 eric.savary 2003-02-21 13:25:38 UTC
Ok integrated in 644m4s2