Date: Mon, 5 Mar 2001 20:26:18 +0530 (IST) From: Mridul Muralidharan To: djgpp AT delorie DOT com Subject: Re: Advantages/Disadvantages of RHIDE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk hi, There seems to be some other bugs that were not mentioned - atleast i used to think that they were already documented ( they are mostly inconvinences ). 1) If u open up rhide and before going into debug mode , you do a program reset ( using ctrl-F2 ), rhide crashes . 2) Suppose u close all windows using Alt-0 and then del , and then press enter ( to select window : none exist now ! ) , the editor crashes. 3) This is does not always occur , but suppose u close all windows ( using Alt-0 ) , exit rhide , and then reenter it , press Alt-0 to bring up the window list, it "sometimes" crashes . As i said these are not what u normally encounter , but i thought that i would let u guys know ( sorry if all these were already brought ).Anyway inspite of all these rhide is a great editor and really really helpful for debugging. Mridul Muralidharan S8 Electronics and Communication Regional Engineering College Calicut India ------------------------------------------------------------------------------ If the code and the comments disagree, then both are probably wrong. -- Norm Schryer All generalizations are false, including this one. -- Mark Twain /earth is 98% full ... please delete anyone you can. - fortune On Sun, 4 Mar 2001, Rudolf Polzer wrote: > The RHIDE version included in DJGPP has two serious bugs: > 1. sometimes it crashes when analyzing stack traces; it does not check > before if the addresses are readable. > 2. it thinks "instiantiated from here" is an error so it cannot compile > some projects with warnings enabled.