openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #14085
[Bug 902115] Re: OpenLP will not start on Fedora 16 with Impress enabled
It's not python-qt4, it's QT4 itself. I've attached the code that proves
it. It's pretty much a C++ version of the python program I posted
earlier. It runs fine in openSUSE 12.1 and crashes in openSUSE 12.2 in
the exact same way the python example and OpenLP crash.
To build it you'll need your distro's C++ and QT4 development packages.
Follow these steps to build
mkdir qprocess_c++_test
cd qprocess_c++_test
<Put the file in this directory>
qmake -project
qmake qprocess_c++_test.pro
make
** Attachment added: "C++ Program exhibiting crash"
https://bugs.launchpad.net/openlp/+bug/902115/+attachment/2764682/+files/qprocess_c%2B%2B_test.cpp
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/902115
Title:
OpenLP will not start on Fedora 16 with Impress enabled
Status in OpenLP - Worship Presentation Software:
Confirmed
Bug description:
On Fedora 16 (GNOME) fresh install (from repos) when I attempt to open
OpenLP for the first time. I make it to the language selection then
Fedora gives me this: Process /usr/bin/python was killed by signal 6
(SIGABRT). That didn't really help me much so I ran in debug mode and
have attached openlp.log also.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/902115/+subscriptions
References