https://bugzilla.novell.com/show_bug.cgi?id=635365 https://bugzilla.novell.com/show_bug.cgi?id=635365#c22 --- Comment #22 from Michal Vyskocil <mvyskocil@novell.com> 2011-01-11 14:36:45 UTC --- Created an attachment (id=407783) --> (http://bugzilla.novell.com/attachment.cgi?id=407783) readlink_recursive patch After short talk with Wolfgang we both agreed the Invalid browser function table is not the issue. The bogus path seems be caused by simple fact 1.) Firefox calls dlopen /usr/lib64/browser-plugins/javaplugin.so 2.) info.dli_fname is /usr/lib64/browser-plugins/javaplugin.so 3.) readlink(info.dli_fname, filename) stores /etc/alternatives/javaplugin into filename 4.) appletviewer_executable = g_strdup_printf ("%s/../../bin/java", dirname (filename)) results to /etc/alternatives/../../bin/java The question is how it was possible have this code working, that ain't work in any case! -- 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.