Hi,
I have a lot of assertions. If one of them fails, GPC only reports something like "assertion failed (error #306 at 40dd45)". How can I find out the exact assertion that failed?
Thanks, Bastiaan.
On 16 Jul 2006 at 15:43, Bastiaan Veelo wrote:
Hi,
I have a lot of assertions. If one of them fails, GPC only reports something like "assertion failed (error #306 at 40dd45)". How can I find out the exact assertion that failed?
addr2line -e foo.exe 0x40dd45
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/
Prof A Olowofoyeku (The African Chief) wrote:
On 16 Jul 2006 at 15:43, Bastiaan Veelo wrote:
Hi,
I have a lot of assertions. If one of them fails, GPC only reports something like "assertion failed (error #306 at 40dd45)". How can I find out the exact assertion that failed?
addr2line -e foo.exe 0x40dd45
Best regards, The Chief
Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/
Thanks! I have read about addr2line before, but thought it was a function and thus could not get it to work.
Bastiaan.