Closed
Bug 124499
Opened 23 years ago
Closed 23 years ago
websites with flash cause browser to quit unexpectedly
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 124006
People
(Reporter: greggrm, Assigned: srgchrpv)
References
()
Details
Any website that has or requires macromedia flash causes the browser to quit.
"strace mozilla" has this as the last error message:
writev(2, [{"/usr/lib/mozilla/mozilla-bin", 28}, {": ", 2}, {"relocation error",
16}, {": ", 2}, {"/usr/lib/mozilla/plugins/libflas"..., 42}, {": ", 2},
{"undefined symbol: __builtin_vec_"..., 35}, {"", 0}, {"", 0}, {"\n", 1}], 10) = 128
_exit(127)
Contents of /usr/lib/mozilla/plugins:
-rw-r--r-- 1 root root 2363 Feb 15 2001 ShockwaveFlash.class
-rw-r--r-- 1 root root 947992 Feb 15 2001 libflashplayer.so
-rwxr-xr-x 1 root root 18784 Feb 7 20:13 libnullplugin.so
I recompiled the source rpm and installed on Red Hat 7.2 after removing previous
installations of mozilla (with rpm -e mozilla, etc.)
Build #2002020715
Assignee | ||
Comment 1•23 years ago
|
||
did you compile with gcc 3.x?
if so see bug 124006
Assignee: joki → serge
Assignee | ||
Comment 2•23 years ago
|
||
Gregg, don't you think bug 115721 has the same roots?
Reporter | ||
Comment 3•23 years ago
|
||
I did compile this build with gcc-3.1x
I'll try the hack suggested in bug 124006 or d/l a precompiled rpm.
Even though the symptoms are similar to bug 115721, the backtrace looked
different to me and I removed all plugins then reinstalled only libflashplayer.so
Reporter | ||
Comment 4•23 years ago
|
||
I installed the precompiled rpm, mozilla-0.9.8.i386 for Red Hat 7.x
Mozilla now has no trouble with the Flash animations.
I guess it was my gcc-3.1 :(
Comment 5•23 years ago
|
||
Marking dupe of bug 124006.
Reporter, please reopen if you disagree.
*** This bug has been marked as a duplicate of 124006 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•