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 can't run any binaries


> (gdb) r
> Starting program: /home/cseo/test/build/gdb/gdb
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x67ec1f82 in ?? ()

Hmm, I'm getting pretty standard results with a clean build:

    # of expected passes            12553
    # of unexpected failures        25
    # of unexpected successes       1
    # of expected failures          40
    # of known failures             57
    # of unresolved testcases       1
    # of untested testcases         8
    # of unsupported tests          16

gdb version  6.8.50.20080514-cvs

I also was able to start GDB and debug GDB with it, so it's probably
a problem on your side.

-- 
Joel


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