chaos-marmosets 0.2.0-1 source package in Ubuntu

Changelog

chaos-marmosets (0.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Build with dh sequence python3 for divide-by-zero-python
  * Update year in copyright

 -- Benjamin Drung <email address hidden>  Mon, 03 Jun 2024 10:26:24 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
chaos-marmosets_0.2.0-1.dsc 2.2 KiB 0351b7e30c5e8cc46174fdb72bad1bda3861e6e570cb42c461458a1a6ef04e7a
chaos-marmosets_0.2.0.orig.tar.xz 4.9 KiB 6c21785428db05456a98366557bef6ff8861579be4419ff4463051d64ede6a5d
chaos-marmosets_0.2.0.orig.tar.xz.asc 833 bytes 478df06d28be39b5d29e2f6b091a2d643486866a8819f1aa3d580cfcb10bb313
chaos-marmosets_0.2.0-1.debian.tar.xz 8.9 KiB 980a8b86ef82f4b86fb5f374cf49fb2ab177933f05c0fdb4aada8b0f653adab4

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