-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test: parallel/test-zlib-failed-init, intermittent crash #14178
Comments
Might be dup of #14161 |
Two more: not ok 358 parallel/test-zlib-failed-init
---
duration_ms: 0.801
severity: crashed
stack: |-
oh no!
exit code: CRASHED not ok 358 parallel/test-zlib-failed-init
---
duration_ms: 0.529
severity: crashed
stack: |-
oh no!
exit code: CRASHED |
This issue has been observed on both Azure and Rackspace hosts in CI. |
Saw another one today... not ok 362 parallel/test-zlib-failed-init
---
duration_ms: 0.477
severity: crashed
stack: |-
oh no!
exit code: CRASHED @nodejs/platform-windows |
Also this one: not ok 361 parallel/test-zlib-failed-init
---
duration_ms: 0.491
severity: crashed
stack: |-
oh no!
exit code: CRASHED |
Hello
https://ci.nodejs.org/job/node-test-commit-linux/11480/nodes=debian8-x86/ |
@addaleax, @bnoordhuis, @indutny |
It’s kind of worrying that a test as simple as this can fail … and once again, it might be nice to get a core dump if that’s possible – @nodejs/build ? |
A core dump would be very handy, I couldn't reproduce this locally yet (now I think about leaving the stress test running for a night or so). |
Sorry about the late reply. I'm currently on PTO but will be back next week and will take a closer look at this. |
This is popping up all over the v8.3.0 release tests |
Unset `mode_` when initializing the zlib stream failed, so that we don’t try to call the zlib end functions (`deflateEnd()` etc.) when cleaning up in `ZCtx::Close()`. Fixes: nodejs#14178 Ref: nodejs#13098
Fix in #14666 This is caused by #13098, which was backported to v6.x-staging in #13201 – @MylesBorins @gibfahn you will probably want to rebase the backport out. |
@addaleax I think that was already released (55cbe24 is in v6.11.2 - commit log). So not sure there's anything we can do other than fast-tracking #14666. |
Ugh, right. Looked at the wrong PR.
I personally would feel comfortable landing it later today (it’s literally a one-liner) and including it in 8.3.0, but I also don’t really want to rush my own PRs. |
Unset `mode_` when initializing the zlib stream failed, so that we don’t try to call the zlib end functions (`deflateEnd()` etc.) when cleaning up in `ZCtx::Close()`. Fixes: #14178 Ref: #13098 PR-URL: #14666 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
Unset `mode_` when initializing the zlib stream failed, so that we don’t try to call the zlib end functions (`deflateEnd()` etc.) when cleaning up in `ZCtx::Close()`. Fixes: #14178 Ref: #13098 PR-URL: #14666 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
Unset `mode_` when initializing the zlib stream failed, so that we don’t try to call the zlib end functions (`deflateEnd()` etc.) when cleaning up in `ZCtx::Close()`. Fixes: nodejs#14178 Ref: nodejs#13098 PR-URL: nodejs#14666 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
Unset `mode_` when initializing the zlib stream failed, so that we don’t try to call the zlib end functions (`deflateEnd()` etc.) when cleaning up in `ZCtx::Close()`. Fixes: #14178 Ref: #13098 Backport-PR-URL: #14860 PR-URL: #14666 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
Unset `mode_` when initializing the zlib stream failed, so that we don’t try to call the zlib end functions (`deflateEnd()` etc.) when cleaning up in `ZCtx::Close()`. Fixes: #14178 Ref: #13098 Backport-PR-URL: #14860 PR-URL: #14666 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
Crash in run for unrelated PR
https://ci.nodejs.org/job/node-test-binary-windows/9757/RUN_SUBSET=1,VS_VERSION=vs2015,label=win2012r2/console
The text was updated successfully, but these errors were encountered: