Closed Bug 138042 Opened 23 years ago Closed 23 years ago

loading website and popup freezes browser

Categories

(SeaMonkey :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 58339

People

(Reporter: benson, Assigned: Matti)

References

()

Details

Loading website and popup freezes browser.  Works fine on Netscape Communicator.
Benson, could you please provide some more information?

1) What build are you using?
2) Do you have the Flash plugin installed?
3) Were you playing mp3s or anything like that when you went to this site?

Please see http://www.mozilla.org/quality/bug-writing-guidelines.html for the
sorts of information that is needed in a bug report....
Sure, I can provide more information...

1) What build are you using?
I'm running Mozilla build 2002041507 on RedHat 7.2.

2) Do you have the Flash plugin installed?
Yes, I had installed the flash plugin from the macromedia site.  I downloaded
the gziped file and moved the libflashplayer.so and ShockwaveFlash.class to my
/usr/local/mozilla/plugins directory.

[bchen@hulk plugins]$ pwd
/usr/local/mozilla/plugins
[bchen@hulk plugins]$ ls -la
total 964
drwxr-xr-x    2 root     root         4096 Apr 16 10:04 ./
drwxr-xr-x    9 root     root         4096 Apr 15 11:56 ../
-rw-r--r--    1 root     root       948056 Apr 16 10:15 libflashplayer.so
-rwxr-xr-x    1 root     root        19396 Apr 15 08:32 libnullplugin.so*
-rw-r--r--    1 root     root         2363 Apr 16 10:15 ShockwaveFlash.class

3) Were you playing mp3s or anything like that when you went to this site?
I usually have StarOffice, Visual SlickEdit, and DvVisualizer running but I
don't play mp3s.

I have been able to reproduce the frozen Mozilla consistently by going to
http://www.z-buy.com.  In fact, I've tried some other flash enabled sites and it
would freeze as well.
Reporter:
could it be bug 58339 ?
This is almost certainly bug 58339.... Could you please run:

lsof | grep "dsp"

(lsof may live in /usr/sbin and not be in your PATH)

and see whether anything has /dev/dsp open? The program name would be in the
first column of the lsof output...
Yeah, it looks like I had an artsd daemon running... not quite sure what uses
that.  Anyway, I went ahead and killed it and now Mozilla can load up that page
just fine.  Thanks!

[bchen@hulk plugins]$ lsof | grep "dsp"
artsd      1244 bchen    6w   CHR       14,3              229663 /dev/dsp
[bchen@hulk plugins]$ ps -Af | grep artsd
bchen     1244     1  0 Apr04 ?        00:14:32 /usr/bin/artsd -F 10 -S 4096 -s
bchen    16966     1  0 12:32 ?        00:00:04 artsd -F 10 -S 4096 -s 60 -m art
bchen    16970 16966  0 12:32 ?        00:00:00 artsd -F 10 -S 4096 -s 60 -m art
bchen    17071  8415  0 12:40 pts/0    00:00:00 grep artsd
[bchen@hulk plugins]$ killall -9 artsd
[bchen@hulk plugins]$ ps -Af | grep artsd
bchen    17075  8415  0 12:42 pts/0    00:00:00 grep artsd

*** This bug has been marked as a duplicate of 58339 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Great.  :)  Good to know it works for you.

artsd is a sound daemon that lets multiple programs talk to the sound device at
once without blocking (it multiplexes the streams).  Unfortunately, that means
it itself has to hold the sound device open....  You could make Mozilla use
artsd (not sure how that's done, but there are howtos on this) and that would
also eliminate the hang.

Thanks for your quick responses, btw!
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.