-
Bug
-
Resolution: Fixed
-
P3
-
8u31, 9
-
b74
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135588 | emb-9 | David Buck | P3 | Resolved | Fixed | team |
JDK-8133367 | 8u71 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8130340 | 8u66 | David Buck | P3 | Closed | Fixed | b01 |
JDK-8143671 | emb-8u71 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8130349 | 7u91 | David Buck | P3 | Closed | Fixed | b04 |
According to Oracle's document:
http://www.oracle.com/technetwork/java/javase/signals-139944.html#gbzcj
Applications need to preload libjsig library to enable signal chaining. However, after libjsig.dylib is preloaded, any call from native code to signal() causes a deadlock.
http://www.oracle.com/technetwork/java/javase/signals-139944.html#gbzcj
Applications need to preload libjsig library to enable signal chaining. However, after libjsig.dylib is preloaded, any call from native code to signal() causes a deadlock.
- backported by
-
JDK-8133367 Preloading libjsig.dylib causes deadlock when signal() is called
- Resolved
-
JDK-8135588 Preloading libjsig.dylib causes deadlock when signal() is called
- Resolved
-
JDK-8143671 Preloading libjsig.dylib causes deadlock when signal() is called
- Resolved
-
JDK-8130340 Preloading libjsig.dylib causes deadlock when signal() is called
- Closed
-
JDK-8130349 Preloading libjsig.dylib causes deadlock when signal() is called
- Closed
- relates to
-
JDK-8132561 Fix for 8072147 breaks JDK 9 build with older gcc on Mac.
- Closed
(1 relates to)