Issue 60443 - Printing crashs when doc has fields for mailmerge
Summary: Printing crashs when doc has fields for mailmerge
Status: CLOSED DUPLICATE of issue 60480
Alias: None
Product: Writer
Classification: Application
Component: printing (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: Frank Schönheit
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 13:57 UTC by h.ilter
Modified: 2013-08-07 14:42 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 h.ilter 2006-01-12 13:57:38 UTC
See also error report ID: rcr2u8
- New writer doc 
- Insert fields
- Click on Print button
-> Question about printing MailMerge should appear
- Click Yes
-> Crash
Seems only affected to Linux and Solaris.
Comment 1 Oliver Specht 2006-01-13 11:55:46 UTC
Stack: 
ReportCrash
/net/jumbo.germany/sol1/SRC680/src.m150/sal/osl/unx/signal.c:475
SignalHandlerFunction
/net/jumbo.germany/sol1/SRC680/src.m150/sal/osl/unx/signal.c:802
libpthread.so.0 + 0x97c8  --  could not find checksum in database
frm::(anonymous namespace)::lcl_createPlaceHolder(com::sun::star::uno::Reference
const&)
/so/ws/SRC680/unxlngi6.pro/inc.m150/com/sun/star/uno/Any.hxx:116
frm::OInterfaceContainer::insertByName(rtl::OUString const&,
com::sun::star::uno::Any const&)
/so/ws/SRC680/unxlngi6.pro/inc.m150/com/sun/star/uno/Type.h:186
dbaui::SbaXDataBrowserController::getBoundField(unsigned short) const
/so/ws/SRC680/unxlngi6.pro/inc.m150/com/sun/star/uno/Any.hxx:117
dbaui::SbaTableQueryBrowser::addModelListeners(com::sun::star::uno::Reference
const&)
/so/env/gcc_3.4.1_p_linux_libc2.24/include/c++/3.4.1/new:56
dbaui::OGenericUnoController::disposing(com::sun::star::lang::EventObject const&)
/so/ws/SRC680/unxlngi6.pro/inc.m150/com/sun/star/uno/Reference.hxx:68
cppu::WeakImplHelper2::getTypes()
/so/ws/SRC680/unxlngi6.pro/inc.m150/cppuhelper/implbase2.hxx:71
Comment 2 Frank Schönheit 2006-01-19 09:32:48 UTC
The stack is wrong ...

The bug happens in a non-product version, but on all platforms. It is caused by
a wrong STL usage in the Base code: when you press "Yes", a dialog pops up which
shows you the database from which your mail merge fields originate. This
database display is the same which you see in the data source browser (F4) -
which also crashs.

So, this issue is a duplicate of issue 60480.

*** This issue has been marked as a duplicate of 60480 ***
Comment 3 Frank Schönheit 2006-01-19 09:33:06 UTC
closing duplicate