Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 👀

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.