allyarellano / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Firefox crash when browsing http://www.taalklas.nl #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem:
1. Enter http://www.taalklas.nl
2. Register.
3. Do the exercises until the browser crashes.

I get the following error:
Entering list_parse_qml localsize = 19278
Item 
src =
http://www.taalklas.nl/code/content/_audio/De-muis-zit-tussen-de-dozen-tussen.mp
3
local = /home/damian/.cache/gnome-mplayer/plugin/gecko-mediaplayerxsmieh.mp3
id = 1
play = 1
path = 
controlid = 0
playerready = 0
newwindow = 0
cancelled = 0
streaming = 0
loop = 0
loopcount = 0
Exiting list_parse_qml
URL Notify /code/content/_audio/De-muis-zit-tussen-de-dozen-tussen.mp3
,0 = 0
http://www.taalklas.nl/code/content/_audio/De-muis-zit-tussen-de-dozen-tussen.mp
3
/home/damian/.cache/gnome-mplayer/plugin/gecko-mediaplayerxsmieh.mp3
/control/63938
New Stream Requested
item is null
stream url
http://www.taalklas.nl/code/content/_audio/De-muis-zit-tussen-de-dozen-tussen.mp
3
Entering destroy stream reason = 1 for
http://www.taalklas.nl/code/content/_audio/De-muis-zit-tussen-de-dozen-tussen.mp
3
Exiting destroy stream reason = 1 for
http://www.taalklas.nl/code/content/_audio/De-muis-zit-tussen-de-dozen-tussen.mp
3
Bus error

Gecko-mediaplayer version: 0.9.6
OS: Gentoo Linux 2.6.30-tuxonice-r5

Additional info:
When using the vlc plugin I don't experience this problem, but the audio
files are truncated. So probably the error has to do with a webpage poorly
designed. But nevertheless I think this shouldn't make the browser crash.

If you need further info please let me know.

Regards.

Original issue reported on code.google.com by damian.o...@gmail.com on 10 Oct 2009 at 9:43

GoogleCodeExporter commented 8 years ago
Works fine in 0.9.8, can you retest with the current version.

Original comment by kdeko...@gmail.com on 10 Oct 2009 at 1:18

GoogleCodeExporter commented 8 years ago
Also you might try running firefox with the -g option to have it run under gdb. 
Type
run at the gdb> prompt and when it crashes type bt so we can see what the 
problem is.

Original comment by kdeko...@gmail.com on 10 Oct 2009 at 1:25

GoogleCodeExporter commented 8 years ago
Fixed in 0.9.8

Original comment by kdeko...@gmail.com on 26 Jan 2010 at 11:32