pomatez icon indicating copy to clipboard operation
pomatez copied to clipboard

App randomly freezing and closing

Open joao18araujo opened this issue 4 years ago • 1 comments

Describe the bug App randomly closes after running for a couple of hours. Usually takes a long time to freeze, but sometimes freezes and closes after a few minutes running. I executed it in the terminal for logs and accused Segmentation Fault when it closed.

Screenshots This is the messages shown in the terminal when I executed it, including the Segmentation Fault error:

$ pomatez -v
10:02:04.991 › Checking for update
10:02:05.077 › Error: Error: ENOENT: no such file or directory, open '/snap/pomatez/2/resources/app-update.yml'
(node:19980) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/snap/pomatez/2/resources/app-update.yml'
(node:19980) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:19980) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Segmentation fault

Desktop:

  • OS: Linux Mint 18
  • App Version: 1.1.0
  • Installer Used: Snap

joao18araujo avatar Nov 03 '20 17:11 joao18araujo

Thanks for this @joao18araujo . I will try to investigate why this happened as soon as I can.

roldanjr avatar Nov 04 '20 06:11 roldanjr