I made some code changes and now the GWTShell is crashing with a segmentation fault in the JVM. How to I debug the cause of the problem?
Note that I tried launching the developer consolde as instructed here:
http://forums.smartclient.com/showthread.php?t=3033
But control-D in my hosted browser or GWTShell window does not launch the dev console.
Note that I am using the version of SmartClient available via maven in the maven repo at:
http://www.smartclient.com/smartgwt/maven2/com/smartgwt/smartgwt/1.0b2-SNAPSHOT/smartgwt-1.0b2-SNAPSHOT.jar
Is this version too old?
BTW, SmatClient team, The web server for the maven repo at:
http://www.smartclient.com/smartgwt/maven2
seems to not have proper mimetype configuration so it does not allow browser clients to view a directory listing of the maven repo. Thus I have no way to know if there are newer versions available for the smartgwt jar. I would be grateful for fixing this issue.
Thanks.
Note that I tried launching the developer consolde as instructed here:
http://forums.smartclient.com/showthread.php?t=3033
But control-D in my hosted browser or GWTShell window does not launch the dev console.
Note that I am using the version of SmartClient available via maven in the maven repo at:
http://www.smartclient.com/smartgwt/maven2/com/smartgwt/smartgwt/1.0b2-SNAPSHOT/smartgwt-1.0b2-SNAPSHOT.jar
Is this version too old?
BTW, SmatClient team, The web server for the maven repo at:
http://www.smartclient.com/smartgwt/maven2
seems to not have proper mimetype configuration so it does not allow browser clients to view a directory listing of the maven repo. Thus I have no way to know if there are newer versions available for the smartgwt jar. I would be grateful for fixing this issue.
Thanks.
Comment