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

Possible memory issues in master branch #57

Open
stavikpetr opened this issue Feb 29, 2024 · 0 comments
Open

Possible memory issues in master branch #57

stavikpetr opened this issue Feb 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@stavikpetr
Copy link

Recenly, we updated PHP in our product to 8.3 and in the process of doing so, we recompiled interbase extension ourselves from this repository. After updating, we started experiencing rare issues with PHP running out of memory, e.g. during database upgrade. After some investigation, the issue was that we recompiled interbase from this repository from the master branch, and not from the tagged 3.0.1 release. After compiling the 3.0.1 release, the issues are gone.

If I compare the differences in these versions, the only meaningful change is in this commit 7a0a740 and that might be the cause of these issues. I do not have unfortunately small reproducible example, but I just wanted to report this to let you know that there are people experiencing issues after (most likely) this fix.

@MartinKoeditz MartinKoeditz self-assigned this Mar 26, 2024
@MartinKoeditz MartinKoeditz added the bug Something isn't working label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants