Silverlight 5.1 crashes Wine in SeaMonkey 2.31

Bug #1403044 reported by Keith Bowes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pipelight
New
Undecided
Unassigned

Bug Description

It worked fine in SeaMonkey 2.30, but it started crashing upon the upgrade to SeaMonkey 2.31. If I downgrade to SeaMonkey 2.30, it works again. Silverlight 5.0 works OK in SeaMonkey 2.31, so I've downgraded the plugin instead of the browser. From a web search, it seems that people are having the same problem in Firefox 24, but I couldn't find the problem already reported here or in Mozilla's bug tracker.

Revision history for this message
Keith Bowes (zooplah) wrote :
Revision history for this message
Keith Bowes (zooplah) wrote :

I've isolated the problem. In the config file, the following line causes the problem:
replaceJavascript = window.navigator = __pipelight_navigator

Everything works fine when I replace it with
replaceJavascript = window.navigator.userAgent = __pipelight_navigator.userAgent

Revision history for this message
Michael Müller (mqchael) wrote :

Hi,

you can basically comment these javascript lines if you are using a proper user agent switcher. Nevertheless, this seems to be a SeaMonkey bug since a browser should never crash because of javascript. Looks like SeaMonkey does not properly handle the case when the window.navigator object is exchanged with a different object.

I would recommend to put the same javascript snippet into a regular HTML file and see whether SeaMonkey crashes when you try to open it. If this is the case you should fill a bug in their bug tracker.

Michael

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.