Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3626 - Macromedia Flash Plugin crashes Mozilla
Summary: Macromedia Flash Plugin crashes Mozilla
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 09:54 UTC by Jarred Barber
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
Here's a hack to make it work (moz+flash+gcc3.1.tar.gz,5.63 KB, application/x-tgz)
2002-06-18 22:40 UTC, Doug Goldstein (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jarred Barber 2002-06-11 09:54:24 UTC
When visiting a website with Flash on it, Mozilla crashes with:

/usr/lib/mozilla/mozilla-bin: relocation error:
/usr/lib/mozilla/plugins/libflashplayer.so: undefined symbol: __builtin_vec_new

I have a feeling this has to do with merging mozilla with GCC 3.1 (I've compiled
Mozilla 1.0-r2 on GCC 3.1-r6)
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2002-06-14 16:41:20 UTC
I have a fix to the problem already based on some comments posted on Mozilla's 
Bugzilla page. However the solution isn't all that workable for users so I'm 
gonna intergrate it in a patch and post it here soon. 
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2002-06-18 22:40:24 UTC
Created attachment 1605 [details]
Here's a hack to make it work

Extract this into /usr/lib/mozilla/ It will extract libc++mem.so and
run-mozilla.sh (overwriting the old one) and you'll be good to go.
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-07-09 01:07:26 UTC
mozilla-1.0-r3 (masked) fixes this, please test and contact Azarah.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-15 15:44:04 UTC
Any success with mozilla-1.0-r3 ?  Works fine here (except for java plugin, but
that is another story).
Comment 5 Andreas Kotowicz 2002-07-22 04:01:52 UTC
works fine here. can someone make this patch also work for galeon?
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-22 13:52:13 UTC
Hrm, it should work fine, as galeon uses mozilla's backend to load the plugins.
If I remember correctly, it worked fine here.
Comment 7 Andrew Sayman 2002-07-22 16:33:41 UTC
I no longer get the flash crash using mozilla-r3. This is resolved for me.
Comment 8 Doug Goldstein (RETIRED) gentoo-dev 2002-07-25 18:30:00 UTC
This is a known issue because of the changes in the C++ ABI. We do however have
a patch in the latest Mozilla-1.0-r3 release so it should be fixed.