doanchu 0 Report post Posted February 6, 2017 When running a Java program which uses JXBrowser as an embedded browser on a Mac Laptop running MacOSX Sierra 10.12.3, I faced this following problem: The application has started with command line: java -cp /Users/god/Github/spam_jxbrowser/out/artifacts/spam_jxbrowser_jar/spam_jxbrowser.jar:/Users/god/Github/spam_jxbrowser/out/artifacts/spam_jxbrowser_jar/darcula.jar:/Users/god/Github/spam_jxbrowser/out/artifacts/spam_jxbrowser_jar/jxbrowser-6.12.jar:/Users/god/Github/spam_jxbrowser/out/artifacts/spam_jxbrowser_jar/runtime.jar:/Users/god/Github/spam_jxbrowser/out/artifacts/spam_jxbrowser_jar/jxbrowser-mac-6.12.jar Main --------------------------------------------------------------------------- JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system exception at 0x000000010a71eaaf Please, contact Excelsior Support at <java@excelsior-usa.com>. Extra information about error is saved in the "jet_err_8590.txt" file. 2017-02-06 21:21:33.703 xjava[8590:855000] CFUserNotificationDisplayAlert: called from main application thread, will block waiting for a response. --------------------------------------------------------------------------- The application has terminated with exit code: 137 The error log is (partial): JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system exception at 0x000000010a71eaaf Please, contact Excelsior Support at <java@excelsior-usa.com>. Signal 11 (SIGSEGV) siginfo: si_signo 11, si_errno 0, si_code 1, si_addr 0x0000000000000004 PID 8590, TID 0x00007fff942593c0 Registers: RAX = 0x0000000000000000 RBX = 0x000000010b5576f8 RCX = 0x00007fff57a8c13c RDX = 0x000000010c7c4158 RSI = 0x00007fff57a8c0e8 RDI = 0x000000010b561b78 RBP = 0x00007fff57a8c178 RSP = 0x00007fff57a8bfb0 R8 = 0x00000000ff8a58a5 R9 = 0x0000000000000000 R10 = 0x0000000000000004 R11 = 0x0000000000000000 R12 = 0x000000010b4eaef0 R13 = 0x00000000ff8a58a5 R14 = 0x00007fff57a8c278 R15 = 0x00007fe36592c000 RIP = 0x000000010a71eaaf (/Users/god/opt/jet11.3-eval-amd64/profile1.8.0_101/develop/bin/libPKRN11308101.dylib+0x2544aaf) The application runs fine on Windows. Share this post Link to post Share on other sites
dbg 0 Report post Posted February 7, 2017 Hello, Unfortunately, Excelsior JET 11.3 does not support OS X Sierra right now. The latest fully supported OS X version is OS X Yosemite (version 10.10). Support for later OS X versions will be added in future releases of Excelsior JET. So, could you please check whether the problem reproduces on earlier versions of OS X? --- Excelsior Support Team Share this post Link to post Share on other sites
doanchu 0 Report post Posted March 1, 2017 Hi, The problem is reproducible with Yosemite. What do I need to provide in order to have this bug fixed? Share this post Link to post Share on other sites
xappymah 0 Report post Posted March 15, 2017 On 02.03.2017 at 3:49 AM, doanchu said: Hi, The problem is reproducible with Yosemite. What do I need to provide in order to have this bug fixed? Hello, Please, contact us via email: java [at] excelsior-usa.com It would be useful if you provide the application or a sample so we could reproduce the issue on our side. Also, please, send us the error logs. Best Regards, Ruslan Kim Excelsior Support Share this post Link to post Share on other sites