<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi!<br><br>Actually this gives me SIGSEGV (not SIGABRT) in sw/fmtcntnt.hxx <br>line 60: return (const SwFmtCntnt&amp;)Get( RES_CNTNT,bInP);<br><br>I print out '*this' and it's like this:<br>{&lt;SfxItemSet&gt; = {_vptr.SfxItemSet = 0x18, _pPool = 0x100000001, _pParent = 0x1757920, _aItems = 0x18, _pWhichRanges = 0x100000001, _nCount = 64152}, pOldSet = <br>&nbsp;&nbsp;&nbsp; 0x18, pNewSet = 0x200000001, static aPool = {m_pImpl = 0x7fffdc06b480, m_pTypeName = 0x7fffcf0418e0 "SwAttrSet"}}<br><br>those 0x18 and _nCount = 64152 values look very disturbing.<br>print *this._aItems it says "Cannot access memory at address 0x18"<br><br>So this must be the problem (right?)<br><br>Any idea why these values look like this?<br><br>Szabolcs<br>                                               </div></body>
</html>