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: Simon Lehmayr
Subject: Re: [Tinycc-devel] Stackdump for Windows
Date: Mon, 13 Sep 2010 20:15:16 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3

 Am 13.09.2010 20:11, schrieb grischka:
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


_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
Well, I need this info from a DLL...
Can I change tcc somehow to generate code to "print" this info when a crash occurs?

Simon




reply via email to

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