[Webkit-unassigned] [Bug 97586] [Qt] Fix crashes with LLInt C loop on 64 bit release mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 30 10:35:09 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97586
--- Comment #11 from Csaba Osztrogonac <ossy at webkit.org> 2012-10-30 10:36:26 PST ---
Thanks for the debugging guys.
Here is the output what Mark asked:
------------------------------------
&rPC.i32 = 0x7fff1bfaa478
&rPC.i = 0x7fff1bfaa478
Setting rPC.i = 0xfedcba9876543211;
raw rPC = 0xfedcba9876543211
Setting rPC.i32 = 0x00000000;
raw rPC = 0xfedcba9800000000
Segmentation fault
and the output after s/rPC.i32/rPC.i/g:
----------------------------------------
&rPC.i32 = 0x7fff01be4b58
&rPC.i = 0x7fff01be4b58
Setting rPC.i = 0xfedcba9876543211;
raw rPC = 0xfedcba9876543211
Setting rPC.i32 = 0x00000000;
raw rPC = 0xfedcba9800000000
caught: ReferenceError: Can't find variable: array
--
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