[Development] Qt 5.1.1 RC - Release Testing

Petko Ditchev pditchev at gmail.com
Thu Aug 15 14:59:27 CEST 2013


~/Desktop$ gdb
GNU gdb (GDB) 7.6-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) python print 123
   File "<string>", line 1
     print 123
             ^
SyntaxError: invalid syntax
Error while executing Python code.


On 15.08.2013 15:56, Poenitz Andre wrote:
> Petko Ditchev wrote:
>> Here it is : http://pastebin.com/kBCPV6Qr . That is with the program
>> started , and with a SEGFAULT invoked afterwards.
> This seems to have problems with the Python interpretor, i.e.
> your gdb was build without Python support, or possibly with an
> unusual version of it. Any Python  2.x (x >= 6) should normally work.
>
> Can you please run 'gdb' from the command line and type
> "python print 123" on the (gdb) prompt? What does it produce?
>
> Andre'
>




More information about the Development mailing list