[uae] Re: Debugger broken?

  • From: Jochen Becher <jochen_becher@xxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Fri, 19 Jan 2007 17:58:15 +0100

Hi Richard

Am Freitag, den 19.01.2007, 09:20 -0500 schrieb Richard Drummond:
> Hi Jochen
> 
> On Thursday 18 January 2007 11:00, Jochen Becher wrote:
> > when I press Ctrl-C in the console where I started uae I get an endless
> > list of '>'. fgets() first returns a lot of text and then NULL.
> 
> > I am running UAE on Ubuntu Edgy Eft. I compiled it myself (more or less
> > version 0.8.29-WIP3).
> 
> On x86?

Yes.

> 

> It may be possible that a bug somewhere is causing that address to be passed 
> to fgets().

The fgets() call is something like fgets(input,80,stdin). input is a
local stack variable: char input[80]. Maybe stdin is broken. I will
check that.


> Perhaps your build got screwed up (the build system ain't terribly robust)? 
> Try reconfiguring and then doing a make clean, before building again.

I already tried it with some different configurations and all showed
that behaviour but I will do more tests.

Regards, Jochen



Other related posts: