Hi.
I tried to include 1f39650 commit[1] to QT from Trinity 3.5.13. Compilation went without problems. But after installing an updated version of QT began to fall almost all programs.
Please, you have some advice? 1f39650 depends on a previous commits? Should I report it as a separate bug? Backtrace attached...
[1] commit 1f39650: [Qt3] Initialize Qt X11 When threading threading is enabled This closes Bug 812
Slavek --
On 8 February 2012 12:20, Slávek Banko slavek.banko@axis.cz wrote:
Hi.
I tried to include 1f39650 commit[1] to QT from Trinity 3.5.13. Compilation went without problems. But after installing an updated version of QT began to fall almost all programs.
Please, you have some advice? 1f39650 depends on a previous commits? Should I report it as a separate bug? Backtrace attached...
[1] commit 1f39650: [Qt3] Initialize Qt X11 When threading threading is enabled This closes Bug 812
Slavek
If this is after an ABI change ( I think it is ) you'll need to recompile those programs to get it to work correctly.
thats a total guess though.
Calvin
Dne st 8. února 2012 Calvin Morrison napsal(a):
If this is after an ABI change ( I think it is ) you'll need to recompile those programs to get it to work correctly.
thats a total guess though.
Calvin
I deliberately downloaded the QT source code from Trinity 3.5.13 - before ABI change - Squeeze with Trinity 3.5.13 in sources.list:
apt-get source qt-x11-free
qt-x11-free_3.3.8d-0ubuntu0+sr73+pr181~squeeze.tar.gz qt-x11-free_3.3.8d-0ubuntu0+sr73+pr181~squeeze.dsc
Slavek --
Hi.
I tried to include 1f39650 commit[1] to QT from Trinity 3.5.13. Compilation went without problems. But after installing an updated version of QT began to fall almost all programs.
Please, you have some advice? 1f39650 depends on a previous commits? Should I report it as a separate bug? Backtrace attached...
[1] commit 1f39650: [Qt3] Initialize Qt X11 When threading threading is enabled This closes Bug 812
That is odd. Are you sure that this was the only change to Qt3? Which distribution/version are you noticing the crash on?
Please do not file a bug report unless the issue can be reproduced with a clean installation of TDE from GIT or the Nightly Builds.
Tim
Dne st 8. února 2012 Timothy Pearson napsal(a):
That is odd. Are you sure that this was the only change to Qt3? Which distribution/version are you noticing the crash on?
Please do not file a bug report unless the issue can be reproduced with a clean installation of TDE from GIT or the Nightly Builds.
Tim
I have Squeeze, XOrg from squeeze-backports, Trinity 3.5.13 and updated packages from my PPA. Before installing QT compiled with 1f396502 commit everything works fine. After updating to QT containing commit 1f396502 programs crash.
After all, that's why I removed QT version 'ax2' from my PPA. In 'ax1', although the patch was attached, but was not applied - I forgot to write it into a 'series'. The six lines added in commit 1f396502 really have unexpectedly large impact :)
Sorry, but because I want to prepare an update for 3.5.13, so I have not tried the Nightly Builds.
Slavek --