--- In ts-7000@yahoogroups.com, "daringdevin" <daringdevin@...> wrote:
>
> Running Debian sarge on a ts-7260 with the USB flash drive.
>
> Did a vanilla apt-get install jamvm, jikes, and jikes-classpath.
>
> jamvm -version = 1.2.0
>
> A simple helloWorld works with jamvm. However, I'm trying to load apache's
log4j. My simple helloWorld, when using a log4j function, then causes jamvm to
segfault. I've tried using jars I've created myself and cannot reproduce the
error.
>
> Any help would be appreciated.
>
So I've narrowed it down somewhat; it's a static variable that's throwing me
off. When locally initializing and calling 'hello World' works fine. Anyone have
problems with static variables and JamVM seg faulting?