20.01.2014, 10:07
No, it won't. It doesn't care about plugins and what they do, unless they do something that directly leads to a runtime error or a server crash.
If a plugin does something bad but that does not directly cause an error, e.g. writes past the end of the buffer you provided to it, you'll probably get an error but a bit later, maybe on next function call, and it wouldn't be possible for crashdetect to tell what it was that actually caused the error.
If a plugin does something bad but that does not directly cause an error, e.g. writes past the end of the buffer you provided to it, you'll probably get an error but a bit later, maybe on next function call, and it wouldn't be possible for crashdetect to tell what it was that actually caused the error.