Nelson Minar writes:
> I've been having some random crashes of the JDK 1.1.5_v7. I believe
> they're related to a window being disposed. This never happened with
> sbb's JDK 1.1.3, but it happens maybe 15% of the time when I call
> dispose on a Frame with 1.1.5.
>
> Anything else I can do to pin this down? I'll try to see if I can
> catch out the same bug in java_g, but since it's notdeterministic it's
> hard to reproduce.
>
Look in the README.linux. There's an environment variable called DO_NOT_FREE
or something similar. Turn it on. Do you still get crashes?
Steve