Skip to content

win: crashes consistently since versions > v0.30.4 #3978

Description

@jorangreef

Electron versions after v0.30.4 have consistently been crashing on Windows x64 (but not on Mac) after several minutes of running a 20 minute filesystem fuzz test. The Electron app I am testing is a backup program which does mostly filesystem work and uses original-fs instead of Electron's fs module.

I have been testing most of the latest Electron releases, including v0.36.2, hoping it would be fixed, but the crash is still there. v0.30.4 however still works fine.

Also, I have crash reporter running but the operation log shows that crash reporter thinks the process exited cleanly, so I have been unable to get a crash report:

[2224:3944:0102/183116:VERBOSE1:crash_service_main.cc(68)] Session start. cmdline is [--reporter-url=http://10.211.55.2:8000 --application-name=Ronomon --v=1]
[2224:3944:0102/183116:VERBOSE1:crash_service.cc(142)] window handle is 00000000002D0308
[2224:3944:0102/183116:VERBOSE1:crash_service.cc(290)] pipe name is \\.\pipe\Ronomon Crash Service
dumps at C:\Users\Joran\AppData\Local\Temp\Ronomon Crashes
[2224:3944:0102/183116:VERBOSE1:crash_service.cc(294)] checkpoint is C:\Users\Joran\AppData\Local\Temp\Ronomon Crashes\crash_checkpoint.txt
server is http://10.211.55.2:8000
maximum 128 reports/day
reporter is electron-crash-service
[2224:3944:0102/183116:VERBOSE1:crash_service_main.cc(84)] Ready to process crash requests
[2224:6500:0102/183116:VERBOSE1:crash_service.cc(323)] client start. pid = 4844
[2224:4556:0102/184046:VERBOSE1:crash_service.cc(331)] client end. pid = 4844
[2224:4556:0102/184047:VERBOSE1:crash_service.cc(352)] zero clients. exiting
[2224:3944:0102/184047:VERBOSE1:crash_service.cc(490)] session ending..
[2224:3944:0102/184047:VERBOSE1:crash_service.cc(495)] clients connected :1
clients terminated :1
dumps serviced :0
dumps reported :0
[2224:3944:0102/184047:VERBOSE1:crash_service_main.cc(89)] Session end. return code is 0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions