On Sun, 06 May 2007 20:08:35 +0200
Mario Torre <[EMAIL PROTECTED]> wrote:
> What fails? Can you file a bug report, provide stack traces of the
> errors? Something that could help us to understand the problems and
> try possible solutions. There is no guarantee that we will success,
> maybe these applets use code that is somewhat specific to Sun Java,
> or that Classpath is so broken that we will never be able to fix it,
> but just saying that it does not work, usually does not make it
> working [1] :)
Ok. I think I filled a bug report some time ago, but nobody
replied. I'm insisting on using gcjwebplugin because it's the only way
to use Java plugin with a 64bit system (I migrated my entire system to
64bit, including Firefox and there's no turning back ehhe)
Yes, you're right. I'm used to write complete bug reports, but
I thought nobody would reply. So here we go:
1) segfaults after loading a page with an applet and changing to
another site:
PIPE: applet viewer read:tag http://www.gnu.org/software/classpath/ <EMBED
CODE="Animation.class" CODEBASE="http://www.gnu.org/graphics" HEIGHT="86"
WIDTH="130" ><PARAM NAME="base-name" VALUE="drop"><PARAM NAME="extension"
VALUE="jpg"><PARAM NAME="num-images" VALUE="15"><PARAM NAME="image-sequence"
VALUE="1..10,9,7,5,3,1"><PARAM NAME="frame-delay" VALUE="30"><PARAM
NAME="inner-loop-repeat" VALUE="2"><PARAM NAME="loop-delay"
VALUE="10000"><PARAM NAME="outer-loop-repeat" VALUE="0"></EMBED>
PIPE: applet viewer read:instance-1005-1
PIPE: applet viewer read:handle 27359271
PIPE: applet viewer read:instance-1005-1
PIPE: applet viewer read:width 130
PIPE: applet viewer read:instance-1005-1
PIPE: applet viewer read:height 86
GCJ PLUGIN: thread 0x61d960: GCJ_Destroy
GCJ PLUGIN: thread 0x61d960: plugin_send_message_to_appletviewer
PIPE: plugin wrote destroy
GCJ PLUGIN: thread 0x61d960: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x61d960: plugin_stop_appletviewer
GCJ PLUGIN: thread 0x61d960: plugin_stop_appletviewer return
GCJ PLUGIN: thread 0x61d960: plugin_data_destroy
GCJ PLUGIN: thread 0x61d960: plugin_data_destroy return
GCJ PLUGIN: thread 0x61d960: GCJ_Destroy return
GCJ PLUGIN: thread 0x61d960: NP_Shutdown
GCJ PLUGIN: thread 0x61d960: NP_Shutdown return
PIPE: applet viewer read:destroy
PIPE: applet viewer read:shutdown
appletviewer: exiting plugin appletviewer
/usr/local/lib/firefox-2.0.0.3/run-mozilla.sh: line 131: 1005 Segmentation
fault "$prog" ${1+"$@"}
You think it's a Firefox problem, right? So if I use gdb, I
get the backtrace:
#0 0x00002aaab66f7330 in ?? ()
#1 0x00002b77c52179e7 in g_slice_alloc () from /usr/local/lib/libglib-2.0.so.0
#2 0x00002b77c4128ab5 in gdk_region_rectangle () from
/usr/local/lib/libgdk-x11-2.0.so.0
#3 0x00002b77c412bfcc in gdk_window_invalidate_rect () from
/usr/local/lib/libgdk-x11-2.0.so.0
#4 0x00002aaaab184e06 in nsWindow::Invalidate () from
/usr/local/lib/firefox-2.0.0.3/components/libwidget_gtk2.so
#5 0x00002aaab0ff76cc in nsViewManager::UpdateWidgetArea () from
/usr/local/lib/firefox-2.0.0.3/components/libgklayout.so
#6 0x00002aaab0ffb53b in nsViewManager::UpdateView () from
/usr/local/lib/firefox-2.0.0.3/components/libgklayout.so
#7 0x00002aaab0d6fa67 in nsIFrame::Invalidate () from
/usr/local/lib/firefox-2.0.0.3/components/libgklayout.so
#8 0x00002aaab0e707c6 in nsIFrame::Redraw () from
/usr/local/lib/firefox-2.0.0.3/components/libgklayout.so
#9 0x00002aaab0e866b4 in nsImageBoxFrame::FrameChanged () from
/usr/local/lib/firefox-2.0.0.3/components/libgklayout.so
#10 0x00002aaab152fcaa in imgRequestProxy::FrameChanged () from
/usr/local/lib/firefox-2.0.0.3/components/libimglib2.so
#11 0x00002aaab152d4dd in imgRequest::FrameChanged () from
/usr/local/lib/firefox-2.0.0.3/components/libimglib2.so
#12 0x00002aaab15346e1 in imgContainerGIF::Notify () from
/usr/local/lib/firefox-2.0.0.3/components/libimglib2.so
#13 0x00002b77c30ad39e in nsTimerImpl::Fire () from
/usr/local/lib/firefox-2.0.0.3/libxpcom_core.so
#14 0x00002b77c30adc2a in handleTimerEvent () from
/usr/local/lib/firefox-2.0.0.3/libxpcom_core.so
#15 0x00002b77c30a9819 in PL_HandleEvent () from
/usr/local/lib/firefox-2.0.0.3/libxpcom_core.so
#16 0x00002b77c30a9aba in PL_ProcessPendingEvents () from
/usr/local/lib/firefox-2.0.0.3/libxpcom_core.so
#17 0x00002b77c30ab73b in nsEventQueueImpl::ProcessPendingEvents () from
/usr/local/lib/firefox-2.0.0.3/libxpcom_core.so
#18 0x00002aaaab18b892 in event_processor_callback () from
/usr/local/lib/firefox-2.0.0.3/components/libwidget_gtk2.so
#19 0x00002b77c52021ec in g_main_context_dispatch () from
/usr/local/lib/libglib-2.0.so.0
#20 0x00002b77c520501d in g_main_context_iterate () from
/usr/local/lib/libglib-2.0.so.0
#21 0x00002b77c52052f9 in g_main_loop_run () from
/usr/local/lib/libglib-2.0.so.0
#22 0x00002b77c3ca9752 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0
#23 0x00002aaaab18bc45 in nsAppShell::Run () from
/usr/local/lib/firefox-2.0.0.3/components/libwidget_gtk2.so
#24 0x00002aaaab95de6e in nsAppStartup::Run () from
/usr/local/lib/firefox-2.0.0.3/components/libtoolkitcomps.so
#25 0x000000000040a4c9 in XRE_main ()
#26 0x00002b77c5d222e4 in __libc_start_main () from /lib64/libc.so.6
#27 0x0000000000405779 in _start ()
But this is a Firefox problem, right? So there's nothing you
can do, right?
> An hint, have you tried to load the applet with gappletviewer?
The problem is that the applet is showed but I don't know how
to get it. Is this the code which shows the applet?
<div id="layerCriptApplet" style="position:absolute; width:0px; height:0px;
z-index:1; left:-2px; top:-2px;">
<!--applet code="scopuscriptapplet.class" width="2" height="2"
name="scopuscriptapplet" codebase="/scripts/ib2k1.dll/APPLET" MAYSCRIPT
VIEWASTEXT-->
<applet code="Qz5B0MsGKq7RiToXu.class" width="2" height="2"
name="Qz5B0MsGKq7RiToXu" codebase="/scripts/ib2k1.dll/APPLET" MAYSCRIPT
VIEWASTEXT>
<PARAM name="R" value="255"><PARAM name="G" value="255"><PARAM name="B"
value="255">
</applet>
</div>
The site is wwwss.bradesco.com.br and it's secured. How can I
download it?
> [1] It seems that this only happen to me, sometimes programs that
> refuse to work for some unknown reason work again after a cup of
> coffe... or viceversa...
eheheheh for me it doesn't work eheh
--