Closed
Bug 200817
Opened 23 years ago
Closed 23 years ago
browser crash starting render the page
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 198315
People
(Reporter: max.panichi, Assigned: blizzard)
References
(
URL
)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313
I chooosed two pages where the browser crash after it starts to visualize the
html page http://www.salutebenessere.tv http://www.rscomponenti.it
Reproducible: Always
Steps to Reproduce:
1. get the url
2. wait
3.
Actual Results:
browser crash
here is the output of strace
mprotect(0x41e53000, 655360, PROT_READ|PROT_WRITE) = 0
mprotect(0x41e53000, 655360, PROT_READ|PROT_EXEC) = 0
access("/dev/dsp", W_OK) = 0
open("/dev/dsp", O_WRONLY) = 22
ioctl(22, SNDCTL_DSP_RESET, 0) = 0
ioctl(22, SNDCTL_DSP_NONBLOCK, 0xbfff8b3c) = 0
ioctl(22, SNDCTL_DSP_SETFRAGMENT, 0xbfff8b3c) = 0
ioctl(22, SNDCTL_DSP_GETCAPS, 0xbfff8b38) = 0
ioctl(22, SOUND_PCM_READ_BITS, 0xbfff8b34) = 0
ioctl(22, SNDCTL_DSP_STEREO, 0x41f32140) = 0
ioctl(22, SOUND_PCM_READ_RATE, 0x41f3213c) = 0
fcntl64(22, F_GETFL) = 0x801 (flags O_WRONLY|O_NONBLOCK)
fcntl64(22, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
close(22) = 0
writev(2, [{"/usr/lib/mozilla-1.3/mozilla-bin", 32}, {": ", 2}, {"relocation
error", 16}, {": ", 2}, {"/usr/lib/mozilla/plugins/libflas"..., 42}, {": ", 2},
{"undefined symbol: __builtin_vec_"..., 35}, {"", 0}, {"", 0}, {"\n", 1}], 10) = 132
_exit(127) = ?
Comment 1•23 years ago
|
||
1st URL WFM 2003040105 PC/WinXP
2nd URL could not be found
Comment 2•23 years ago
|
||
Could be plug-ins, but more likely just a gtk2 problem....
Please reassign to plug-ins if you are not using an RPM build.
Assignee: asa → blizzard
Comment 4•23 years ago
|
||
writev(2, [{"/usr/lib/mozilla-1.3/mozilla-bin", 32}, {": ", 2}, {"relocation
error", 16}, {": ", 2}, {"/usr/lib/mozilla/plugins/libflas"..., 42}, {": ", 2},
{"undefined symbol: __builtin_vec_"..., 35}, {"", 0}, {"", 0}, {"\n", 1}], 10) = 132
this is Mozilla trying to write an informative message to your terminal:
/usr/lib/mozilla-1.3/mozilla-bin: relocation error:
/usr/lib/mozilla/plugins/libflashplayer.so: undefined symbol:
__builtin_vec_new
you're using flash5 with a gcc-3.2-compiled Mozilla which will not work. grab
flash6 from www.macromedia.com
dupe of "gtk2 build crash with flash 5"
*** This bug has been marked as a duplicate of 198315 ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•