openjdk problem with OpenNMS
Paul
pmcnary at cameron.net
Wed Jun 17 04:05:54 UTC 2015
Followup -
In tracing system calls ....
Multiple SIGSEGV's are occuring
Many are near: system call:
26326: mprotect(0x800659000,4096,PROT_NONE) = 0 (0x0)
26326: SIGNAL 11 (SIGSEGV)
Several others occurred:
26326:
stat("/usr/local/openjdk8/jre/lib/jaxp.properties",0x7ffffebec078) ERR#2
'No such file or directory'
26326: SIGNAL 11 (SIGSEGV)
A couple more near:
26326:
madvise(0x8df4cb000,0xa0000,0x5,0xaaaaaaaaaaaaaaab,0x0,0x80100bbe0) = 0
(0x0)
26326: SIGNAL 11 (SIGSEGV)
So something in the OpenJDK is having at least a problem with mprotect
and madvise.
These probably have POSIX and non-POSIX versions on FreeBSD.
So problem is not 1 SIGSEGV but many.
On 6/16/2015 3:27 PM, Paul wrote:
> Hello Jean-Yves
>
> Interesting, your last name is same as one of my best friends!
>
> Has anyone taken ownership of this problem (FreeBSD and/or OpenJDK?
> Has OpenJDK responded to anyone about these issues?
> Is there an OpenJDK trouble ticket for this?
>
> Thanks
> Paul
> pmcnary at cameron.net
>
>
> On 6/16/2015 5:07 AM, Jean-Yves Moulin wrote:
>> Hi,
>>
>>
>>> On 11 Jun 2015, at 23:45 , Paul <pmcnary at cameron.net> wrote:
>>>
>>> Bug report is on OpenNMS JIRA as replies and links show below.
>>> Dumps and crash reports are attached to the JIRA bug report.
>>>
>>> Can the FreeBSD JAVA team please assist with this problem?
>>>
>>> Problem only seems to exist on FreeBSD OpenJDK!
>>
>> This OpenJDK issue doesn’t concern only OpenNMS: we have the same
>> kind of segfault in our internal application, with both OpenJDK-7 and
>> OpenJDK-8. Segfault which doesn’t happen when using linux binary JVM.
>>
>> Unfortunately, we are unable to reproduce the issue with a simple code.
>>
>>
>> Regards,
>> jym
>> _______________________________________________
>> freebsd-java at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-java
>> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"
>
> _______________________________________________
> freebsd-java at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"
More information about the freebsd-java
mailing list