bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.69k stars 1.26k forks source link

Running under WSL, desktop app runs for a while then exits 'on its own' #4565

Closed coinzdude closed 4 years ago

coinzdude commented 4 years ago

Description

Running under WSL under Win 10, the desktop app runs well and responsive under vcxsrv but then "stops" on its own. Log attached.

Version

Windows 10, WSL with Ubuntu 20.04 Bisq built from github on 2020/09/26, OpenJDK 11

Steps to reproduce

Run bisq-desktop, app runs fine, then wait. App closes on its own, no particular errors are visible. Logs attached

Expected behaviour

App should run until closed.

Device or machine

Windows 10, fast ring Ubuntu 20.04 under WSL 2

Additional info

bisq.log

cd2357 commented 4 years ago

Sep-26 15:32:47.483 [SIGTERM handler] INFO bisq.core.app.BisqExecutable: Start graceful shutDown

Seems like Bisq received a SIGTERM signal, which is basically a command from the OS to stop the process.

coinzdude commented 4 years ago

Closed, and thanks. I'll see if I can recreate it