Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: debug startup error
Date: Fri, 25 Jul 2008 17:14:06 +0000 (UTC)
Organization: Ford Motor Co
Lines: 43
Message-ID: <g6d1ku$k1$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> <g6cv61$s0m$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1217006046 641 172.30.248.35 (25 Jul 2008 17:14:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 25 Jul 2008 17:14:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 35831
Xref: news.mathworks.com comp.soft-sys.matlab:481860



The other thing to check might be the license.dat. But I 
don't think there is much lead on that.

Is there anything that you can think of that might leads 
to this fatal error, something you did on your computer 
system, files, install/uninstall?

I did a search on the Mathworks support 
website. "Premature end of file" leads to an article about 
QuickTime. I don't know if it is anything related.


"Yi Cao" <y.cao@cranfield.ac.uk> wrote in message <g6cv61
$s0m$1@fred.mathworks.com>...
> "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