[Webkit-unassigned] [Bug 127902] [EFL] Fix the remaining regression caused by the jsCStack branch merge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 3 02:19:33 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127902





--- Comment #2 from Zan Dobersek <zandobersek at gmail.com>  2014-02-03 02:16:54 PST ---
The problem appears to be in the JIT-compiled code for 'function g() { return f.apply(null, arguments); }'.

Here's the backtrace:
#0  0x00007fffb2b0fabe in ?? ()
#1  0x00007ffff7ecd170 in ?? ()
#2  0x00007ffff7ecd170 in ?? ()
#3  0x00007ffff7eafd90 in ?? ()
#4  0x0000000000442960 in ?? ()
#5  0x00007fffffffa0b0 in ?? ()
#6  0x0000000000000000 in ?? ()

Registers:
rax            0x10001    65537
rbx            0x0    0
rcx            0x7ffffff7a050    140737487806544
rdx            0x7fffffef9fe0    140737487282144
rsi            0x7ffffff7a050    140737487806544
rdi            0x54fb00    5569280
rbp            0x7ffffff7a050    0x7ffffff7a050
rsp            0x7ffffff79fe0    0x7ffffff79fe0
r8             0x0    0
r9             0x101010101010101    72340172838076673
r10            0x7ffff747bd30    140737342061872
r11            0x44e828    4515880
r12            0x7ffff7eaff40    140737352761152
r13            0x7ffff7f0ffd0    140737353154512
r14            0xffff000000000000    -281474976710656
r15            0xffff000000000002    -281474976710654
rip            0x7fffb2b0fabe    0x7fffb2b0fabe
eflags         0x10287    [ CF PF SF IF RF ]
cs             0x33    51
ss             0x2b    43
ds             0x0    0
es             0x0    0
fs             0x0    0
gs             0x0    0

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list