failmalloc 1.0-2 source package in Ubuntu

Changelog

failmalloc (1.0-2) unstable; urgency=low

  * Do not install *.la file (Closes: #621341)
  * Make '--' separator optional

failmalloc (1.0-1) unstable; urgency=low

  * Initial release (Closes: #462792)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 09:18:48 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Alessandro Ghedini
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
failmalloc_1.0.orig.tar.gz 288.9 KiB 1227c592b69ee3796b849117e1e761eca620f5ca0098dc04e7d7fbb5f2dbf1ad
failmalloc_1.0-2.debian.tar.gz 3.6 KiB 4b6a209ea61512a4acf3faf9413c9782434711656592be3353950862076cce9c
failmalloc_1.0-2.dsc 1.1 KiB be7ac7acde0cf9d3a3b211d37b5736bfd373f6d3f11febdf4a2c93462a67f080

View changes file

Binary packages built by this source

failmalloc: Memory allocation failure crash-test tool

 The idea behind failmalloc is to demonstrate what really happens if
 memory allocation fails. Unfortunately, most programs in this world are
 not robust, mostly because programmers are careless, but sometimes because
 programmers are too brave. Regardless of whatever reasons, the most
 critical problem is in that there is no good way to see such failures
 in reality, until a program is deployed into a heavy production system.
 Clearly, this is too late!
 .
 Failmalloc addresses this problem. Failmalloc inserts hooks into your
 program, which induces always, often or sometimes failures of memory
 allocation calls. The functions malloc, realloc and memalign are hooked,
 but other functions which use one of these functions are also affected.