[bisq-network/bisq] crash: bisq-1.1.7 and master on Ubuntu bionic LTS (#3346)

Linas Vepštas notifications at github.com
Mon Sep 30 20:23:05 UTC 2019


Both downloadable `Bisq-64bit-1.1.7.deb` and also `./gradlew build` of `master` 7bed73e687b10566229c06c1af87043dc0902cac both crash with the same stack trace, below. System is Ubuntu Bionic (18.04 LTS)

```
$ /opt/Bisq/Bisq
Sep-30 19:49:16.260 [main] INFO  bisq.core.setup.CoreSetup: 


Log files under: /home/ubuntu/.local/share/Bisq/bisq 
Sep-30 19:49:16.319 [main] INFO  bisq.common.util.Utilities: System info: os.name=Linux; os.version=4.19.0-6-amd64; os.arch=amd64; sun.arch.data.model=64; JRE=10.0.2+13 (Oracle Corporation); JVM=10.0.2+13 (Java HotSpot(TM) 64-Bit Server VM) 
Sep-30 19:49:16.457 [main] INFO  b.c.s.CoreNetworkCapabilities: Set Capability.RECEIVE_BSQ_BLOCK 
Sep-30 19:49:16.881 [main] INFO  bisq.common.app.Version: Version{VERSION=1.1.7, P2P_NETWORK_VERSION=1, LOCAL_DB_VERSION=1, TRADE_PROTOCOL_VERSION=1, BASE_CURRENCY_NETWORK=0, getP2PNetworkId()=10} 
Sep-30 19:49:16.888 [main] INFO  bisq.core.setup.CoreSetup: Path to Bisq jar file: /opt/Bisq/app/desktop-1.1.7-all.jar 
Exception in thread "main" java.lang.UnsupportedOperationException: Internal Error
	at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$new$6(GtkApplication.java:189)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:171)
	at javafx.graphics/com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
	at javafx.graphics/com.sun.glass.ui.Application.run(Application.java:146)
	at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:257)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:255)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:154)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:731)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:751)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:198)
	at java.base/java.lang.Thread.run(Thread.java:844)
Bisq Failed to launch JVM
```
The above is printing that java is version 10, which is slightly surprising because
```
$ java --version
openjdk 11.0.4 2019-07-16
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, sharing)
```

However, for my build-from-source version, I get the same crash, just a different report:
```
$ ./bisq-desktop
Sep-30 19:20:55.337 [main] INFO  bisq.core.setup.CoreSetup: 


Log files under: /home/ubuntu/.local/share/Bisq/bisq 
Sep-30 19:20:55.364 [main] INFO  bisq.common.util.Utilities: System info: os.name=Linux; os.version=4.19.0-6-amd64; os.arch=amd64; sun.arch.data.model=64; JRE=11.0.4+11-post-Ubuntu-1ubuntu218.04.3 (Ubuntu); JVM=11.0.4+11-post-Ubuntu-1ubuntu218.04.3 (OpenJDK 64-Bit Server VM)
...
etc. 
```
This crash is on a freshly-installed version of the OS, installed just an hour earlier.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3346
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190930/cb68645c/attachment.html>


More information about the bisq-github mailing list