[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with gdb on SUN Solaris 7
From: |
Kevin Buettner |
Subject: |
Re: problem with gdb on SUN Solaris 7 |
Date: |
Thu, 24 May 2001 09:17:41 -0700 |
On May 24, 5:34pm, Addis Bernardetta wrote:
> When I run gdb on any program (compiled with gcc -g) I get the
> following:
>
> [...]
> This GDB was configured as "sparc-sun-solaris2.8"...
> (gdb) run
> Starting program: /export/home/addis/aggeggi/download/prova
> procfs: init_inferior, get_traced_signals line 4565, /proc/2661: Value
> too large for defined data type.
> (gdb) q
>
> What does it mean???
In your subject line, you say that you're having problems on Solaris
7, but I see from the above that your GDB was configured and built on
Solaris 8. It turns out that the pstatus struct has changed slightly
between these two OS versions. I don't know for certain that this is
causing the problem, but I do think you'd be much better off using a
GDB that's been built for Solaris 7.
Kevin