[Webkit-unassigned] [Bug 129429] [Win32][LLINT] Crash when running JSC stress tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 11:29:55 PST 2014


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





--- Comment #14 from peavo at outlook.com  2014-02-27 11:27:01 PST ---
Here's the _chkstk implementation:

--- f:\dd\vctools\crt\crtw32\startup\i386\chkstk.asm ---------------------------
008A8980  push        ecx  
008A8981  lea         ecx,[esp+4]  
008A8985  sub         ecx,eax  
008A8987  sbb         eax,eax  
008A8989  not         eax  
008A898B  and         ecx,eax  
008A898D  mov         eax,esp  
008A898F  and         eax,0FFFFF000h  
008A8994  cmp         ecx,eax  
008A8996  jb          cs10+0Eh (08A89A2h)  
008A8998  mov         eax,ecx  
008A899A  pop         ecx  
008A899B  xchg        eax,esp  
008A899C  mov         eax,dword ptr [eax]  
008A899E  mov         dword ptr [esp],eax  
008A89A1  ret  
008A89A2  sub         eax,1000h  
008A89A7  test        dword ptr [eax],eax  
008A89A9  jmp         cs10 (08A8994h)

-- 
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