Path: news.mathworks.com!not-for-mail
From: "Yi Cao" <y.cao@cranfield.ac.uk>
Newsgroups: comp.soft-sys.matlab
Subject: Re: debug startup error
Date: Fri, 25 Jul 2008 16:32:02 +0000 (UTC)
Organization: Cranfield University
Lines: 24
Message-ID: <g6cv61$s0m$1@fred.mathworks.com>
References: <g6ce32$a86$1@fred.mathworks.com> <g6cidb$pbc$1@fred.mathworks.com> <g6cip3$r6$1@fred.mathworks.com> <g6cnpq$hlp$1@fred.mathworks.com> <g6cp7a$bp0$1@fred.mathworks.com>
Reply-To: "Yi Cao" <y.cao@cranfield.ac.uk>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1217003522 28694 172.30.248.38 (25 Jul 2008 16:32:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 25 Jul 2008 16:32:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 69713
Xref: news.mathworks.com comp.soft-sys.matlab:481850



"Fangjun Jiang" <f@j.com> wrote in message <g6cp7a$bp0
$1@fred.mathworks.com>...
> Is your Matlab command window still up? Would lasterr() 
> provide some extra info? Otherwise, I have no other 
ideas. 
> The error seems pretty serious. Do you recall anything 
you 
> did recently that could corrupt some files related to 
> Matlab?
> 
> 

Yes, the command window still up, but lasterr does not give 
any information except ''.

I managed to make a breakpoint in matlabrc.m. But the error 
already happens before the matlabrc. Do you know what is 
executed before matlabrc?

I also tried to search the string ':-1:-1' using wingrep 
for all *.m files in the disk. But I cannot find any file.
Any othe ideas?

Yi