Segmentation fault after upgrading from v3 to v4 #15809
Unanswered
bobkorinek
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, how did you installed Phalcon? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I wanted to upgrade my project running latest Phalcon v3 to Phalcon v4, but I got stuck, when I got segmentation fault.
I tried to refactor all new classes and interfaces that had been changed and after a while I could run some parts of my app. When I was testing the app I discovered that some parts didn't work and stopped due to segmentation fault. I tried to lookup the line, which caused the app to stop and I found a line with fetching some rows from database.
I have tried to change the content of the query, but it didn't have any effect. When I put this line somewhere before the app crashes, It works just fine.
Does anybody have any idea how this could be solved? I am really stuck at this moment.
Beta Was this translation helpful? Give feedback.
All reactions