Hi Alex, Alex Potapenko wrote,
Hi Leonid, Waldemar,
2015-12-30 10:24 GMT+02:00 Leonid Lisovskiy lly.dev@gmail.com:
Anyway, are you able to:
update OpenJDK to latest jdk8u76-b01 & uClibc-ng to 1.0.10 ?
disable use of IPv6 at all, to exclude any chance of read of
"/proc/net/if_inet6" in initLocalIfs() ?
- compile only libnet.so with -g3 switch to get a much more of debug info ?
I've upgraded OpenJDK and uClibc-ng, compiled libnet.so (and all OpenJDK8) with -g3 switch, but gdb output hasn't changed much (see log attached).
2016-01-06 10:56 GMT+02:00 Waldemar Brodkorb wbx@uclibc-ng.org:
I have tested with OpenJDK7 with x86/arm. On X86 it starts up fine. On ARM I have some issues with illegal instructions. I tried hard-float with NEON optimization on a Raspberry PI2. Did you use hard-float on ARM?
I use soft-float on ARM, the armv7 uclibc-ng Optware-ng feed targets FPU-less devices (like routers).
Next I try to port OpenJDK8 to OpenADK and will check on X86/MIPS and then ARM. I am 70% done with the OpenJDK8 port.
That's great! I really hope you can get OpenJDK8 to work properly.
So OpenJDK8 port is ready. It startup fine on my IBM X40 (pentium-m) laptop and I can access the webinterface. On my mikrotik rb532 it startsup, but then I get OOM. (the board have only 32 MB RAM IIRC). Next I try soft-float for Rpi2.
I use this combined patch: http://cgit.openadk.org/cgi/cgit/openadk.git/tree/package/openjdk8/files/ope...
When does the crash happens? On startup?
best regards Waldemar