Quoting Audrius Meskauskas <[EMAIL PROTECTED]>:

> Adam Smola wrote:

> > # java gnu.classpath.tools.giop.NameService
> >
> > Error:
> >
> > Please use --help for options.
> > Alignment trap: not handling instruction ececa102 at [<4008bde8>]
> > Unhandled fault: alignment exception (0x813) at 0xbea8bff4
>
> That is not a java error. Java code would print the stack trace on
> failure. This seems a native code problem.

Some ideas for the original poster.
(1) execute jamvm with -verbose option (might be able to
see what jamvm is trying to do when error occurs)
(2) recompile jamvm with debug options in jamvm.mk,
in particular there is an option --debug-dll iirc.
(3) build strace and run jamvm within strace
(extremely verbose output, might give some useful info
at the point of failure)

HTH

Robert Dodier

Reply via email to