I am currently using 1.5.3

I added the gwt-log to the xml:
<!-- Add gwt-log support, default level `DEBUG` -->
<inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG" />
<set-property name="log_RemoteLogger" value="ENABLED" />
<set-property name="log_WindowLogger" value="ENABLED" />

The code:

Log.debug("The problem starts here:");
Window.open(event.getRecord().getAttribute("url"), "_blank","");


Whenever the attribute "url" holds https page like "https://
test.server.com/test.jpg" the whole thing crashes.

My Eclipse Console tab shows the following message:

============= gwt-log-2.5.3 =============Thu Jan 29 09:03:43 CET
2009=============
[DEBUG] The problem starts here:
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00b15380, pid=3686, tid=2668067728
#
# Java VM: Java HotSpot(TM) Server VM (11.0-b15 mixed mode linux-x86)
# Problematic frame:
# C  [libpthread.so.0+0x7380]  pthread_mutex_lock+0x20
#
# An error report file with more information is saved as:
# /afs/psi.ch/user/h/huebner/workspace/idok/hs_err_pid3686.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

I cant find any logs besides the hs_err_pid*.logs.
Is there anything else I should enable?

olivier FRESSE wrote:
> never seen that...
> What's your GWT version, and can you post the log trace ?
>
> 2009/1/27 Florian <[email protected]>
>
> >
> > Hello everyone,
> > Whenever I try to run or debug my JVM crashes when GWT development
> > browser tries to access a https page. Probably the credentials are
> > missing butt a crash seems to be a rather odd reaction to that...
> > Anybody ever noticed some similar problems?
> >
> > best regards
> > Florian
> >
> > >
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to