You could try using kill(1) and for example signal SIGSEGV
(segmentation violation), SIGBUS (bus error) etc. Other useful signals may exist.
How to crash a single process in Linux?
You could try using kill(1) and for example signal SIGSEGV
(segmentation violation), SIGBUS (bus error) etc. Other useful signals may exist.