-
Notifications
You must be signed in to change notification settings - Fork 63
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 fault after upgrading from 10.17.0.7 to 10.18.0.8 (phpmig) #856
Comments
Hi @tbjornli , |
I will look into using 1.7.0, but the dev-master branch is a few commits ahead so I believe that there might be something preventing me from using 1.7.0, which I don't remember right now.
I tried this version now and it has the same problem. I'm willing to do some debugging if you would like more information about this issue, because maybe it affects other packages then just phpmig. |
Hi @tbjornli , Can you please provide the segfault stack trace? |
|
Hi @tbjornli , Thanks for the stack trace.
The stack trace you provided is full of Xdebug calls, and it is another monitoring SW so we cannot guarantee the agent.
Again, as mentioned earlier, apologies, but unfortunately, we cannot guarantee functionality or provide support for the agent when using development branches of packages. |
Description
After upgrading to 10.18.0.8 our database migration tools phpmig started crashing with segmentation fault. Reverting to 10.17.0.7 and everything works as normal.
The problem seems to happen only when using the
dev-master
branch from phpmig and not on the1.7.0
.Steps to Reproduce
Expected Behavior
The script should not crash with a segmentation fault.
Your Environment
Ubuntu 22.04.4 LTS
PHP 8.1.2-1ubuntu2.14
The text was updated successfully, but these errors were encountered: