https://bugzilla.novell.com/show_bug.cgi?id=635365 https://bugzilla.novell.com/show_bug.cgi?id=635365#c18 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfgang@rosenauer.org --- Comment #18 from Michal Vyskocil <mvyskocil@novell.com> 2011-01-11 09:24:11 UTC --- (In reply to comment #17)
The full log doesn't say much more than I posted previously. I set ICEDTEA_PLUGIN=true in the environment (I think that is what you intended), and I ran "firefox -g".
No, that's not correct. You have to type ICEDTEA_PLUGIN=true firefox -g or export ICEDTEA_PLUGIN=true firefox -g
% firefox -g -P open *** nss-shared-helper: Shared database disabled (set NSS_USE_SHARED_DB to enable). ERROR: Invalid browser function table. Some functionality may be restricted. /usr/src/packages/BUILD/icedtea6-1.9.2/plugin/icedteanp/IcedTeaNPPlugin.cc:1506:
That seems to me like Firefox, not IcedTeaPlugin bug. From sources 1950 NPError 1951 NP_Initialize (NPNetscapeFuncs* browserTable, NPPluginFuncs* pluginTable) 1952 { 1953 PLUGIN_DEBUG ("NP_Initialize\n"); 1983 // Ensure that the browser function table is large enough to store 1984 // the number of browser functions that we may use. 1985 if (browserTable->size < sizeof (NPNetscapeFuncs)) 1986 { 1987 fprintf (stderr, "ERROR: Invalid browser function table. Some functionality may be restricted.\n"); 1988 } NP_Initialize is Firefox API and is called by browser. It might be caused by mismatch of xulrunner versions used for build of IcedTea plugin and MozillaFirefox. Wolfgang, Petr: I'm right? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.