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: B19: Symify-type core dump stack explainer?


In article <3619603D.764B4B5F.cygnus.gnu-win32@tpu.org>,
Adam Chlipala <psion@tpu.org> wrote:
>Is there a utility that I can use to add function names to core dump
>stack tracebacks?  I've gotten GLUT and OpenGL to work with CygWin32,
>except for the small problems that all GL drawing functions besides
>glClear() crash with core dumps or standard Win32 dialog box crashes.
>Perhaps this has been tried and CygWin32 can't work well with
>opengl32.dll and glut32.dll compiled in MSVC++; I don't know.  If this
>is the case, I would appreciate a tip-off so that I don't waste my
>time.  If not, I would like information on how to figure out what the
>problem is.  On a side note, I had to modify the GL and GLUT header
>files to remove all APIENTRY's.. could this be the cause?  Seems
>unlikely.

gdb will resolve numeric addresses: l *0x12343.

You can also use addr2line.
-- 
cgf@cygnus.com
http://www.cygnus.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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