https://bugzilla.novell.com/show_bug.cgi?id=635365 https://bugzilla.novell.com/show_bug.cgi?id=635365#c13 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P4 - Low |P2 - High Status|REOPENED |ASSIGNED --- Comment #13 from Michal Vyskocil <mvyskocil@novell.com> 2010-12-06 15:56:30 UTC --- The code on IcedTeaNPPlugin.cc:1506 contains 1505 PLUGIN_ERROR_TWO ("Failed to spawn applet viewer", 1506 channel_error->message); and 81 #define PLUGIN_ERROR_TWO(first, second) \ 82 g_printerr ("%s:%d: thread %p: Error: %s: %s\n", __FILE__, __LINE__, \ 83 g_thread_self (), first, second) so /usr/src/packages/BUILD/icedtea6-1.9.2/plugin/icedteanp/IcedTeaNPPlugin.cc is expanded __FILE__ macro. That means this is a cosmetics, because this file is built with -c <absolute_path> Will need to review a code path above. -- 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.