On Tue, 19 Dec 2000, James Sinnamon wrote:
> Dear Dia users and developers,
>
> This is just to say that, whilst dia is still an extremely impressive
> and
> very user
> friendly program, it is still vey much prone to crashing on my machine.
> (which is what one should expect, nonetheless, on software with a
> version
> number of 0.86)
>
> I would have used the submit bug feature report, except that I don't
> have sendmail running on my own machine, which the
> GNOME bug reporting seems to require.
bug-buddy is a useful tool for reporting bugs, and makes it fairly easy to
do so. At the moment, GNOME is switching over to using bugzilla, which
should be easier to figure out.
>
> Until, I can figure out how to use the GNOME bug reporting
> program here is some output of my
> latest crash:
>
> Gtk-CRITICAL **: file gtkobject.c: line 1163 (gtk_object_ref): assertion
> `object->ref_count > 0' failed.
>
> Gtk-CRITICAL **: file gtkobject.c: line 1173 (gtk_object_unref):
> assertion `object->ref_count > 0' failed.
>
> Gtk-CRITICAL **: file gtkobject.c: line 1173 (gtk_object_unref):
> assertion `object->ref_count > 0' failed.
This probably indicates that the object type is not holding a reference to
its properties page (or the reference is the floating reference). The
error most likely occurs the second time you open the properties page for
a particular object type.
>
> I was trying to change the properties of some object (can't
> remeber what now), when Dia crashed.
It would be really great if you could try to find the exact object type
(or types) that causes this problem.
>
> If anyone has any ideas what to do I would appreciate it greatly.
>
> Whilst dia is still more than sufficiently good for me to want to
> perservere with
> it in spite of this, could anyone tell me what are the prospects of
> having a full 1.xx releas of dia in th enear future?
I haven't really thought about a 1.0 release.
James.