oceanbase / oceanbase/seekdb

SIGSEGV crash when accessing system virtual table oceanbase.__all_virtual_thread during seekdb startup on Android arm64

Open
#419 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dima type: bug
Dominant language
C++
Stars
2.9k
Forks
339
Avg merge
1d 19h
Merged PRs (30d)
52

Description

Description

A segmentation fault (SIGSEGV) occurs when the seekdb process accesses the system virtual table oceanbase.__all_virtual_thread during its startup sequence on an Android arm64 environment.

Actual Result

After the environment starts and prints normal initialization logs, an internal SQL query is executed against oceanbase.__all_virtual_thread. This causes the process to trigger a signal 11 (SIGSEGV), resulting in a "Segmentation fault" message on the console.

Steps to Reproduce

Start the seekdb process in an Android arm64 environment.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing seekdb startup on Android arm64 and capture the stack trace around the internal query against oceanbase.__all_virtual_thread. Trace the startup path and virtual-table access involved; done means startup completes without a signal 11 crash.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, cpp
Domain
databases, mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.