chaos-marmosets 0.1.2-2 source package in Ubuntu

Changelog

chaos-marmosets (0.1.2-2) unstable; urgency=medium

  * test: Expect divide-by-zero to exit with SIGTRAP on arm64 and ppc64el
    (Closes: #1037962)

 -- Benjamin Drung <email address hidden>  Sun, 02 Jul 2023 17:00:44 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
chaos-marmosets_0.1.2-2.dsc 2.1 KiB 44e31c8b2cd825f079e19fda30411e0816761d5d9ceec8ef576414646331a0b1
chaos-marmosets_0.1.2.orig.tar.xz 4.4 KiB a350c583fb4d65412a0960a1b8f44c980cce51ea6d7ad72e17ee80df20ffc8a8
chaos-marmosets_0.1.2.orig.tar.xz.asc 833 bytes 9a9cf762ece236276a5f94f916b5db22a348455628c6fbaf0fe30aaecb500d19
chaos-marmosets_0.1.2-2.debian.tar.xz 8.8 KiB 4e83e1b124bdfcb3c0a0e942eded5e96f395e8e95ca68e554fd2f44ee5960c32

Available diffs

No changes file available.

Binary packages built by this source

chaos-marmosets: Small chaos monkey programs

 This project contains small programs that behave badly. They can be used for
 chaos engineering to test the system behavior and the infrastructure setup for
 those cases.
 .
 divide-by-zero tries to divide a number by zero. It will immediately exit with
 signal 4 (SIGILL). This program is useful to test the process core dump
 configuration. In case of using a bug reporting system like apport, this
 program allows testing reporting the crash and retracing it.
 .
 leak-memory: This program will eat your memory like Obelix eats cake until it
 will eventually trigger the out of memory (OOM) killer. This program is useful
 to test configured cgroups memory limitations and the OOM killer behavior.
 .
 seg-fault: This program tries write to address zero and will trigger a
 segmentation fault (signal 11). It is useful to test the process core dump
 configuration. In case of using a bug reporting system like apport, this
 program allows testing reporting the crash and retracing it.

chaos-marmosets-dbgsym: debug symbols for chaos-marmosets