Skip to content

Error: in LibOS mode, static app runs with segment fault. #211

Open
@chyyuu

Description

e.g.

chyyuu:zCore$ cargo run --release -p linux-loader -- /libc-test/src/functional/argv-static.exe
Finished release [optimized] target(s) in 0.03s
Running target/release/linux-loader /libc-test/src/functional/argv-static.exe
段错误 (核心已转储)
chyyuu:zCore$

I also notice:

scripts/libc-tests.py

L22~24:
# ignore static linked tests
if path.endswith('-static.exe'):
continue

These codes mean LibOS mode zCore didn't support static linked tests?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions