[PATCH v2] On non-linux systems, don't use native signal numbers

Mark Wielaard mark@klomp.org
Sat Aug 19 08:11:00 GMT 2017


On Fri, Aug 18, 2017 at 05:03:50PM +0200, Ulf Hermann wrote:
> We assume core files from linux systems, so we should use the linux
> version of the signals when reading them. Other OS might have different
> signal numbers.

Thanks, applied.

Note that according to man 7 signal SIGBUS could actually be a different
constant depending on architecture. But that is an existing issue. We might
have to make this code dependent on the EM machine value found in the core
file.

Cheers,

Mark



More information about the Elfutils-devel mailing list