https://github.com/g-ray/electron-transmission-native-crash
Repro repo to debug packaged app which crashes on windows when starting from explorer. It works ok in a terminal 👀
https://github.com/g-ray/electron-transmission-native-crash
Last synced: 3 months ago
JSON representation
Repro repo to debug packaged app which crashes on windows when starting from explorer. It works ok in a terminal 👀
- Host: GitHub
- URL: https://github.com/g-ray/electron-transmission-native-crash
- Owner: G-Ray
- Created: 2023-06-25T13:25:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T13:35:49.000Z (about 2 years ago)
- Last Synced: 2025-02-15T02:25:50.348Z (5 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crash reproduction
On Windows:
```sh
npm i
npm run package
```Then try to run `out\electron-transmission-native-win32-x64\electron-transmission-native` from:
- A Terminal : the console should display the transmission version.
- From the file explorer by double-cliking on the exe: the app crashes.I tried to debug with `WinDbg`, and get a crash log with `Security check failure or stack buffer overrun`.
It seems to works well on Linux.