Bug 148279 - Scribus crashes on startup, has to be linked with -rdynamic
Summary: Scribus crashes on startup, has to be linked with -rdynamic
Status: RESOLVED FIXED
: 147449 (view as bug list)
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 2
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Stanislav Brabec
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 15:12 UTC by Stefan Brüns
Modified: 2006-02-23 18:02 UTC (History)
2 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Brüns 2006-02-05 15:12:53 UTC
Scribus plugins use several symbols of the main Scribus application, which are removed during linking when no "-rdynamic" switch is used for the linker. During startup the plugins are loaded, symbols cant be resolved and scribus crashes.
Comment 1 Michael Gross 2006-02-06 11:16:56 UTC
Please be a bit more verbosive, which modules and packages do you mean exactly?
Comment 2 Stefan Brüns 2006-02-06 14:59:47 UTC
Package scribus, at least arch i586.
Plugins are part of package scribus, located under /usr/lib/scribus/plugins
Missing symbols should be in /usr/bin/scribus, but are removed during linking (scribus.o, which gets linked to scribus, has these symbols)
-----------
/usr/lib/scribus/plugins/libimportps.so.0.0.0: undefined symbol: _ZTV10ScriXmlDoc
/usr/lib/scribus/plugins/liboodrawimp.so.0.0.0: undefined symbol: _ZTV10ScriXmlDoc
scribus: symbol lookup error: /usr/lib/scribus/plugins/libpreview.so.0.0.0: undefined symbol: _ZN10ScribusApp11SetKeyEntryEi7QStringii
Comment 3 Stanislav Brabec 2006-02-20 16:40:34 UTC
Removed linkflag= from make in scribus.spec.
Comment 4 Stanislav Brabec 2006-02-23 18:02:43 UTC
*** Bug 147449 has been marked as a duplicate of this bug. ***