This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB fails from Kdbg


On Wed, Oct 12, 2005 at 12:29:24PM -0600, Brad Aisa wrote:
> Here is the instructions someone was given from the kdbg people who 
> were trying to debug this, which I followed -- this is basically the 
> commands issued by Kdbg, as copied from a log of launching with Kdbg:
> 
> gdb
> set editing off
>  set confirm off
>  set print static-members off
>  set print asm-demangle on
>  define kdbg__alllocals
>  info locals
>  info args
>  end
>  set prompt (kdbg)
>  file "clipview"
>  set args
>  info breakpoints
>  info line main
> 
> At the "info line main" point I got:
> Segmentation fault

The binary you send me does not crash at this point in any version of
GDB I tried.  Have you build GDB CVS or 6.3 from source to try, rather
than using the preinstalled packages on your system?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]