octave-maintainers
[Top][All Lists]
Advanced

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

Re: Debugger bugfix


From: David Bateman
Subject: Re: Debugger bugfix
Date: Sat, 29 Nov 2008 00:14:47 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

John Swensen wrote:

I don't think this bug had anything to do with those threads.

Sad, I would have liked to see that fixed :-) ..

This was much more basic.  Try the following:

1) Add a breakpoint to a function
2) Call dbstatus
3) Modify the file in which the breakpoint was set (e.g. add and empty new line)
4) Call dbstatus and watch octave crash

I think the behavior is unique to dbstatus because it was modifying the STL::map while in the middle of iterating through it, because of the out of date check on the file.

Ok, I applied this..

D.

--
David Bateman                                address@hidden
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)



reply via email to

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