This is the mail archive of the cygwin-developers@cygwin.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]
Other format: [Raw text]

Re: Am I using dumper.exe correctly?


>  Date: Mon, 14 Jan 2002 21:16:37 +0300
>  From: egor duda <deo@logos-m.ru>
>  
>  Hmm. Does resulting core dump "looks" ok? it should be elf file of
>  size 1MB or more.

VOLTRON$ ls -l *.core
-rw-r--r--    1 jik      Administ  1993904 Jan 14 12:49 a.exe.core
-rw-r--r--    1 jik      Administ  4855584 Jan 14 12:50 gdb.exe.core
VOLTRON$ file *.core
a.exe.core:   ELF 32-bit LSB core file of 'n' (signal 6750329), Intel 80386, version 1 (SYSV)
gdb.exe.core: ELF 32-bit LSB core file of 'n' (signal 6750329), Intel 80386, version 1 (SYSV)
VOLTRON$ 

>  Do i remember correctly that gdb crashes even on coredump created
>  by simple { int* x=0; *x=1; } program?

Yes.

  jik


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