-
Notifications
You must be signed in to change notification settings - Fork 257
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
WooCommerce crash #967
Comments
I was still able to trigger the crash even with HPOS disabled. |
I built PHP with |
The |
The crash also happens without the |
I couldn't reproduce it on vanilla |
Here's a different stacktrace I got with vanilla WooCommerce, likely related to an out of memory error:
Here's the call cycle: |
Ricardo said:
|
This error was fixed by @bgrgicak in #1104. That being said, I ran into another one: Before it was triggered, I saw the following debug output:
Perhaps auto-rotating the PHP instance on an Out of memory error would help here. |
@adamziel do you have any instructions on how to recreate this? |
@bgrgicak nothing more than what I described in other comments – install those plugins, browse for a prolonged period of time, hope the crash happens. |
Navigating to https://playground.wordpress.net/?php=8.0&wp=6.4&storage=none&networking=yes&networking=yes&php-extension-bundle=kitchen-sink&networking=yes&plugin=pagbank-connect&plugin=woocommerce&plugin=woocommerce-extra-checkout-fields-for-brazil and poking around in the admin dashboard for a while causes the following crash:
I don't have the exact reproduction steps. I've been navigating through Woo products, orders, and the "checkout fields" plugin in wp-admin.
Potentially related:
The text was updated successfully, but these errors were encountered: