[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xorg segfaults on iMac G3 with Rage 128 Pro



On Sat, 2023-05-06 at 16:56 -0400, Ben Westover wrote:

> (gdb) print info
> $1 = (R128InfoPtr) 0x776ed0
> (gdb) print info.VBIOS
> $2 = (uint8_t *) 0x0

If you add a return statement like this, does that fix the crash?

    /* non-x86 platform */
    if (!info->VBIOS) {
        otypes[0] = OUTPUT_VGA;
        return;
    }

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: