Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-25T13:35:49.000Z (over 1 year ago)
- Last Synced: 2024-11-05T14:27:26.362Z (about 2 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.