Adam Zieliński

Results 355 comments of Adam Zieliński

I was still able to trigger the crash even with HPOS disabled.

I built PHP with `-g2 -O0` and couldn't reproduce the issue anymore. Weird!

I managed to get some unminified error information: ![CleanShot 2024-01-22 at 18 19 45@2x](https://github.com/WordPress/wordpress-playground/assets/205419/418f0321-3dcc-4280-a02e-f9a61b9d6396) ![CleanShot 2024-01-22 at 18 19 16@2x](https://github.com/WordPress/wordpress-playground/assets/205419/bd58321e-8c34-4307-ae35-78068ec88934)

The `woocommerce-extra-checkout-fields-for-brazil` lives at https://github.com/claudiosanches/woocommerce-extra-checkout-fields-for-brazil/

The crash also happens without the `woocommerce-extra-checkout-fields-for-brazil` plugin.

I couldn't reproduce it on vanilla `woocommerce`, too, which makes me think it's related to the `pagbank-connect` plugin. Also noteworthy, `post_message_to_js` used by the `fetch()` HTTP transport showed up in...

Here's a different stacktrace I got with vanilla WooCommerce, likely related to an out of memory error: ``` Uncaught RangeError: Maximum call stack size exceeded at runtime.asm. (wasm-error-reporting.ts:60:14) at invoke_viii...

Ricardo said: > I see the Pagbank plugin has an issue with the CORS. Meaning that the backend calls doesn’t work when called with fetch/frontend ajax calls. Probably it is...

> I managed to get some unminified error information: > > ![CleanShot 2024-01-22 at 18 19 45@2x](https://private-user-images.githubusercontent.com/205419/298668280-418f0321-3dcc-4280-a02e-f9a61b9d6396.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTEwNjMzMjUsIm5iZiI6MTcxMTA2MzAyNSwicGF0aCI6Ii8yMDU0MTkvMjk4NjY4MjgwLTQxOGYwMzIxLTNkY2MtNDI4MC1hMDJlLWY5YTYxYjlkNjM5Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMzIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDMyMVQyMzE3MDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NWE1MTFiODFkMzAyZWFlZjE2YjhjNGU2YWFhYzZiODE2OWE5NjliMjFjMzNkYTBiMDUyNGQ1YzhjZTc3MjI1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.r70wwfTFk9DL8l4WhUPpvrXxKUrM5G0WKwofR0tn3TU) ![CleanShot 2024-01-22 at 18 19 16@2x] This error was fixed by @bgrgicak in...

@bgrgicak nothing more than what I described in other comments – install those plugins, browse for a prolonged period of time, hope the crash happens.