Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153880 - app-office/openoffice-bin-2.0.4 crash, if using app-i18n/scim.
Summary: app-office/openoffice-bin-2.0.4 crash, if using app-i18n/scim.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 114480 148753
  Show dependency tree
 
Reported: 2006-11-02 17:14 UTC by Shunichi Fuji
Modified: 2007-09-19 13:55 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.text,3.29 KB, text/plain)
2006-11-02 17:15 UTC, Shunichi Fuji
Details
report output when openoffice crash (.crash_report_frames,966 bytes, text/plain)
2006-11-02 17:16 UTC, Shunichi Fuji
Details
ebuild adding --enable-ld-version-script (scim-1.4.5.ebuild,3.28 KB, text/plain)
2006-11-02 17:23 UTC, Shunichi Fuji
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shunichi Fuji 2006-11-02 17:14:12 UTC
Openoffice crash during splash screen, and Dumped .crash_report_frame.
According to this file, cause for crash is scim related.

However I found scim configure option, --enable-ld-version-script.
This was improvement for this crash by using local overlay.

I suggest make default this option to resolve C++ ABI.
Also other "-bin" apps will work fine more.

# Installed ebuild (related)
app-i18n/scim-1.4.5
app-i18n/scim-anthy-1.2.1
app-i18n/scim-qtimm-0.9.4
Comment 1 Shunichi Fuji 2006-11-02 17:15:42 UTC
Created attachment 101108 [details]
emerge --info
Comment 2 Shunichi Fuji 2006-11-02 17:16:32 UTC
Created attachment 101109 [details]
report output when openoffice crash
Comment 3 Shunichi Fuji 2006-11-02 17:22:20 UTC
export env 

### SCIM
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
export XIM_PROGRAM="scim -d"
export XMODIFIERS=@im=SCIM
LANG="ja_JP.utf8" scim -d &
Comment 4 Shunichi Fuji 2006-11-02 17:23:41 UTC
Created attachment 101110 [details]
ebuild adding --enable-ld-version-script
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-11-03 01:13:19 UTC
Dupe of Bug 92869, nothing that could be in OO.org, sending to cjk folks.
Comment 6 email_deleted_GqKU 2006-11-03 01:36:37 UTC
For information about "--enable-ld-version-script" in other distributions:

http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166041
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182177
https://bugzilla.novell.com/show_bug.cgi?id=85416

So the switch is used in other distributions, but it does not seem to solve everything without some work around libstdc++, which was done on Red Hat, but I have no idea if and how it can be used on Gentoo Linux...
Comment 7 Mamoru KOMACHI (RETIRED) gentoo-dev 2006-11-06 09:08:31 UTC
Thanks for the information. 
I added --enable-ld-version-script to econf.
Hope this will benefit everyone.