Remove "fault" module.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Dec 2009 00:38:58 +0000 (16:38 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 7 Jan 2010 01:01:56 +0000 (17:01 -0800)
commit250382a8fc839cb077b2636983a1c1de0d6b0e17
treec77fb57c58c3550aca6eabdedde8443fe9fa64c1
parent6f61c75b17a9906f88aae4b4a8fbdc12070cf34f
Remove "fault" module.

This module, which catches segmentation faults and prints a backtrace
before exiting, was useful for a while, but I believe that it has now
outlived its purpose.  It is altogether better to have a core dump from
which one can extract much more information than a usually-poor backtrace,
and core dumps are much better integrated into a typical Unix system.
In addition, the "fault" module was of course not all that portable.
16 files changed:
configure.ac
lib/automake.mk
lib/fault.c [deleted file]
lib/fault.h [deleted file]
lib/vlog-modules.def
m4/openvswitch.m4
ovsdb/automake.mk
ovsdb/ovsdb-server.c
tests/automake.mk
tests/test-dhcp-client.c
utilities/automake.mk
utilities/ovs-controller.c
utilities/ovs-openflowd.c
vswitchd/automake.mk
vswitchd/ovs-brcompatd.c
vswitchd/ovs-vswitchd.c