https://bugs.kde.org/show_bug.cgi?id=506890
Bug ID: 506890
Summary: Support SIGSTKFLT and SIGSYS on linux
Classification: Developer tools
Product: valgrind
Version First 3.25.0
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The LTP kill11 testcase tries all signals.
SIGSTKFLT defaults to term and is easy to support just add something like the
following to default_action in coregrind/m_signals.c
+# if defined(VKI_SIGSTKFLT)
+ case VKI_SIGSTKFLT: /* term */
+# endif
SIGSYS is already handled by freebsd and needs some tweaks to
calculate_SKSS_from_SCSS and sync_signalhandler
--
You are receiving this mail because:
You are watching all bug changes.