hello,
I've just got a problem, I worked on a Tux ... just using a boolean operation when ...arg... a bug closed my inkscape window...:-(
** ERROR **: file xml/repr-util.cpp: line 382 (int sp_repr_compare_position(SPRepr*, SPRepr*)): assertion failed: (sp_repr_parent(first) == sp_repr_parent(second)) aborting... Aborted
I used the latest version CVS (0.39) and I know ... I use it at my own risk
So I'm appealing to anyone who can create an autosave :-)
Thanks,
Florent
On Sat, 2004-06-19 at 18:04, Florent wrote:
So I'm appealing to anyone who can create an autosave :-)
We already have autosave-on-crash already, actually. The one catch is that for crashes due to failed assertions (like this one), it isn't triggered yet.
(I'm CCing the development mailing list, if anyone's interested in attacking this right now:
At least on Unix, this is relatively easy to fix -- just set up a SIGABRT handler similar to the SIGSEGV handler we have now. The one catch is that the handler will need to disable itself as soon as it is triggered, because the autosave code raises SIGABRT when it is done.
Also we should make sure we've got SIGBUS covered if we don't already.)
-mental
participants (2)
-
Florent
-
MenTaLguY