diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-10-27 15:49:37 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-10-27 15:49:37 +0200 |
commit | 0d48bd736d5c9602574907500b5068138b155bf7 (patch) | |
tree | a2b6b69e130645a5954354523fbb76dc0fbbe099 /src/dmidecode.c | |
parent | ea8f4d386b2aba5388e080f85ae56b3dca056719 (diff) | |
download | python-dmidecode-0d48bd736d5c9602574907500b5068138b155bf7.tar.gz python-dmidecode-0d48bd736d5c9602574907500b5068138b155bf7.tar.xz python-dmidecode-0d48bd736d5c9602574907500b5068138b155bf7.zip |
Add SIGILL catcher in mem_chunk()
On some s390x systems under heavy memory load seems to trigger
a SIGILL event when calling memcpy(). To avoid this issue, which
basically leads to the complete script to core dump, a signal
handler was implemented to add tackle such siutations more gracefully.
The SIGILL event should now be logged as well, to be able to see
that this happened.
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'src/dmidecode.c')
0 files changed, 0 insertions, 0 deletions