Around 15 o'clock on Feb 19, "Kurt J. Lidl" wrote:

> You ought to make the xf86jmp_buf larger than 200 bytes.
> I have access to a machine where the jmp_buf storage takes 232
> bytes already!

I made it 400 bytes -- Linux x86 uses 156 bytes, and 256 seemed likely to 
be problematic on some machines.  It's only a matter of stack space in 
some very limited situations, so making it way too big won't have 
significant consequences.

The main thing is to make sure it's big enough by checking xf86jmp_buf
against jmp_buf when building the base server.

-ketih


_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to