octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.9.5 and 2.1.73


From: David Bateman
Subject: Re: 2.9.5 and 2.1.73
Date: Tue, 14 Mar 2006 22:16:05 +0100
User-agent: Mozilla Thunderbird 1.0.6-7.5.20060mdk (X11/20050322)

> Is it because you are not seeing the problem, or you're not sure where
> to start to debug it?

I see the problem but haven't taken the time to generate a reliable test
case for it. I believe Sebastien did.


Ok, and obvious thing to try here is to just run "error('My error')"
till it crashes and examine lasterr. Something like

for i=1:10000
  try
    msg = "My Error";
    error (msg);
  catch
    if (!strcmp(lasterr()(1:15),"error: My Error"))
       disp("Got it");
       break;
    endif
  end_try_catch
endfor

except I wasn't able to generate the problem in that manner. Maybe it
needs some other code in the try block to tickle the bug...

Regards
David

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]