Hynek Hanke <[EMAIL PROTECTED]> writes on Wed, 23 Jan 2008 14:30:22 +0100:
> ...
> I've also tried to use the backtrace script here
> http://mashebali.com/?Python_GDB_macros:The_Macros:Backtrace
> But I get a different error:
> (gdb) pbt
> Invalid type combination in ordering comparison.
> 
> I'm using GDB version 6.6.90.

I expect that your GDB version is too new and has introduced
some safety checks (which now break).

It will probably help when you add explicite type casts to "long"
around the comparisons in the definition of "pbt".

Dieter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to