zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

GWTShell and hosted browser JVM crash with segmentation fault #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unzip attached file with minimal test case
2. Read README.txt file at top level for more info
3. Run the minimal test case in attached maven project

What is the expected output? What do you see instead?

GWTShell and hosted browser JVM crashes with segmentation fault 

What version of the product are you using? On what operating system?

Problem is seen in latest nightly build as well as stable build for
1.0b2-SNAPSHOT

Please provide any additional information below.

Original issue reported on code.google.com by farrukh.najm on 28 Jan 2009 at 8:23

Attachments:

GoogleCodeExporter commented 9 years ago

Forum thread for this issues is:

http://forums.smartclient.com/showthread.php?p=15780

Platform info is:

Ubuntu Linux Hardy Heron 8.04 with 2.6.24-18-generic kernel.

Another oddity I notice on the platform is the the dev console comes up blank.

Original comment by farrukh.najm on 28 Jan 2009 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 5 Feb 2009 at 7:24

GoogleCodeExporter commented 9 years ago
Since I took the time to prepare a standalone test case would it be possible to 
at
least add a comment as to why the issue was closed as invalid?

Original comment by farrukh.najm on 5 Feb 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Did you read this?

http://forums.smartclient.com/showpost.php?p=15782&postcount=9

"Just remove the call tree.setRoot(root); and your sample will run fine."

The showcase sample code is incorrect and will be updated. calling 
tree.setRoot(root); with such a setup / dataset causes infinite recursion 
("root"'s 
parent configured as "root")

Original comment by sanjiv.j...@gmail.com on 6 Feb 2009 at 12:10