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

Segmentation Error while using Elasticsearch php's library bulk method #246

Open
iriteshkumarmishra opened this issue Jun 9, 2023 · 2 comments

Comments

@iriteshkumarmishra
Copy link

elastic/elasticsearch-php#1320
Facing Segmentation Error while using bulk method to update documents in Elasticsearch php library. Please check above linked issue raised in elastic/elasticsearch-php repo.

Please let me know if any further questions, I am happy to provide inputs.

@nicolas-grekas
Copy link
Collaborator

Did you spot an infinite loop that ends up in a segfault? If not, then this should be reported to php-src as segfaults should never happen.

@Zegnat
Copy link
Collaborator

Zegnat commented Apr 12, 2024

It would be interesting to hear if the release of 1.7.0 made any difference, as it gives Nyholm/psr7 the ability to use its own stream wrapper where it does not always create an in-memmory file. From the ElasticSearch thread is looks like an older version of Nyholm/psr7 was used back then.

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

3 participants