
On 2004-10-27 02:42, MenTaLguY wrote:
On Tue, 2004-10-26 at 19:32, Gustav Broberg wrote:
I did try this... and from what I can remember, the result was very different from time to time. My debugging skills are pretty weak, so i didn't manage to draw any conclusion from the result. I'll compile it with 3.4.2 again, and post the gdb-results here, or create a new bug in the tracker...
Please do both.
What would be particularly helpful in narrowing down where it's stuck would be to run it from gdb, then control+C, print a backtrace, and resume again several times.
Okey, now I've recompiled with GCC 3.4.2, without optimize and with extra debugging info. Inkscape seems to get stuck at exactly same place every time, not at different locations from time to time, like I rembered it.
As far as I can see, some functions in signal.h, slot_base.h (from sigc++) and stl_list.h, are called, over and over again. It looks it this happens when icons.svg is loaded on startup, and sp_gradient_build is called.
I've filed a report here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1055034&gr...
That should narrow it down a bit. Hope it helps!
/Gustav