-
Bug
-
Resolution: Fixed
-
P4
-
7u10
-
Mac OS X 10.8.1, jdk 7u6 (local build), JavaFX 2.2.2 (local build).
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8131103 | 7u40 | Alexey Semenyuk | P4 | Closed | Fixed |
The fix for RT-23199 uses CGEventTapCreate. This apparently is not permitted in a sandboxed environment, as indicated by the attached stack trace. The worse problem, though, is that we don't check for the failure and then crash in CFMachPortCreateRunLoopSource(kCFAllocatorDefault, self->eventTap, 0), so we crash.
See the attached stack trace files. One captures the sandboxd violation, and the other is the crash that results from it.
See the attached stack trace files. One captures the sandboxd violation, and the other is the crash that results from it.
- backported by
-
JDK-8131103 Mac: sandboxd violation causes crash on startup of Ensemble
-
- Closed
-