On Mar 6, 6:27 am, Nate H <[email protected]> wrote:
>  I am trying porting gingerbread on mini6410(s3c6410 inside).  And I use NFS
> filesystem on the board.  Now I get some JNI_CreateJavaVM failed errors, and
> some process exit when system start up. I use ps command to check process, I
> can't find zygote. Is there anything wrong with zygote?
 ...
> D/AndroidRuntime(  663):
> D/AndroidRuntime(  663): >>>>>> AndroidRuntime START
> com.android.internal.os.ZygoteInit <<<<<<
> D/AndroidRuntime(  663): CheckJNI is ON
> W/dalvikvm(  663): JNI_CreateJavaVM failed
> E/AndroidRuntime(  663): JNI_CreateJavaVM failed

The zygote process is trying to start the Dalvik VM, but for some
reason it's failing.  The failure isn't resulting in a log message, so
the cause is unclear.

Does "dalvikvm -help" work?  Can you run it on a simple command-line
"hello, world" app?

It might be easier to debug the stand-alone dalvikvm...

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to