Matlab crash on mouse hover over variables in debug mode

2 views (last 30 days)
I am using Matlab 7.0.1.24704(R14)SP1 edition. Whenever I enter debug and try to use quick view window for viewing variable's value, matlab crashes immediately and writes a hs_err_pidxxxx file in the current directory. even for a simple code of adding 2 numbers also it crashes. Can any one help me out.
  2 Comments
Jan
Jan on 26 Aug 2011
Did it run in the past? What have changed before the crashs appear? Which OS are you using? Which Java-engine is installed and do you use Matlab's recommended Java engine? Does the error log contain any usable information like the name of the crashing function? Did you send the error log to the technical support? What did they answer?
srinu
srinu on 26 Aug 2011
I am using the following configuration. Crash started from 1st run itself. OS: WINXP SP2 MATLAB Version 7.0.1.24704 (R14) Service Pack 1 Java VM Version: Java 1.6.0_25 with Sun Microsystems Inc. Java HotSpot™ Client VM.
sample code:
a = 2;
b = 3; % mouse hover in debug mode...crash.
c = a+b; % break point enabled here.
disp(c);
I have contacted tech support till now didnot get any info.
Thanks for commenting

Sign in to comment.

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!