Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127580 - qt-3.3.6 error with stack protector
Summary: qt-3.3.6 error with stack protector
Status: RESOLVED DUPLICATE of bug 126896
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-25 17:02 UTC by Marek Szuba
Modified: 2006-03-25 17:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Szuba archtester gentoo-dev 2006-03-25 17:02:20 UTC
Qt version 3.3.6 has got problems with -fstack-protector of gcc-3.4. I have noticed this issue on AMD64, but perhaps it affects other architectures as well. Earlier versions worked fine.

The exact error looks as follows:

$ someqtapp
someqtapp: stack smashing attack in function void QPainter::setWorldMatrix(const QWMatrix&, bool)()
Aborted

It is triggered by an attempt to draw a window, so sometimes it is possible to actually launch a Qt app (e.g. one can start Psi when its docking mode is enabled and it's configured not to show the roster window by default). Not that it helps much, considering this is a GUI library...

Let me know if you need any more information.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-25 17:09:31 UTC

*** This bug has been marked as a duplicate of 126896 ***