dail8859 / dail8859/NotepadNext

System shutdown or SIGKILL will lose session data

Open
#302 5 comments 0 reactions 0 assignees View on GitHub
linux
Dominant language
C++
Stars
14.6k
Forks
914
Avg merge
6d 18h
Merged PRs (30d)
7

Description

If you kill the app with SIGKILL signal it will always loose all the state. That's the tl;dr info.

Example how do I reproduce it:
1. Open NN
2. In the terminal do: `top -b -n 1 | grep wrap` and remember the pid (first number)
3. In the terminal do: `kill -9 INPUT_PID_HERE`
4. You should be able to replace step 2 & 3 with `killall -9 AppRun.wrapped`, but it seems that process name of NN is kind of generic and that could kill some other apps as well if you happen to run one with the same process name.

_Originally posted by @dzek69 in https://github.com/dail8859/NotepadNext/issues/81#issuecomment-1381741141_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.