From: Valerie on
Since about 2 weeks my matlab has been crashing pretty much anytime. I haven't notice any relation with action or the code that is running when it crashes. It closes automaticly and when I restarted I go see the error log and I fund a Java Runtime Environment error :
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x58fd63bb, pid=6368, tid=6632
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode windows-x86)
# Problematic frame:
# V [jvm.dll+0x563bb]

I try to reinstall the JVM but no success. I have the Student version of matlab 7.7.0 2008b. If anyonw has an answer to my problem it would be great.

Thanks
From: dpb on
Valerie wrote:
> Since about 2 weeks my matlab has been crashing pretty much anytime.
....
> I try to reinstall the JVM but no success. I have the Student version
> of matlab 7.7.0 2008b. If anyonw has an answer to my problem it would
> be great.
....

If this is new symptom, best guess would be either the machine got
infected or some (perhaps automatic) update or other new application is
causing the problem that was loaded at that time.

Start w/ the virus/malware cleanup, then look for updates to rollback,
etc., ...

A reinstall of ML would be something to try as well since it's possible
that might refresh a conflicting dll or at least provide a listing of
any that are newer versions...

--