Crash occurred in function JVM_NativePath

Hello:

I'm running a J2EE application on Sun Java System Application Server 7 2004Q2 , with Java VM, Version 1.4.2_05

Suddenly, server crashes logging these messages:

[14/Feb/2007:10:25:55] FATAL (20115): CORE3260: Server crash detected (signal SIGSEGV)

[14/Feb/2007:10:25:55] INFO (20115): CORE3262: Crash occurred in function JVM_NativePath from module /sunone/jdk/jre/lib/sparc

/server/libjvm.so

[14/Feb/2007:10:26:22] SEVERE (20114): CORE3107: Child process closed admin channel

[14/Feb/2007:10:26:24] INFO ( 2352): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.2_05] from [Sun Microsystems Inc.]

There isn't any pattern about what is causing it. Only crashes.

The only information to start searching is "JVM_NativePath " function , but I don't know so much about that.

Is it a well-known bug ?

How could I get more information ? This server crash generates a core file , but it's not easy to understand it.

Thanks !

Best regards

[1033 byte] By [Grohla] at [2007-11-26 19:19:43]
# 1

This could be a JVM bug that surface with some of non standard JVM options used with appserver or some other type of misconfiguration(i.e native libraries, jdbc driver etc) effecting appserver stability.

You can try removing some of JVM options from your server.xml file either manually or via admin console. Other thing to try is upgrading your jdk 1.4.2 to the latest 1.4.2 update release.

Have a look at this bug report as well: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4965984

Sultala at 2007-7-9 21:36:43 > top of Java-index,Application & Integration Servers,Application Servers...