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

tinyc_malloc doesn't work consistently across qemu versions #4

Open
Sharpiro opened this issue Aug 17, 2024 · 0 comments
Open

tinyc_malloc doesn't work consistently across qemu versions #4

Sharpiro opened this issue Aug 17, 2024 · 0 comments

Comments

@Sharpiro
Copy link
Owner

Sharpiro commented Aug 17, 2024

  • arm32 raspbian hw
    • works always
  • x64 vagrant ubuntu-22 qemu-6.2.0
    • works always
  • x64 vagrant ubuntu-24 qemu-8.2.2
    • fails always w/ error qemu: uncaught target signal 11 (Segmentation fault) - core dumped
  • x64 fedora qemu-8.1.3
    • fails always w/o error
  • x64 docker ubuntu-22 qemu-6.2.0
    • works w/ qemu-arm explicitly
    • fails w/ binutils

Update 1

  • doesn't seem related to distro or kernel version
  • seems tied to qemu version
  • my testing was corrupted because binfmt_misc was executing from my host machine through docker
@Sharpiro Sharpiro changed the title malloc doesn't work consistently across qemu versions tinyc_malloc doesn't work consistently across qemu versions Aug 19, 2024
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

No branches or pull requests

1 participant