Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script crashes #24

Open
sil2 opened this issue Sep 26, 2014 · 2 comments
Open

script crashes #24

sil2 opened this issue Sep 26, 2014 · 2 comments

Comments

@sil2
Copy link

sil2 commented Sep 26, 2014

For some reason all my php scripts who has r() or rt() crashes.
I see 2-3 r() outputs before crash, but no error messages, scripts just stops.
if I change r() function to just

function r(){
$args = func_get_args();
print_r($args);
return false;

everything works.

I dont know why I see no any errors, on local it works but on my server it crashes.
But, anyway, I should see error messages no?

It doesnt looks like javascript related because rt() giving same issue.
It can be momry leak, but I have my error handler and can see all critical issues.

@digitalnature
Copy link
Owner

Did you check all error logs?

@sil2
Copy link
Author

sil2 commented Oct 6, 2014

well.... only shows like:

[Mon Oct 06 16:36:26 2014] [notice] child pid 4300 exit signal Segmentation fault (11)

but without calling r() there is no issues.

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants