[PATCH] Trap SIGBUS to handle truncated shared memory segments

Julien Cristau jcristau at debian.org
Tue Nov 5 21:22:44 CET 2013


On Sun, Nov  3, 2013 at 14:05:05 -0800, Keith Packard wrote:

> +panic:
> +    if (previous_busfault_sigaction)
> +        (*previous_busfault_sigaction)(sig, info, param);
> +    else
> +        exit(1);
> +}
> +

maybe change that exit() to FatalError()?

Cheers,
Julien


More information about the xorg-devel mailing list