This is the mail archive of the cygwin 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: exe.stackdump is always empty


Any ideas, please?

> http://cygwin.com/problems.html
> http://cygwin.com/acronyms/#STC

$ cat assert.c
#include <assert.h>

int main(void)
{ assert(0);
  return 0;
}

$ ulimit -a
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
file size               (blocks, -f) unlimited
open files                      (-n) 256
pipe size            (512 bytes, -p) 8
stack size              (kbytes, -s) 2025
cpu time               (seconds, -t) unlimited
max user processes              (-u) 256
virtual memory          (kbytes, -v) unlimited

$ gcc -g assert.c

$ ./a.exe
assertion "0" failed: file "assert.c", line 4, function: main
Aborted (core dumped)

$ cat a.exe.stackdump
Stack trace:
Frame     Function  Args

Anton Lavrentiev
Contractor NIH/NLM/NCBI

Attachment: cygcheck.out.txt
Description: cygcheck.out.txt

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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