Status: New
Owner: ----

New issue 2067 by [email protected]: SIGILL in v8 on android ics
http://code.google.com/p/v8/issues/detail?id=2067

I am getting SIGILL in v8 on android ics with following reduced html:

=============================================
<html>
<body>
<p> test.html!! </p>
<script language="javascript" type="text/javascript">
function foo(s, o) {
}

var x = new Array();
var y = new Array();
var z = new Array();


</script>

<script language="javascript" type="text/javascript">
        tmpvar=2;
        x.tmp = 2;
        var a = new Array();
        a.push([1, 2, 3, 4, 5, 6, 7, 8]);
        a.push([9, 10, 11, 12, 13, 14, 15, 16]);                

for(var i=0;i<a.length;i++){
x.push([a[i][0],a[i][3],a[i][4],a[i][5],a[i][6],a[i][7]]);
y.push([a[i][1],a[i][3],a[i][4],a[i][5],a[i][6],a[i][7]]);
z.push([a[i][2],a[i][3],a[i][4],a[i][5],a[i][6],a[i][7]]);}
foo(x,'miniDL_left');
</script>
</body></html>

=============================================
cpuinfo:

Processor       : ARMv7 Processor rev 2 (v7l)
processor       : 0
BogoMIPS        : 597.01

processor       : 1
BogoMIPS        : 599.53

Features        : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x1
CPU part        : 0xc09
CPU revision    : 2

Any pointers would be a great help. It gets fixed when I increase max_semispace_size_ from 2MB to 8MB.



Attachments:
        test.html  622 bytes

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to