[malo@archBox ~]$ gdb python GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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 "i686-pc-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/python...(no debugging symbols found)...done. (gdb) run /usr/lib/py pygtk/ python2.6/ (gdb) run /usr/lib/py pygtk/ python2.6/ (gdb) run /usr/lib/py pygtk/ python2.6/ (gdb) run /usr/lib/python2.6/site-packages/openshot/openshot.py Starting program: /usr/bin/python /usr/lib/python2.6/site-packages/openshot/openshot.py [Thread debugging using libthread_db enabled] -------------------------------- OpenShot (version 1.2.2) -------------------------------- Process no longer exists: 28889. Creating new pid lock file. [New Thread 0xb68f0b70 (LWP 28922)] Program received signal SIGSEGV, Segmentation fault. 0xb7b5972e in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0 (gdb) bt #0 0xb7b5972e in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0 #1 0xb77450d7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #2 0xb7c035c8 in g_object_set_property () from /usr/lib/libgobject-2.0.so.0 #3 0xb7734ba5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #4 0xb75443a8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #5 0xb7544c85 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #6 0xb754675b in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #7 0xb7b58b0f in g_markup_parse_context_parse () from /usr/lib/libglib-2.0.so.0 #8 0xb7546b03 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #9 0xb754279b in gtk_builder_add_from_file () from /usr/lib/libgtk-x11-2.0.so.0 #10 0xb79382fb in ?? () from /usr/lib/python2.6/site-packages/gtk-2.0/gtk/_gtk.so #11 0xb7ed48d8 in PyCFunction_Call () from /usr/lib/libpython2.6.so.1.0 #12 0xb7f2c7a8 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #13 0xb7f2e4dd in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #14 0xb7ec2cb0 in function_call () from /usr/lib/libpython2.6.so.1.0 #15 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #16 0xb7ead549 in instancemethod_call () from /usr/lib/libpython2.6.so.1.0 #17 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #18 0xb7f2b5f8 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #19 0xb7f2e4dd in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #20 0xb7ec2cb0 in function_call () from /usr/lib/libpython2.6.so.1.0 #21 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #22 0xb7ead549 in instancemethod_call () from /usr/lib/libpython2.6.so.1.0 #23 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #24 0xb7f276b4 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.6.so.1.0 #25 0xb7eacd55 in PyInstance_New () from /usr/lib/libpython2.6.so.1.0 #26 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #27 0xb7f2c293 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #28 0xb7f2e4dd in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #29 0xb7ec2cb0 in function_call () from /usr/lib/libpython2.6.so.1.0 #30 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #31 0xb7ead549 in instancemethod_call () from /usr/lib/libpython2.6.so.1.0 #32 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #33 0xb7f276b4 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.6.so.1.0 #34 0xb7eacd55 in PyInstance_New () from /usr/lib/libpython2.6.so.1.0 #35 0xb7e99f6c in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #36 0xb7f2c293 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #37 0xb7f2cdf5 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #38 0xb7f2e4dd in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #39 0xb7f2e5f3 in PyEval_EvalCode () from /usr/lib/libpython2.6.so.1.0 #40 0xb7f4800b in run_mod () from /usr/lib/libpython2.6.so.1.0 #41 0xb7f480d2 in PyRun_FileExFlags () from /usr/lib/libpython2.6.so.1.0 #42 0xb7f496dc in PyRun_SimpleFileExFlags () from /usr/lib/libpython2.6.so.1.0 #43 0xb7f49f82 in PyRun_AnyFileExFlags () from /usr/lib/libpython2.6.so.1.0 #44 0xb7f56407 in Py_Main () from /usr/lib/libpython2.6.so.1.0 #45 0x08048557 in main ()