Found a bug in the Program::Controller code.
commite19bf8d4375d4a7e926b2924301dc3700b9afd20
authorethereal <ethereal.visage@gmail.com>
Sun, 12 Sep 2010 06:11:56 +0000 (12 00:11 -0600)
committerethereal <ethereal.visage@gmail.com>
Sun, 12 Sep 2010 06:11:56 +0000 (12 00:11 -0600)
tree9f24ed374e22f9b9bd5eaf35dec08c17c66ee30c
parentc31af05ad3bcdfa9c744854bc2c658424fbe0b21
Found a bug in the Program::Controller code.

Signals are not being handled properly; but at least the logic for handling
the signals is delegated into a function called "shouldContinueAfter" . . .

Also note that currently, continuing a stopped child process with a SIGCONT
does not work. No clue why.
module/collector/CMakeLists.txt
module/collector/Interface.c
module/modules/CMakeLists.txt
module/modules/dynamicMemory/calloc_offset.sh
module/modules/dynamicMemory/collector/collector.c
module/modules/dynamicMemory/monitor.conf
monitor/src/program/Controller.cpp
monitor/src/program/Controller.h
monitor/src/program/Launcher.cpp