13 Feb
2005
13 Feb
'05
4:14 p.m.
On Sun, 2005-02-13 at 10:43, bulia byak wrote:
launch
open any file from gui (file>open or file>open recent)
press ctrl+shift+F
It's probably not breakage of fill and stroke per se; this would be bound to happen eventually when anything triggered a garbage collection ... looks like priv->iddef is corrupt for some reason, and the SPDocument destructor is blowing up as a result.
I wonder which SPDocument would be getting garbage-collected, though? Can you set a breakpoint in SPDocument::~SPDocument and check the uri?
If it's the document currently being worked on, that's obviously wrong, and it's likely a refcounting bug, as SPDocument is protected against premature garbage collection by refcounts.
-mental