This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import lombok.Synchronized; | |
import lombok.extern.slf4j.Slf4j; | |
import org.java_websocket.framing.Framedata; | |
import org.web3j.protocol.websocket.WebSocketClient; | |
import java.net.URI; | |
import java.nio.ByteBuffer; | |
import java.nio.channels.NotYetConnectedException; | |
import java.util.ArrayList; | |
import java.util.Collection; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ # cd / | |
/ # cat hs_err_pid8.log | |
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x000000000000b32e, pid=8, tid=0x00007f054074cae8 | |
# | |
# JRE version: OpenJDK Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
# Java VM: OpenJDK 64-Bit Server VM (25.181-b13 mixed mode linux-amd64 compressed oops) | |
# Derivative: IcedTea 3.9.0 |