-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
segfault php_openssl #555
Comments
Do you have code that is decrypting something using openssl? Does this happen with a non-static build? This smells like an upstream bug. |
Hello, i use Filament with Laravel. It happens randomly, i have no specific code that make encryption. I have another version working on Laravel Forge without FrankenPHP and I have no crash. |
So, if you search your entire codebase (vendor folder + your own code), there is nothing calling any of the openssl functions? Then how is it being called and crashing?? On the version without frankenphp, are you using the openssl extension there as well? |
In the above stack trace there is a mention of "AES-256-CBC". https://laravel.com/docs/10.x/encryption As you can see , Laravel use it for cookies, secret links, etc. It's not in my code but in Filament or Laravel. |
Thanks! To better help us figure this out, it would be helpful to understand what is specifically calling the code to that causes this issue (as in the exact library/methods being called in your vendor folder). This isn't something I can access or search remotely (it is on your machine, not mine), so we'll need your assistance to pinpoint what is going on. Identifying the specific code/library causing the issue is crucial for reproducing the issue. This, in turn, will allow us to determine if this is an upstream issue or something that needs to be addressed in FrankenPHP. The clearer you can be about where the problem originates, the easier (and faster) a solution can be found. For example, if the issue lies within a specific library+version, knowing exactly which one will be incredibly valuable. If you could also supply the output from |
I reach to reproduce the crash on a page. I have this crash every refresh with always this stack: Program terminated with signal SIGSEGV, Segmentation fault. I will send you, the phpinfo() soon. |
FrankenPHP version
|
Yes, that tells us there is something wrong and with what. But what is the PHP code that causes the issue? I can't see your PHP code, unless you share it or point to the library causing the issue. |
I can not share this code. It's not my property but i will try to create a minimalist example. |
What happened?
Sometimes (every 5 minutes) i have a crash with segfault. I use the official static build 1.1.0
Build Type
Official static build
Worker Mode
No
Operating System
GNU/Linux
CPU Architecture
x86_64
Relevant log output
The text was updated successfully, but these errors were encountered: