Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added stack overflow reserved bytes for rv64 #2

Merged
merged 1 commit into from
Feb 14, 2022
Merged

added stack overflow reserved bytes for rv64 #2

merged 1 commit into from
Feb 14, 2022

Conversation

unicornx
Copy link

added stack overflow reserved bytes for rv64

Signed-off-by: Chen Wang wangchen20@iscas.ac.cn

Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
@guoyinchen guoyinchen merged commit ee2cd37 into riscv-android-src:riscv64-android-12.0.0_dev Feb 14, 2022
peyo-hd added a commit to android-risc-v/art that referenced this pull request Sep 21, 2022
  To avoid zygote malfunction like below:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by following comment:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Sep 21, 2022
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Oct 4, 2022
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Jan 27, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Feb 22, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 7, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 8, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 8, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 9, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 10, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 13, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 14, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 15, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 16, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 20, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 21, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 22, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 22, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
peyo-hd added a commit to android-risc-v/art that referenced this pull request Mar 24, 2023
  To avoid zygote crash like following:
   DEBUG : pid: 485, tid: 485, name: system_server  >>> system_server <<<
   DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr
   DEBUG : #00 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.UnixFileSystem.normalize+48)
   DEBUG : riscv-android-src#1 /apex/com.android.art/javalib/riscv64/boot.oat (java.io.File.<init>+216)
   DEBUG : riscv-android-src#2 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+1150)

  It is guided by the comment below:
   https://lists.riscv.org/g/sig-android/message/69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants