Comment 3 for bug 1190051

Revision history for this message
Winston (wmii392) wrote :

Thanks for the reply. I don't know what went wrong, but OS no longer starts:

gdb /usr/bin/python3
GNU gdb (GDB) 7.6
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-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python3.3...(no debugging symbols found)...done.
(gdb) run /usr/bin/openshot
Starting program: /usr/bin/python3.3 /usr/bin/openshot
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
  File "/usr/bin/openshot", line 33
    print "Added %s to system path" % bin_path
                                  ^
SyntaxError: invalid syntax
[Inferior 1 (process 2286) exited with code 01]
(gdb) bt
No stack.
(gdb)