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

SegFault while returning #170

Open
KES777 opened this issue Dec 29, 2016 · 4 comments
Open

SegFault while returning #170

KES777 opened this issue Dec 29, 2016 · 4 comments

Comments

@KES777
Copy link

KES777 commented Dec 29, 2016

We have just upgraded to 3.3.9 version and got setfault when return from sub:

/usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Text/Xslate.pm:374
return $asm;

In our case there are array of 4300 items.

@syohex
Copy link
Contributor

syohex commented Dec 30, 2016

Could you show us the code(as possible as minimum) which reproduced this issue ?

@KES777
Copy link
Author

KES777 commented Dec 30, 2016

Really I do not know which place is guilty. There is template about 50K and I can not split it by pieces...
I understand that it is really do not help.

@KES777
Copy link
Author

KES777 commented Dec 30, 2016

I suppose there maybe problem because of mod_perl VS system perl. And I have not found package release for 16.04 Ubuntu

@syohex
Copy link
Contributor

syohex commented Dec 31, 2016

Is there a way to turn off XS?

Set PERL_ONLY environment variable.

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