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

Re: [MiNT] GDB problem



=?UTF-8?B?QWRhbSBLxYJvYnVrb3dza2k=?= wrote:

> My output under 1.18 is:
>
> # ./ps u
> Unknown HZ value! (205) Assume 100.

I get 699 instead of 205.

> Non-standard uts for running kernel:
> release 1.18a=1.18.0 gives version code 70144
> USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND

All the same.

> Signal 8 (FPE) caught by ps (procps version 3.2.8).
> Please send bug reports to <feedback@lists.sf.net> or <albert@users.sf.net>

I only changed this in display.c:

    default:
      sigaction(i,&sa,NULL);
    case 0:
    case SIGFPE:   /* ^C */		<-
    case SIGINT:   /* ^C */
    case SIGTSTP:  /* ^Z */

>
> So, still the same :(

That should do for you too.

>
> What I also found out is that top is ok on conholio, but bad on toswin2.
> Toswin2 bug?

That's probably because those "modern" apps use a generic "linux"-term, that's not supported by toswin2, but by conholio.

I have the same with links.

-Helmut