https://bugs.freedesktop.org/show_bug.cgi?id=86843

--- Comment #3 from Justin L <[email protected]> ---
Created attachment 110219
  --> https://bugs.freedesktop.org/attachment.cgi?id=110219&action=edit
gdbtrace

running from 4.1 development code at the time when the bug surfaced.

I think the fix might come from this area:
  if( mpPar.Is() )
    173         {
    174             // Register this as element 0, but don't change over the
parent!
    175             mpPar->GetRef( 0 ) = this;
    176         }

Similar code can be found in basic/source/class/sbxmod.cxx
 if( mpPar.Is() )
   2153         {
   2154             // Enregister this as element 0, but don't reset the
parent!
   2155             switch( GetType() ) {
   2156             case SbxEMPTY:
   2157             case SbxVOID:
   2158                 break;
   2159             default:
   2160                 mpPar->PutDirect( pThisCopy, 0 );
   2161                 break;
   2162             }
   2163             SetParameters( NULL );
   2164         }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to