This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

RE: gdb 20000608-1 and itcl/2


Chris Faylor wrote:
>
>Very strange.  Your gdb is operating differently than mine.
>
>If you could debug this a little further, I would appreciate it if
>you could do this:
>
>      gdb -nw gdb
>      run
>      info shared
>
>I assume that gdb will eventually exit after producing the
>error message
>that you are reporting.  At that point you should be able to view the
>"info shared" information.
>
>I'm interested in exactly what DLLs are being loaded from the
>"info shared"
>command.  Your strace logs indicate that a DLL is operating
>differently for
>me than it is for you.


NHV:/> gdb -nw gdb
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols
found)...
(gdb) run
Starting program: /usr/bin/gdb.exe
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0xbff7a781 in ?? ()
(gdb) info shared
DLL Name                        Load Address
c:/cygwin/bin/tix4180.dll       66601000
c:/windows/system/shell32.dll   7fce1000
c:/windows/system/comctl32.dll  bfb71000
c:/windows/system/shlwapi.dll   70bd1000
c:/windows/system/comdlg32.dll  7fe41000
c:/cygwin/bin/cygtk80.dll       66301000
c:/cygwin/bin/cygitk30.dll      66801000
c:/windows/system/advapi32.dll  bfea1000
c:/windows/system/gdi32.dll     bff21000
c:/windows/system/user32.dll    bff51000
c:/windows/system/kernel32.dll  bff71000
c:/cygwin/bin/cygwin1.dll       61001000
c:/cygwin/bin/cygtcl80.dll      66001000
c:/cygwin/bin/cygitcl30.dll     66701000
c:/windows/system/winmm.dll     bfe11000
c:/msinput/point32.dll          0e731000
(gdb)


I am going offline for a bit but I will be back in 3-4 hours

Norman Vine


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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