Bug? (GWT1.7 Linux SMP PAE)

2009-10-25 Thread Math2Gold
1.5 runs on this platform is perfect. but 1.7 crashed --- T H R E A D --- Current thread (0x08f79000): JavaThread CompilerThread0 daemon [_thread_in_native, id=8994, stack(0x00879000,0x008fa000)] siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR),

Re: Bug? (GWT1.7 Linux SMP PAE)

2009-10-25 Thread Math2Gold
Changed a VM,it's ok now. On Oct 25, 10:20 pm, Math2Gold math2g...@gmail.com wrote: 1.5 runs on this platform is perfect. but 1.7 crashed ---  T H R E A D  --- Current thread (0x08f79000):  JavaThread CompilerThread0 daemon [_thread_in_native, id=8994, stack

Re: How to avoid RequestPermissionException exception in GWT 1.5?

2009-02-17 Thread Math2Gold
Could add a second host arg for GWTShell? if a file can't be found on localdisk (localhost:) the GWTShell could load file from second host as a proxy. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

GWT AJAX JSON on firefox not well form error.how to solve?

2009-02-15 Thread Math2Gold
load a local json text file on firefox by ajax would get not well form error msg. to solve this problem on javascript is comment out this command: xmlHttpObject.overrideMimeType('text/xml'); but GWT bundle all code in RequestBuilder, developers can't changed js code directly if they don't like