Re: [webkit-dev] Crash in JSC while loading gap.com on 1.6.3

2013-04-30 Thread Allan Sandfeld Jensen
He probably refers to 1.6.3 of WebKitGTK+, the confusion comes from the fact 
that WebKitGTK+ calls themselves and their library 'WebKit' on Linux with no 
attempt of disambiguation.

He needs to update though. I think they are at 1.11 and 2.0 now.

`Allan

On Tuesday 30 April 2013, Filip Pizlo wrote:
 Three suggestions:
 
 1) If you find a bug in some part of WebKit (JSC or elsewhere), you should
 file it on bugs.webkit.org.  webkit-dev isn't really the right venue for
 bug reports.
 
 2) You should be more specific - in the bug report that you will file and
 not in this thread - about what port you're using.  Version 1.6.3 is
 ambiguous, to me.  There are a number of ports that support ARM, and it's
 not clear to me which you're using.  Hence, I don't even know how old
 1.6.3 is, because I'm not familiar with the versioning that the
 different ports do.
 
 3) Your best bet is probably to update to a newer version, and see if the
 bug reproduces.
 
 -Filip
 
 On Apr 29, 2013, at 10:15 PM, developer World world2deve...@gmail.com 
wrote:
  Hi,
  
I am using the 1.6.3 release (an old one) for my development and get a
crash while loading gap.com and youtube.com/tv.(Both related to JS
function apply having an incredibly large number of arguments)
  
  My processor is ARM 11 based and the smaps of the crash point me to the
  location where the JIT has dumped the bytecode for excuting various JS
  functionality.
  
  From the looks of it, the issue I face is very similar to this one
  https://bugs.webkit.org/show_bug.cgi?id=108991 however, since I am on an
  old version it is difficult for me to fix it in my JSC. Can anyone help
  me out over here as to where should I patch my JSC source code
  
  Thanks
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Crash in JSC while loading gap.com on 1.6.3

2013-04-30 Thread Carlos Garcia Campos
El mar, 30-04-2013 a las 09:11 +0200, Allan Sandfeld Jensen escribió:
 He probably refers to 1.6.3 of WebKitGTK+, the confusion comes from the fact 
 that WebKitGTK+ calls themselves and their library 'WebKit' on Linux with no 
 attempt of disambiguation.

right :-( but we fixed that already, our libs are now libwebkitgtk,
libwebkit2gtk and libjavascriptcoregtk

 He needs to update though. I think they are at 1.11 and 2.0 now.

Right.

 `Allan
 
 On Tuesday 30 April 2013, Filip Pizlo wrote:
  Three suggestions:
  
  1) If you find a bug in some part of WebKit (JSC or elsewhere), you should
  file it on bugs.webkit.org.  webkit-dev isn't really the right venue for
  bug reports.
  
  2) You should be more specific - in the bug report that you will file and
  not in this thread - about what port you're using.  Version 1.6.3 is
  ambiguous, to me.  There are a number of ports that support ARM, and it's
  not clear to me which you're using.  Hence, I don't even know how old
  1.6.3 is, because I'm not familiar with the versioning that the
  different ports do.
  
  3) Your best bet is probably to update to a newer version, and see if the
  bug reproduces.
  
  -Filip
  
  On Apr 29, 2013, at 10:15 PM, developer World world2deve...@gmail.com 
 wrote:
   Hi,
   
 I am using the 1.6.3 release (an old one) for my development and get a
 crash while loading gap.com and youtube.com/tv.(Both related to JS
 function apply having an incredibly large number of arguments)
   
   My processor is ARM 11 based and the smaps of the crash point me to the
   location where the JIT has dumped the bytecode for excuting various JS
   functionality.
   
   From the looks of it, the issue I face is very similar to this one
   https://bugs.webkit.org/show_bug.cgi?id=108991 however, since I am on an
   old version it is difficult for me to fix it in my JSC. Can anyone help
   me out over here as to where should I patch my JSC source code
   
   Thanks
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   https://lists.webkit.org/mailman/listinfo/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev
 


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Crash in JSC while loading gap.com on 1.6.3

2013-04-30 Thread Xan Lopez
On Tue, Apr 30, 2013 at 9:11 AM, Allan Sandfeld Jensen k...@carewolf.comwrote:

 He probably refers to 1.6.3 of WebKitGTK+, the confusion comes from the
 fact
 that WebKitGTK+ calls themselves and their library 'WebKit' on Linux with
 no
 attempt of disambiguation.


I doubt it. The confusion comes from the fact that most people using WebKit
are not really aware of there being different ports, and most of those
trying to solve some issue will start with Hi I'm using WebKit version...
regardless of what they are actually using.

In any case, we append gtk to all our library names these days, 1.6.3 is
just an old version. I also suggest to at least try again with 2.0.1.

Xan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Crash in JSC while loading gap.com on 1.6.3

2013-04-30 Thread Allan Sandfeld Jensen
On Tuesday 30 April 2013, Carlos Garcia Campos wrote:
 El mar, 30-04-2013 a las 09:11 +0200, Allan Sandfeld Jensen escribió:
  He probably refers to 1.6.3 of WebKitGTK+, the confusion comes from the
  fact that WebKitGTK+ calls themselves and their library 'WebKit' on
  Linux with no attempt of disambiguation.
 
 right :-( but we fixed that already, our libs are now libwebkitgtk,
 libwebkit2gtk and libjavascriptcoregtk
 
Oh, that's great. I am sorry for bringing something up you already fixed :)

`Allan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Crash in JSC while loading gap.com on 1.6.3

2013-04-29 Thread Filip Pizlo
Three suggestions:

1) If you find a bug in some part of WebKit (JSC or elsewhere), you should file 
it on bugs.webkit.org.  webkit-dev isn't really the right venue for bug reports.

2) You should be more specific - in the bug report that you will file and not 
in this thread - about what port you're using.  Version 1.6.3 is ambiguous, 
to me.  There are a number of ports that support ARM, and it's not clear to me 
which you're using.  Hence, I don't even know how old 1.6.3 is, because I'm 
not familiar with the versioning that the different ports do.

3) Your best bet is probably to update to a newer version, and see if the bug 
reproduces.

-Filip


On Apr 29, 2013, at 10:15 PM, developer World world2deve...@gmail.com wrote:

 Hi,
   I am using the 1.6.3 release (an old one) for my development and get a 
 crash while loading gap.com and youtube.com/tv.(Both related to JS function 
 apply having an incredibly large number of arguments)  
 My processor is ARM 11 based and the smaps of the crash point me to the 
 location where the JIT has dumped the bytecode for excuting various JS 
 functionality. 
 
 From the looks of it, the issue I face is very similar to this one 
 https://bugs.webkit.org/show_bug.cgi?id=108991 however, since I am on an old 
 version it is difficult for me to fix it in my JSC. Can anyone help me out 
 over here as to where should I patch my JSC source code
 
 Thanks 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev