On 29 March 2016 08:52:01 EEST, "Marc J. Driftmeyer" <m...@reanimality.com> wrote: >Let me know if I'm in the ball park on this one: > >mdriftmeyer@horus:~/tmp-files$ PYTHONHOME=/usr strace -o strace.out.txt > >gdb /usr/bin/python3.5 -ex "set environ PYTHONHOME=$PYTHONHOME" -ex >"set >environ LD_LIBRARY_PATH=$LD_LIBRARY_PATH" -ex "r /usr/bin/pitivi" >GNU gdb (Debian 7.10-1+b1) 7.10 >Copyright (C) 2015 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". >Type "show configuration" for configuration details. >For bug reporting instructions, please see: ><http://www.gnu.org/software/gdb/bugs/>. >Find the GDB manual and other documentation resources online at: ><http://www.gnu.org/software/gdb/documentation/>. >For help, type "help". >Type "apropos word" to search for commands related to "word"... >Reading symbols from /usr/bin/python3.5...(no debugging symbols >found)...done. >Setting environment variable "PYTHONHOME" to null value. >Starting program: /usr/bin/python3.5 /usr/bin/pitivi >[Thread debugging using libthread_db enabled] >Using host libthread_db library >"/lib/x86_64-linux-gnu/libthread_db.so.1". >Fatal Python error: Py_Initialize: Unable to get the locale encoding >ImportError: No module named 'encodings' > >Current thread 0x00007ffff7f8c700 (most recent call first): > >Program received signal SIGABRT, Aborted. >0x00007ffff6d04478 in __GI_raise (sig=sig@entry=6) at >../sysdeps/unix/sysv/linux/raise.c:55 >55 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. >(gdb) > >On 03/27/2016 01:40 AM, Sebastian Dröge wrote: >> On Sa, 2016-03-26 at 17:42 -0700, Marc J. Driftmeyer wrote: >>> I unfortunately had not tested Pitivi of late. I'll see if I can run >>> a debug set up and get back to you. >> Thanks! For me pitivi still runs fine with the latest versions of >> everything.
Yes, now please get a back trace by writing "bt" in gdb. This time you didn't get a segfault though, just an assertion.