
On Tue, 2004-09-07 at 04:20, bulia byak wrote:
On Tue, 07 Sep 2004 02:28:34 -0400, MenTaLguY <mental@...3...> wrote:
I've been working on some of the groundwork for the layers dialog; doing a routine test build, I discovered that Inkscape had started crashing.
You mean, it's crashing with this patch but is OK without it?
Yes. At least for me.
I can't test because I get this when trying to compile with your patch:
make: *** No rule to make target `widgets/document-tree-model.cpp', needed by `widgets/document-tree-model.o'. Stop.
I shouldn't have included the changes to src/widgets/Makefile_insert; you can safely omit them as the code in the missing files is not used by anything yet.
Anyway, all I can say is that this seems to me somewhat similar to what we had on Windows recently - misleading tracebacks, sigc connection crashes etc. Maybe some problem with boehm again. Just a guess.
I hope not. If it is a boehm issue we need to ask what we're doing differently than the other projects which have been using it without problems (gcc, for example).
-mental