快破产科技
快破产科技
Hi @codebytere . This bug depend on running environment,I send my PC's login token and reappear steps to your [[email protected]](mailto:[email protected]). There is no important data on my computer, No need...
@codebytere Hi, reproduced crash steps: 1. download https://github.com/electron/electron/releases/download/v25.7.0/electron-v25.7.0-linux-arm64.zip, then unzip to directory: /home/tongyuan/electron-v25.7.0-linux-arm64/ 2. execute following command: ``` docker pull arm64v8/centos:centos7 docker run -v /home/tongyuan:/home/tongyuan -it --privileged arm64v8/centos:centos7 /bin/bash yum...
``` const { app, crashReporter } = require('electron') console.log(app.getPath('crashDumps')) crashReporter.start({ submitURL: '', uploadToServer: false }) ```  add above code in demo [electron-quick-start](https://github.com/electron/electron-quick-start) happened errors: [exited with signal SIGTRAP](https://github.com/electron/electron-quick-start/issues/554),
@VerteDinde after installed electron-fiddle-0.34.0-1.arm64.rpm to run it, happened error:Trace/breakpoint trap (core dumped) [This core dump file.](https://github.com/electron/electron/files/12592665/core-electron-fiddle-3443-1694570511.zip)