[LLVMbugs] [Bug 17545] X86FrameLowering::getFrameIndexOffset generates wrong offsets
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Oct 11 20:10:45 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17545
manjian <manjian2006 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from manjian <manjian2006 at gmail.com> ---
Sorry.This bug is caused by dvm interpreter.
#6 0xb63bd783 in dvmCheckCallJNIMethod(unsigned int const*, JValue*, Method
const*, Thread*) () from
/home/linzj/src/u3/9.3.0/BrowserShell/platform/android/rom-x86/libdvm.so
#7 0xac5f211f in ?? ()
#8 0xb63acf13 in dvmMterpStd(Thread*) () from
/home/linzj/src/u3/9.3.0/BrowserShell/platform/android/rom-x86/libdvm.so
Frame 8's esp is 0xbf8e97c0 ,and 0xbf8e97c0 % 16 = 0
Frame 6's esp is 0xbf8e96ec,and 0xbf8e96ec % 16 = 12
Frame 7 is the dvm interpreter code.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131012/bbcd39f2/attachment.html>
More information about the llvm-bugs
mailing list