From: Gwenole B. <gb...@di...> - 2002-01-17 10:50:39
|
On Thu, 17 Jan 2002, Hetz Ben Hamo wrote: > Now - the funny thing is that those errors dissapear if I select MacIIci and > the mac boots ok (I'm using the free Mac OS 7.5.3 - no matter what processor > I select), but only in "banks" mode. Trying the same trick on normal (with > direct mode) build doesn't work. Indeed, a Mac IIci ROM has to be used with "modelid 5". It works in banks mode because an access to a memory area other than RAM, ROM, Video is a no-op. In direct addressing mode, the sigsegv handler catches it but then crashes. B2 could be modified so that the instruction causing the fault is skipped but this is becoming tricky to deal with other architectures. Another cause is probably in the video code. The blitters are probably still trying to address a region that is reclaimed. Working on a patch to test. > Fullscreen mode gives an error: > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 29 error_code 8 request_code 1 minor_code 0 > (although it switches to this mode, then shows the error). Yes, that's another problem I forgot to mention. ;-) > > Is it a stock RH-7.2 installation? > > Yes, with all the latest redhat official 7.2 updates (glibc, fam, etc) > As I said yesterday, I'll be happy to let you login to one of my machines for > testing, although the link is slow (my ADSL is dead now until our damn telco > will fix it). OK, that's something to take under consideration in the event I can't reproduce that on a similar configuration. Have you tried with gcc3 ? Bye, Gwenole. |