Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171883 - x11-libs/qt-3.3.8 segfaults on exit when using mysql DB driver
Summary: x11-libs/qt-3.3.8 segfaults on exit when using mysql DB driver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL: http://www.trolltech.com/developer/ta...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 05:37 UTC by Doug Goldstein (RETIRED)
Modified: 2007-03-29 12:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Source diff between 3.3.8 and 3.3.8-snapshot-20070323 (3.3.8-snapshot-20070323.diff,119.74 KB, patch)
2007-03-23 14:27 UTC, Brad House
Details | Diff
Qt3 MySQL unload crash fix from SUSE (qt3-mysql-unload-crash.diff,1.12 KB, patch)
2007-03-23 14:46 UTC, Brad House
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Goldstein (RETIRED) gentoo-dev 2007-03-23 05:37:57 UTC
https://bugzilla.novell.com/show_bug.cgi?id=251222

http://www.trolltech.com/developer/task-tracker/index_html?id=154194&method=entry

We need that patch for MythTV. I have no idea where to find SUSE source code.
Comment 1 Brad House 2007-03-23 14:27:15 UTC
Created attachment 114127 [details, diff]
Source diff between 3.3.8 and 3.3.8-snapshot-20070323

To reduce the size of the diff as much as possible, I deleted all .html .doc and .3qt files, and ran:

cd qt-x11-commercial-3.3.8-snapshot-20070323
for x in `find  .` ; do
  sed -i -e "s/3.3.8-snapshot-20070323/3.3.8/g" $x
done

Which took out most of the diffs... What's left is just sourcecode changes.
Pull what you need, perhaps there's more fixes in there than this bug.
Comment 2 Brad House 2007-03-23 14:31:34 UTC
actually, after looking at that patch, I don't see anything which could fix this bug ... thought Qt fixed this already?  Guess they haven't.
Comment 3 Brad House 2007-03-23 14:45:44 UTC
Think I found it here:
wget http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/src/qt3-3.3.8-8.src.rpm

rpm2targz qt3-3.3.8-8.src.rpm
tar -zxvpf qt3-3.3.8-8.src.tar.gz

The patch I think is qt3-mysql-unload-crash.diff

I'll attach it.
Comment 4 Brad House 2007-03-23 14:46:27 UTC
Created attachment 114131 [details, diff]
Qt3 MySQL unload crash fix from SUSE
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2007-03-29 11:28:17 UTC
should be in portage as 3.3.8-r1 for a few days now.
Comment 6 Doug Goldstein (RETIRED) gentoo-dev 2007-03-29 12:45:21 UTC
yep. Working great. thanks.