Issue 40508 - Autotext crashes
Summary: Autotext crashes
Status: CLOSED DUPLICATE of issue 40550
Alias: None
Product: Writer
Classification: Application
Component: open-import (show other issues)
Version: 680m71
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: helge.delfs
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 15:32 UTC by helge.delfs
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 helge.delfs 2005-01-12 15:32:40 UTC
The Autotext (german) 

'Kopfzeile Erste Seite Prospekt'
'Kopfzeile Prospekt'
'Kopfzeile Rechts Prospekt'
'Formel-Nummerierung'
'Zwei Namen, farbig, modern'

crashes on loading
Comment 1 openoffice 2005-01-14 13:43:00 UTC
I can't reproduce. I used m71 (English), and tried both the English AND the
German autotexts. Either works just fine.

Maybe it's a lnaguage dependency, but it doesn't look like it. The particular
autotext seem to all include graphics (or embedded objects). That functionality
is not typically language independent.

dov->hde: Could you find out more on under which circumstances this crashes?
Comment 2 helge.delfs 2005-01-17 13:07:14 UTC
HDE->DVO: See crashreport ID: 303361. Occurs in Multi-Kulti-Installation
Comment 3 openoffice 2005-01-17 18:58:10 UTC
dvo: Nasty bug. Böser Helge!

The problem disappears when parts are compiler with debug. Without debug, I get
the following stack trace:

 	sal3.dll!00e959ee() 	
 	tl680mi.dll!002ac994() 	
 	sw680mi.dll!SwFmt::SwFmt()  + 0x21	C++
 	sw680mi.dll!SwFrmFmt::SwFrmFmt()  + 0x26	C++
 	sw680mi.dll!SwFlyFrmFmt::SwFlyFrmFmt()  + 0x1b	C++
 	sw680mi.dll!SwDoc::MakeFlyFrmFmt()  + 0x26	C++
 	sw680mi.dll!SwDoc::CopyLayoutFmt()  + 0xdc	C++
 	sw680mi.dll!SwTxtFlyCnt::CopyFlyFmt()  + 0x11a	C++
 	sw680mi.dll!SwTxtNode::MakeTxtAttr(const SfxPoolItem & rAttr={...}, unsigned
short nStt=0x0000, unsigned short nEnd=0x0000, unsigned char bPool='')  Line
292	C++

SwFmt::SwFmt is completely broken. The this-pointer points in unallocated
memory. SwTxtNode::MakeTxtAttr seems alright. If I compile the objects
in-between with debug, particularly doclay.cxx, the bug no longer appears.

Some investigation reveals that the issue appears to be a duplicate of #i40550#.

dvo->hde: I'll mark this as duplicate. Since this whole issue is rather
finnicky, I suggest you will re-test it once the fix for #i40550#. :)
Comment 4 openoffice 2005-01-17 18:58:53 UTC
Duplicate.

*** This issue has been marked as a duplicate of 40550 ***
Comment 5 helge.delfs 2005-01-19 08:43:33 UTC
.