I created a packaging of my app on Ubuntu 13.04 using pyinstaller. The app crashes on startup on Ubuntu 13.10.
I think it is packaged correctly because the package starts and runs on a clean 13.04 virtual machine. (I tried also on a clean Debian VM, but that fails because Debian glibc is too old.) (An earlier version of my app also was packaging correctly on OSX and Windows.) When packaged with the --debug option to pyinstaller, the last line is approximately: RUNNING SCRIPTS, which I interpret to mean: executing the Python interpreter. When I start the package in gdb on 13.10, the trace is not very useful, approximately: segfault in __kernel_vsyscall, ..., pyi_utils_create_child() I suspect it is a problem with glibc? Please advise how to debug. I think I need to compile Python with debug symbols, package that version of Python, and try again in gdb so that I get a better stack trace. My app uses PyQt and Qt. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
