Closed wuzhiming closed 3 years ago
Thanks for reporting this and helping to make Electron better!
Because of time constraints, triaging issues that have third-party dependencies is usually not feasible for a small team like Electron's. In the case of CocoCreator I'm not sure it would be possible at all since it is closed-source.
Would it be possible for you to make a standalone testcase Electron app with only the code necessary to reproduce the kernel panic? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.
Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.
I'm adding the blocked/needs-repro
label for this reason. After you make a test case, please link to it in a followup comment.
Thanks in advance! Your help is appreciated.
Thank you for your issue!
We haven't gotten a response to our questions in our comment above. With only the information that is currently in the issue, we don't have enough information to take action. I'm going to close this but don't hesitate to reach out if you have or find the answers we need, we'll be happy to reopen the issue.
Same problem here: NMIPI for spinlock acquisition timeout, ...
I made an app with Electron. It will crash in some conditions on Bigsur but not on Catalina 10.15.7.
Here are the process.versions
{
ares: "1.16.0"
brotli: "1.0.7"
chrome: "87.0.4280.141"
electron: "11.3.0"
http_parser: "2.9.3"
icu: "67.1"
llhttp: "2.0.4"
modules: "85"
napi: "6"
nghttp2: "1.41.0"
node: "12.18.3"
openssl: "1.1.1"
unicode: "13.0"
uv: "1.38.0"
v8: "8.7.220.31-electron.0"
zlib: "1.2.11"
}
why always have problem with my account sir
On Sun 14/Mar/3 Reiwa at 4:20 PM, Wang Weihua @.***> wrote:
Same problem here: NMIPI for spinlock acquisition timeout, ...
I made an app with Electron. It will crash in some conditions on Bigsur but not on Catalina 10.15.7. Here are the process.versions
{ ares: "1.16.0" brotli: "1.0.7" chrome: "87.0.4280.141" electron: "11.3.0" http_parser: "2.9.3" icu: "67.1" llhttp: "2.0.4" modules: "85" napi: "6" nghttp2: "1.41.0" node: "12.18.3" openssl: "1.1.1" unicode: "13.0" uv: "1.38.0" v8: "8.7.220.31-electron.0" zlib: "1.2.11"}
[image: image] https://user-images.githubusercontent.com/782871/111063402-39637d80-84e9-11eb-8d7e-8a813c33f115.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/electron/electron/issues/27487#issuecomment-798874645, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASVQXUJSJOQJYR7CXFR3MODTDR5WBANCNFSM4WS5PASQ .
Preflight Checklist
Issue Details
Open CocoCreator (made by Electron),put the app background and doing other works(maybe 2 hours or more),the app will cause system crash, when restart system, we can get this log below. and it works fine when we use Electron 11.1.0.
Expected Behavior
Actual Behavior
To Reproduce
Screenshots
Additional Information