Closed
Bug 460096
Opened 17 years ago
Closed 17 years ago
firefox crashes when playing simple <video> on Fedora 8
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: blizzard, Unassigned)
References
()
Details
(Keywords: crash)
Testing on the 3.1b1 final build on Linux from mozilla.org.
I'm getting a crash when visiting this url and playing the video:
http://people.mozilla.com/~vladimir/mdemos/video1.html
Here's a crash report:
http://crash-stats.mozilla.com/report/pending/506e5ee8-9aec-11dd-b40a-001cc45a2c28
Looks like it's sound-related. There's an error on the console right before the crash:
firefox-bin: pcm_params.c:2333: sndrv_pcm_hw_params: Assertion `err >= 0' failed.
| Reporter | ||
Comment 1•17 years ago
|
||
I tried this in my Ubuntu 8.04 VM and it seems to work fine. So it might be a linking and/or distro-specific issue.
Chris, have you seen problems on newer Fedora releases? I don't have one handy.
For Chris I just want to make sure this won't hurt for older RHEL releases, or for Alexander for older LTS releases.
Comment 3•17 years ago
|
||
0 @0x110402
1 libc-2.7.so libc-2.7.so@0x2af90
2 libc-2.7.so libc-2.7.so@0x2293d
3 libasound.so.2.0.0 libasound.so.2.0.0@0x506e9
4 libasound.so.2.0.0 libasound.so.2.0.0@0x4ad90
5 libasound.so.2.0.0 libasound.so.2.0.0@0x4b002
6 libxul.so sa_stream_open media/liboggplay_audio/sydney_audio_alsa.c:186
7 libxul.so nsAudioStream::Init content/media/video/src/nsAudioStream.cpp:93
8 libxul.so nsOggDecoder::OpenAudioStream content/media/video/src/nsOggDecoder.cpp:611
9 libxul.so nsOggDecoder::StartPresentationThread content/media/video/src/nsOggDecoder.cpp:718
10 libxul.so nsRunnableMethod<nsOggDecoder>::Run content/media/video/src/nsOggDecoder.cpp:264
11 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:510
12 libxul.so NS_ProcessNextEvent_P nsThreadUtils.cpp:227
13 libxul.so nsThread::ThreadFunc xpcom/threads/nsThread.cpp:254
14 libnspr4.so _pt_root nsprpub/pr/src/pthreads/ptthread.c:221
15 libpthread-2.7.so libpthread-2.7.so@0x550a
Severity: normal → critical
Comment 4•17 years ago
|
||
Not reproducible for me on Windows XP latest trunk.
Comment 5•17 years ago
|
||
This should be fixed with Bug 461135 having landed. Can anyone confirm if it still happens on Fedora?
| Reporter | ||
Comment 6•17 years ago
|
||
Lookin' good here. Marking fixed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•