Skip to content

virtuoso/librandomcrash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building librandomcrash:

 - On a debian(-like) system, you'll need automake, autoconf,
   autoconf-archive, libtool packages.
 - Run /usr/share/doc/autotools-dev/examples/autogen.sh or autoreconf.
 - Run ./configure --with-debug && make.
 - Pray that worked out.

Enjoying it:

 - launcher/randomcrash -l -- /bin/cat /etc/fstab

Options:

You can specify runtime configuration options by setting LRC_CONFIG
environment variable, which should contain colon-separated list of
supported options:
  - no-check -- only do statistics for this run; don't be nasty;
  - logdir=PATH -- location of the log files storage (not yet supported
    by the logging code).
  - skip-calls=N -- number (N) of calls to skip before starting to
    intercept

lrc development:

irc: #lrc-devel @ irc.freenode.net
git: git://github.com/virtuoso/librandomcrash.git
bts: http://virtuoso.lighthouseapp.com/projects/46433-librandomcrash/overview

Releases

No releases published

Packages

No packages published

Languages