tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Stackdump for Windows


From: grischka
Subject: Re: [Tinycc-devel] Stackdump for Windows
Date: Mon, 13 Sep 2010 20:11:01 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Simon Lehmayr wrote:
 Hi,

is it possible to get the stackdump after a crash (program compiled with tcc) on Windows tcc.exe?

Only with -run:
$ tcc -g -run test.c
Runtime error: dereferencing invalid pointer
at 0x007e0887: func() (test.c:22)
by 0x007e085d: main() (test.c:15)
by 0x004019f0: ???
by 0x0040124b: ???
by 0x00401298: ???
by 0x775c3823: ???
-->(255)

--- grischka


Regards,
Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]