-
Notifications
You must be signed in to change notification settings - Fork 7.8k
ext\spl\tests\bug77263.phpt
test is causing sigfault on Windows 32-bit OS
#8450
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
Comments
I haven't been able to reproduce this locally, and I have no idea what exactly is going there. |
it is failing randomly
|
Yeah, I know, but I ran several times (x86 ZTS, with and without JIT), and it never failed. :( Neither sapi/phpdbg/tests/watch_005.phpt nor sapi/phpdbg/tests/watch_006.phpt is failing for me. However, |
I do not know how to debug this, but here is repro code: https://github.com/mvorisek/php-src/tree/repro_win32bit_segfault the is it possible to update the repro code to dump the C stack trace to understand the issue just from the CI output? |
Hmm, that would require to install and register a post mortem debugger, which than would create a (huge) dump file. That dump file would need to be uploaded as artifact, and could then be downloaded for inspection. Not sure if that's worth the trouble for phpdbg issues. |
duplicate of #9650 |
Description
code https://github.com/php/php-src/blob/9b8f76bfa29ff234ff45a27b8171e13c9b8d2928/ext/spl/tests/bug77263.phpt
CI: https://github.com/mvorisek/php-src/runs/6201706203?check_suite_focus=true#step:8:3851
for some reasons, this issue is not always present
PHP Version
8.x, probably master too
Operating System
Windows 32-bit
The text was updated successfully, but these errors were encountered: