I'm still getting the crash with today's build.
Can you be more specific about running in compiled mode?
I'm running this in dev mode in eclipse Juno.
I updated the libraries, recompiled the source and flushed the browser cache.
I brought up the SGWT developer console.
SmartClient Version: SNAPSHOT_v9.0d_2013-05-01/LGPL Development Only (built 2013-05-01)
The funny thing is, the crash doesn't get displayed in the Log messages tab...
Yet FireFox says there's a crash and the eclipse development mode tab spewed the following.
You're right though, the earlier crashes I saw listed actual JS calls.
I had tried walking through some of this with the eclipse debugger earlier. Could that be the reason?
I am not an eclipse guru. I know enough to probably get myself in trouble.
Anyway, it looks like the bug's still there.
Can you be more specific about running in compiled mode?
I'm running this in dev mode in eclipse Juno.
I updated the libraries, recompiled the source and flushed the browser cache.
I brought up the SGWT developer console.
SmartClient Version: SNAPSHOT_v9.0d_2013-05-01/LGPL Development Only (built 2013-05-01)
The funny thing is, the crash doesn't get displayed in the Log messages tab...
Code:
12:32:22.217:INFO:Log:initialized 12:32:23.826:WARN:Log:New Class ID: 'DataView' collides with ID of existing object with value 'function DataView() { [native code] }'. Existing object will be replaced. This conflict would be avoided by disabling ISC Simple Names mode. See documentation for further information. 12:32:24.031:INFO:Log:isc.Page is loaded
Code:
12:33:16.513 [ERROR] [RestCacheAllData] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (null) @com.smartgwt.client.data.DataSource::getClientOnlyResponse(Lcom/smartgwt/client/data/DSRequest;[Lcom/smartgwt/client/data/Record;)([Java object: com.smartgwt.client.data.DSRequest@33355127, Java object: [Lcom.smartgwt.client.data.Record;@25392310]): null at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:249) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.smartgwt.client.data.DataSource.getClientOnlyResponse(DataSource.java) at com.test.client.RestCacheAllData$1.getClientOnlyResponse(RestCacheAllData.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:242) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Unknown Source)
I had tried walking through some of this with the eclipse debugger earlier. Could that be the reason?
I am not an eclipse guru. I know enough to probably get myself in trouble.
Anyway, it looks like the bug's still there.
Comment