← Back to team overview

openjdk team mailing list archive

[Bug 359407] Re: Jaunty icedtea6-plugin doesn’t work in Firefox 3.5

 

The bug referred to in my comment #8 and linked against Mozilla Firefox.

I've got a relatively simply patch in the works, although its a slight
kludge.

In  IcedTeaPluginFactory::StartAppletViewer() it will check the run-time
xulrunner platform version and choose the IID to request (from the one
provided by the 1.9.0 headers, or the explicitly coded 1.9.1 IID).

It should make the patch about 8 lines if everything I've read up on,
and checked with the xulrunner dev's on IRC, proves correct.

-- 
Jaunty icedtea6-plugin doesn’t work in Firefox 3.5
https://bugs.launchpad.net/bugs/359407
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in The Mozilla Firefox Browser: New
Status in “firefox-3.5” package in Ubuntu: Confirmed
Status in “openjdk-6” package in Ubuntu: Confirmed
Status in “iceweasel” package in Debian: New

Bug description:
On Jaunty amd64 with icedtea6-plugin 6b14-1.4.1-0ubuntu6, Java applets work in Firefox 3.0, but not in Firefox 3.5.  The following messages show up on the console:

$ firefox-3.5
../IcedTeaPlugin.cc:3852: Error: create process
../IcedTeaPlugin.cc:1662: Error: started appletviewer

(firefox-3.5:13746): GLib-CRITICAL **: g_io_channel_write_chars: assertion `channel != NULL' failed
../IcedTeaPlugin.cc:4061: Error: Failed to write bytes to output channel

(firefox-3.5:13746): GLib-CRITICAL **: g_io_channel_flush: assertion `channel != NULL' failed
../IcedTeaPlugin.cc:4075: Error: Failed to flush bytes to output channel

(firefox-3.5:13746): GLib-CRITICAL **: g_io_channel_write_chars: assertion `channel != NULL' failed
../IcedTeaPlugin.cc:4061: Error: Failed to write bytes to output channel

(firefox-3.5:13746): GLib-CRITICAL **: g_io_channel_flush: assertion `channel != NULL' failed
../IcedTeaPlugin.cc:4075: Error: Failed to flush bytes to output channel



References