Will crashdetect fail, if a plugin is causing a crash?
#1

Well hello there

I was playing around with an old server i had today, and i discovered something really funny.
First of all, i had Crashdetect running on my server to detect errors, and there were a few of them when i started it. So, i went here to the forums, checking for solutions.

Anyway, all i did was simply adding this into my script:

PHP код:
public OnEnterExitModShop(playeridenterexitinteriorid)
{
    return 
1;

And the error i had about public OnEnterExitModShop went away without problems... and replaced by a new error:
OnPlayerClickMap().

And, from before i know that there is one of my plugins crashing (did it on purpose), Whirlpool.so, and not the script (which the crashdetect plugin claims it to be);
Shouldn't the crashdetect notice the error in the script with the "WP_hash" function instead of blaming everything else in the script, which doesn't even exist?

Or am i wrong?

(Sorry about any spelling mistakes, it's 05:00 here, and i haven't slept in a while)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)