Hi,
> > Had a look at it, and our gfx subsystem still has a few problems wrt that.
> > If the problem persists after disabling optimizations, I'll rather post
> > instructions to get a screenshot of the priority map manually, if that's
> > OK with you...
>
> Without optimizations, everything works fine.
> Hadn't thought that gcc's optimization is buggy :(
That doesn't necessarily mean it's gcc's fault. I've written bugs that
would only cause problems if I used optimization. IIRC I read or wrote
past the end of an array. Without optimization I probably just messed
with some other variable in a way that didn't hurt - with
optimization: segfault.
/Rune