Skip to content

Seg fault if delete tuple through loop #98

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

Closed
baltazorbest opened this issue Aug 8, 2016 · 1 comment
Closed

Seg fault if delete tuple through loop #98

baltazorbest opened this issue Aug 8, 2016 · 1 comment
Assignees
Labels
bug Something isn't working php7

Comments

@baltazorbest
Copy link
Contributor

Hello.
I have Tarantool 1.7.1-123-g17673d5 and php 7.0.9
If I try delete tuple through loop, I have segmentation fault.
PHP script example:
<?php $tnt = new Tarantool('remote_ip:3301'); $tnt->connect(); $space = "test"; $key = "test2"; for($i=0;$i<=1000;$i++) { $tnt->delete($space, $key . $i); }

If I try delete tuple through loop with $i=1000 and $i<=100000 - All ok.

bigbes added a commit that referenced this issue Sep 6, 2016
@bigbes bigbes added bug Something isn't working php7 labels Sep 6, 2016
bigbes added a commit that referenced this issue Sep 6, 2016
bigbes added a commit that referenced this issue Sep 6, 2016
Closes gh-98. Removes debug output.
@bigbes
Copy link
Contributor

bigbes commented Sep 6, 2016

Please, try to use branch php7-v2. And sorry for long response.

@bigbes bigbes self-assigned this Sep 6, 2016
@bigbes bigbes closed this as completed Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working php7
Projects
None yet
Development

No branches or pull requests

2 participants