Hi Tobi, the fix is in qx.Bootstrap#extendClass, commit 73d936caec130e7d84cb90a7c2c78b9469168838
For some reason the super class assignment didn't work sometimes and classes would end up with a "superclass" property that referenced themselves. Strangely enough, this didn't happen every time extendClass was called. Splitting the assignment up into two lines fixed it. BTW, I'm using Chrome 22.0.1207.1 dev and qx 2.0.1 apps work fine. Looks like the bug was fixed in V8. Regards, Daniel On 07/20/2012 11:16 AM, Tobias Oetiker wrote: > And btw, the same problem can also be observed by runnning > > http://demo.qooxdoo.org/current/feedreader/ > > in > > http://demo.qooxdoo.org/devel/feedreader/ > > on the otherhand, everything is fine, so you have probably fixed > the problem already ... no if I only knew which fix it was ... > > cheers > tobi > > > > Today Tobias Oetiker wrote: > >> With the latest chrome (22.0.1201.0), my qx 2.0.1 app dies at startup >> after compiling without optimizations, I see .... >> >> Uncaught RangeError: Maximum call stack size exceededb >> qx.Bootstrap.define.statics.get >> qx.Class.define.members.base >> qx.Class.define.construct >> qx.Class.define.members.base >> qx.Class.define.construct >> qx.Class.define.members.base >> qx.Class.define.construct >> ... >> >> you can try here http://www.o2h.ch/ssas/ >> >> any ideas ? >> >> cheers >> tobi >> >> >> > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
