Tested build: JDK 9 client PIT build:
http://jre.us.oracle.com/java/re/jdk/9/jdk9-client/b255_2014-02-12-0301_82/
(and latest Feb 17 build: /b255_2014-02-17-0301_99/)
Java Web Start does not work on all platforms due to abort, segmentation fault
The problem does not occur with the latest JDK 9 -b02 promotion
To see the issue, simply launch javaws <some_jnlp> or javaws -uninstall
Related errors:
- Mac OS:
javaws(2982.0x7fff75bcf180) malloc: ** error for object 0x107ae3903: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to degbug
Abort trap: 6
- Linux:
Segmentation fault (core dumped)
- relates to
-
JDK-8035386 backout parfait changes for javaws crash
-
- Closed
-