On 1 Feb, Jeffrey W. Baker wrote:
> Hi,
Hi!
> I tried to open my Dia 0.30 diagrams with a fresh CVS dia (so I could
> get the new UML objects), but dia just segfaults. Here is the
> backtrace. Is the new dia comptible with the 0.30 XML files???
A bit fast are we? I just commited the new UML objects a second ago.
You'll probably have to wait some minutes before they are mirrored to
the anon cvs servers :).
Anyway, back to the problem. Yes, dia is backwards compatible with the
xml files. I try my best to keep it that way anyway, but stuff can
creep in, i need users to report any problems if they pop up.
This backtrace is very strange. It seems doc->root->name is NULL
(probably). Which should NOT happen (i think). Could you send me the
file in question so i can take a closer look?
If you don't want to mail me the file could you please execute the
commands "p doc", "p doc->root" and "p doc->root->name" in gdb after
the crash.
/ Alex