[Bug 1391420] Re: JSCore crashes on ppc64el

2017-10-27 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1074093.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-03-07T22:22:48+00:00 Gustavo wrote:

Description of problem:
I notice this issue trying to build 'seed' on rawhide. Here is the error 
message during seed build:

Making all in readline
make[4]: Entering directory 
`/builddir/fedora/seed/master/seed-3.8.1/doc/modules/readline'
../../../src/seed ../../../doc/modules/make-functions.js 
../../../doc/modules/readline/readline.js > 
../../../doc/modules/readline/readline-funcs.xml
1   0x3fff92ed6f5c /lib64/libjavascriptcoregtk-3.0.so.0(WTFCrash-0x14038c) 
[0x3fff92ed6f5c]
2   0x3fff92ef99c8 
/lib64/libjavascriptcoregtk-3.0.so.0(_ZN3WTF11OSAllocator6commitEPvmbb-0x11e6a0)
 [0x3fff92ef99c8]
3   0x3fff92c40120 
/lib64/libjavascriptcoregtk-3.0.so.0(_ZN3JSC7JSStack12growSlowCaseEPNS_8RegisterE-0x3c8b78)
 [0x3fff92c40120]
4   0x3fff92c3de68 
/lib64/libjavascriptcoregtk-3.0.so.0(_ZN3JSC7JSStack10entryCheckEPNS_9CodeBlockEi-0x3cab20)
 [0x3fff92c3de68]
5   0x3fff92c3c5d0 
/lib64/libjavascriptcoregtk-3.0.so.0(_ZN3JSC11Interpreter7executeEPNS_17ProgramExecutableEPNS_9ExecStateEPNS_8JSObjectE-0x3cc638)
 [0x3fff92c3c5d0]
6   0x3fff92d40a28 
/lib64/libjavascriptcoregtk-3.0.so.0(_ZN3JSC8evaluateEPNS_9ExecStateERKNS_10SourceCodeENS_7JSValueEPS5_-0x2cda90)
 [0x3fff92d40a28]
7   0x3fff92b2ec30 
/lib64/libjavascriptcoregtk-3.0.so.0(JSEvaluateScript-0x4d1aa8) [0x3fff92b2ec30]
8   0x3fff9333128c 
/builddir/fedora/seed/master/seed-3.8.1/libseed/.libs/libseed-gtk3.so.0(seed_simple_evaluate-0x2f90c)
 [0x3fff9333128c]
9   0x3fff93336c6c 
/builddir/fedora/seed/master/seed-3.8.1/libseed/.libs/libseed-gtk3.so.0(seed_init_constrained_with_context_and_group-0x2a3ec)
 [0x3fff93336c6c]
10  0x3fff93336f04 
/builddir/fedora/seed/master/seed-3.8.1/libseed/.libs/libseed-gtk3.so.0(seed_init_with_context_and_group-0x2a164)
 [0x3fff93336f04]
11  0x3fff93337028 
/builddir/fedora/seed/master/seed-3.8.1/libseed/.libs/libseed-gtk3.so.0(seed_init_with_context_group-0x2a050)
 [0x3fff93337028]
12  0x3fff933370a0 
/builddir/fedora/seed/master/seed-3.8.1/libseed/.libs/libseed-gtk3.so.0(seed_init-0x29fe8)
 [0x3fff933370a0]
13  0x100010dc /builddir/fedora/seed/master/seed-3.8.1/src/.libs/lt-seed() 
[0x100010dc]
14  0x3fff931166ec /lib64/libc.so.6(+0x466ec) [0x3fff931166ec]
15  0x3fff931168f4 /lib64/libc.so.6(__libc_start_main-0x1aaf0c) [0x3fff931168f4]
/bin/sh: line 1:  4677 Segmentation fault  ../../../src/seed 
../../../doc/modules/make-functions.js 
../../../doc/modules/readline/readline.js > 
../../../doc/modules/readline/readline-funcs.xml


And here is a backtrace from gdb:

(gdb) bt  
#0  0x3fffb7916f70 in WTFCrash () at Source/WTF/wtf/Assertions.cpp:333
#1  0x3fffb79399c8 in WTF::OSAllocator::commit (address=0x3fffb39cc000, 
bytes=16384, writable=, executable=)
at Source/WTF/wtf/OSAllocatorPosix.cpp:134
#2  0x3fffb7680120 in commit (this=0x3fffb44cef38, this=0x3fffb44cef38, 
this=0x3fffb44cef38, size=, start=)
at Source/WTF/wtf/PageReservation.h:85
#3  JSC::JSStack::growSlowCase (this=0x3fffb44cef18, newEnd=0x3fffb39cff70) at 
Source/JavaScriptCore/interpreter/JSStack.cpp:89
#4  0x3fffb767de68 in grow (newEnd=, this=0x3fffb44cef18) at 
Source/JavaScriptCore/interpreter/JSStackInlines.h:180
#5  JSC::JSStack::entryCheck (this=0x3fffb44cef18, codeBlock=, 
argsCount=)
at Source/JavaScriptCore/interpreter/JSStackInlines.h:77
#6  0x3fffb767c5d0 in JSC::Interpreter::execute (this=0x3fffb44cef00, 
program=0x3fffb34eff70, callFrame=0x3fffb359f9b0, thisObj=0x3fffb357fbb0)
at Source/JavaScriptCore/interpreter/Interpreter.cpp:891
#7  0x3fffb7780a28 in JSC::evaluate (exec=0x3fffb359f9b0, source=..., 
thisValue=..., returnedException=0x3fffed90)
at Source/JavaScriptCore/runtime/Completion.cpp:82
#8  0x3fffb756ec30 in JSEvaluateScript (ctx=, 
script=0x3fffb44b3258, thisObject=0x0, sourceURL=, 
startingLineNumber=, exception=0x0) at 
Source/JavaScriptCore/API/JSBase.cpp:63
#9  0x3fffb7d7128c in seed_simple_evaluate (ctx=0x3fffb359f9b0, 
source=, exception=0x0) at seed-api.c:305
#10 0x3fffb7d76c6c in seed_init_constrained_with_context_and_group 
(argc=, argv=, context=0x3fffb359f9b0, 
group=0x3fffb44b4000) at seed-engine.c:1734
#11 0x3fffb7d76f04 in seed_init_with_context_and_group (argc=, argv=, context=, group=)
at seed-engine.c:1792
#12 0x3fffb7d77028 in seed_init_with_context_group (argc=0x3200, 
argv=0x3198, group=0x3fffb44b4000) at seed-engine.c:1830
#13 0x3fffb7d770a0 in seed_init (argc=0x3200, argv=) 
at seed-engine.c:1852
#14 0x100010dc in main (argc=1, argv=) at main.c:152


As you 

[Bug 1391420] Re: JSCore crashes on ppc64el

2016-04-25 Thread Amr Ibrahim
** Changed in: webkitgtk (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391420

Title:
  JSCore crashes on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1391420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391420] Re: JSCore crashes on ppc64el

2015-12-10 Thread Bug Watch Updater
** Changed in: webkit-open-source
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391420

Title:
  JSCore crashes on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1391420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391420] Re: JSCore crashes on ppc64el

2014-12-08 Thread Bug Watch Updater
** Changed in: webkitgtk (Debian)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391420

Title:
  JSCore crashes on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1391420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391420] Re: JSCore crashes on ppc64el

2014-11-11 Thread Dmitry Shachnev
** Patch added: webkitgtk_ppc64el.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/webkitgtk/+bug/1391420/+attachment/4258114/+files/webkitgtk_ppc64el.debdiff

** Bug watch added: Debian Bug tracker #762670
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762670

** Also affects: webkitgtk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762670
   Importance: Unknown
   Status: Unknown

** Bug watch added: Red Hat Bugzilla #1074093
   https://bugzilla.redhat.com/show_bug.cgi?id=1074093

** Also affects: webkitgtk (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1074093
   Importance: Unknown
   Status: Unknown

** Bug watch added: bugs.webkit.org/ #130237
   https://bugs.webkit.org/show_bug.cgi?id=130237

** Also affects: webkit-open-source via
   https://bugs.webkit.org/show_bug.cgi?id=130237
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391420

Title:
  JSCore crashes on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1391420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391420] Re: JSCore crashes on ppc64el

2014-11-11 Thread Dmitry Shachnev
Because I still haven't got my DD password (after 2.5 months). Maybe you
can try that (test case: build sphinx)? Or I can ask someone else from
pkg-gnome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391420

Title:
  JSCore crashes on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1391420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391420] Re: JSCore crashes on ppc64el

2014-11-11 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
https://bugs.webkit.org/show_bug.cgi?id=130237.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-03-14T14:11:35+00:00 Normand-d wrote:

refer to details of the crash in referenced fedora bugzilla

Reply at:
https://bugs.launchpad.net/ubuntu/+source/webkitgtk/+bug/1391420/comments/0


On 2014-03-14T14:19:03+00:00 Normand-d wrote:

Created attachment 226710
webkitgtk3.commitsize.to.pagesize.patch

a first RFC patch to avoid the Crash.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/webkitgtk/+bug/1391420/comments/1


On 2014-11-06T13:45:58+00:00 Dmitry Shachnev wrote:

We are getting a similar crash in Ubuntu. Has there been any progress on
reviewing the patch?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/webkitgtk/+bug/1391420/comments/2


On 2014-11-10T09:41:25+00:00 Alberto Garcia wrote:

Created attachment 241283
Patch

Thanks for the patch. I don't know the JSC internals so I cannot review
it myself.

However defining a local 'commitsize' to override the global constant
'commitSize' is very confusing. Either use a different name or use
pageSize() directly.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/webkitgtk/+bug/1391420/comments/3


** Changed in: webkit-open-source
   Status: Unknown = Confirmed

** Changed in: webkit-open-source
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391420

Title:
  JSCore crashes on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1391420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391420] Re: JSCore crashes on ppc64el

2014-11-11 Thread Bug Watch Updater
** Changed in: webkitgtk (Debian)
   Status: Unknown = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391420

Title:
  JSCore crashes on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1391420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs