Issue 5523 - MailDocumentConverter service not working with compiler optimizations
Summary: MailDocumentConverter service not working with compiler optimizations
Status: CLOSED FIXED
Alias: None
Product: ucb
Classification: Code
Component: code (show other issues)
Version: 641
Hardware: PC Windows NT
: P3 Trivial (vote)
Target Milestone: ---
Assignee: matthias.huetsch
QA Contact: issues@ucb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 20:45 UTC by matthias.huetsch
Modified: 2002-07-29 20:05 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 matthias.huetsch 2002-06-03 20:45:31 UTC
The summary says it all. In a normal product build, the 'MailDocumentConverter'
always creates 0 byte output files, because the import code never runs.

With optimizations turned on, MS VC++ generates not working code in
method 'DocumentContext_Impl::import_Impl()' of source file
'ucb/chaos/source/imexport/mbx.cxx', revision 1.3.

When compiled with DEBUG, everything works fine.
Comment 1 matthias.huetsch 2002-06-03 20:48:36 UTC
Fixed in 'ucb/chaos/source/imexport/mbx.cxx', r1.4.
Comment 2 Martin Hollmichel 2002-06-04 11:13:43 UTC
now on OOO_STABLE_1.
Comment 3 matthias.huetsch 2002-07-29 20:05:27 UTC
Fixed confirmed in OOo 1.0.1 (Build 7663) -> Closing