zdu
zdu
```java private static ThreadLocal threadLocal = new TransmittableThreadLocal(); ExecutorService executorService = Executors.newFixedThreadPool(2); @GetMapping("local") public String ttLocal(){ String randomStr = UUID.randomUUID().toString(); threadLocal.set(randomStr); Runnable runnable= new Runnable() { @Override public void run()...
### Please provide a brief summary of the bug A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00007fc93cce3444, pid=112650, tid=0x00007fb55dbb9700 RE version: OpenJDK Runtime...