New issue
Advanced search Search tips

Issue 594912 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 595259
Owner:
Closed: Mar 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

could't find pc offset for node=-1. Received signal 4 ILL_ILLOPN

Project Member Reported by ukai@chromium.org, Mar 15 2016

Issue description

Version: Chromium	51.0.2677.0 (Developer Build) (64-bit) with dcheck_always_on=1
OS: Linux

What steps will reproduce the problem?

I don't remember what caused it, sorry.

What is the expected output? What do you see instead?

[couldn't find pc offset for node=-1]
[method: dispatch]
[source:
function dispatch(c){c=p.event.fix(c||a.event);var d,e,f,g,h,i,j,l,m,n,o=(p._dat
a(this,"events")||{})[c.type]||[],q=o.delegateCount,r=k.call(arguments),s=!c.exc
lusive&&!c.namespace,t=p.event.special[c.type]||{},u=[];r[0]=c,c.delegateTarget=
this;if(t.preDispatch&&t.preDispatch.call(this,c)===!1)return;if(q&&(!c.button||
c.type!=="click"))for(f=c.target;f!=this;f=f.parentNode||this)if(f.disabled!==!0
||c.type!=="click"){h={},j=[];for(d=0;d<q;d++)l=o[d],m=l.selector,h[m]===b&&(h[m
]=l.needsContext?p(m,this).index(f)>=0:p.find(m,this,null,[f]).length),h[m]&&j.p
ush(l);j.length&&u.push({elem:f,matches:j})}o.length>q&&u.push({elem:this,matche
s:o.slice(q)});for(d=0;d<u.length&&!c.isPropagationStopped();d++){i=u[d],c.curre
ntTarget=i.elem;for(e=0;e<i.matches.length&&!c.isImmediatePropagationStopped();e
++){l=i.matches[e];if(s||!c.namespace&&!l.namespace||c.namespace_re&&c.namespace
_re.test(l.namespace))c.data=l.data,c.handleObj=l,g=((p.event.special[l.origType
]||{}).handle||l.handler).apply(i.elem,r),g!==b&&(c.result=g,g===!1&&(c.preventD
efault(),c.stopPropagation()))}}return t.postDispatch&&t.postDispatch.call(this,
c),c.result}
]
Stacktrace (fefefefe-fefefeff) 0x2874f949c7a9 0x35f021efeb49:
==== JS stack trace =========================================


==== Details ================================================

==== Key         ============================================

=====================


Received signal 4 ILL_ILLOPN 7ffff4c55f5f
#0 0x7ffff7ec1a9b base::debug::(anonymous namespace)::StackDumpSignalHandler()
#1 0x7ffff050f340 <unknown>
#2 0x7ffff4c55f5f v8::base::OS::Abort()
#3 0x7ffffffefc30 ([stack]+0x12c2f)
  r8: 00007fffe4c8fa00  r9: 3d3d3d3d3d3d3d3d r10: 00007fffef257be0 r11: 00000000
00000000
 r12: 00002874f949c7a9 r13: 00000000fefefefe r14: 00007ffffffefa60 r15: 00000000
fefefeff
  di: 00007ffffffed230  si: 0000000000000000  bp: 00000000000000d6  bx: 00002b0c
42033169
  dx: 0000000000000000  ax: 0000000000000115  cx: ffffffffffffffff  sp: 00007fff
fffefa48
  ip: 00007ffff4c55f5f efl: 0000000000010202 cgf: 0000000000000033 erf: 00000000
00000000
 trp: 0000000000000006 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]

Please use labels and text to provide additional information.

 

Comment 1 by jochen@chromium.org, Mar 15 2016

Cc: -habl...@google.com hablich@chromium.org
Slava pointed out that this is a bug in the deoptimizer

Comment 2 by jochen@chromium.org, Mar 15 2016

duplicate of  issue 269266  from Chrome 30? :-/
Cc: mvstan...@chromium.org
Components: -Blink>JavaScript Blink>JavaScript>Compiler
Owner: jarin@chromium.org
Status: Assigned (was: Untriaged)
Do you have a crash report?

Comment 5 by ukai@chromium.org, Mar 16 2016

I think no crash report from developer build.
I saw the message on stdout of chromium.

Comment 6 by jochen@chromium.org, Mar 16 2016

Cc: jochen@chromium.org

Comment 7 by jarin@chromium.org, Mar 21 2016

Mergedinto: 595259
Status: Duplicate (was: Assigned)
Likely a duplicate of 595259 that Danno has fixed recently.

Sign in to add a comment