[webkit-dev] Webkit JavaScript interpreter crash (v. 153112/ppc64le).

2015-10-26 Thread Atul Sowani
Hi, I am trying to port PhantomJS 2.0.1 to IBM PPC64LE platform. PhantomJS uses qtwebkit version 153112 and I am facing a few crashes in the JavaScript interpreter code. I was directed to this forum by PhantomJS developers to get help/insight about the interpreter. Requesting this forum

Re: [webkit-dev] Youenn Fablet is now a WebKit reviewer

2015-10-26 Thread Brian Burg
Congrats Youenn! > On Oct 26, 2015, at 19:15, Mark Lam wrote: > > Hello everyone, > > I would like to announce that Youenn Fablet is now a WebKit reviewer. Please > send him your congratulations, and some requests for patch reviews too. :-) > > Youenn, congratulations. >

Re: [webkit-dev] Youenn Fablet is now a WebKit reviewer

2015-10-26 Thread SaamBarati1
Congrats! Saam > On Oct 26, 2015, at 7:15 PM, Mark Lam wrote: > > Hello everyone, > > I would like to announce that Youenn Fablet is now a WebKit reviewer. Please > send him your congratulations, and some requests for patch reviews too. :-) > > Youenn,

[webkit-dev] Youenn Fablet is now a WebKit reviewer

2015-10-26 Thread Mark Lam
Hello everyone, I would like to announce that Youenn Fablet is now a WebKit reviewer. Please send him your congratulations, and some requests for patch reviews too. :-) Youenn, congratulations. Mark ___ webkit-dev mailing list

Re: [webkit-dev] Youenn Fablet is now a WebKit reviewer

2015-10-26 Thread Yusuke SUZUKI
Congrats! Regards, Yusuke Suzuki On Tue, Oct 27, 2015 at 11:15 AM, Mark Lam wrote: > Hello everyone, > > I would like to announce that Youenn Fablet is now a WebKit reviewer. > Please send him your congratulations, and some requests for patch reviews > too. :-) > > Youenn,

Re: [webkit-dev] Webkit JavaScript interpreter crash (v. 153112/ppc64le).

2015-10-26 Thread Atul Sowani
Hi Ryosuke, Thanks for the JSC_useJIT option, I was not aware of it. I will try to use webkit with JSC_useJIT=0 option. However, I am doubtful if I can replace existing webkit used in PhantomJS with the latest version, since it will require integration with the PhantomJS code. I am going to

Re: [webkit-dev] Webkit JavaScript interpreter crash (v. 153112/ppc64le).

2015-10-26 Thread Ryosuke Niwa
On Monday, October 26, 2015, Atul Sowani wrote: > I am trying to port PhantomJS 2.0.1 to IBM PPC64LE platform. PhantomJS > uses qtwebkit version 153112 and I am facing a few crashes in the > JavaScript interpreter code. I was directed to this forum by PhantomJS > developers

Re: [webkit-dev] WebCore crashes calling layout code on wrong thread (iOS 9 SDK only)

2015-10-26 Thread Simon Fraser
We’re tracking an issue similar to this internally. Could you please file a bug report at bug reporter.apple.com, with a copy of the app and steps to reproduce? Thanks Simon > On Oct 26, 2015, at 11:05 AM, Ian Ragsdale wrote: > > Hi all, I'm running into a strange

[webkit-dev] WebCore crashes calling layout code on wrong thread (iOS 9 SDK only)

2015-10-26 Thread Ian Ragsdale
Hi all, I'm running into a strange crash when I build my application using the iOS 9 SDK (we don't see this crash in prior versions of our app). The error we see is "NSInternalInconsistencyException accessing _cachedSystemAnimationFence requires the main thread", and the stack trace is below.