Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Bus Error on aarch64 system #55

Open
Ocawesome101 opened this issue Jan 29, 2020 · 1 comment
Open

Bus Error on aarch64 system #55

Ocawesome101 opened this issue Jan 29, 2020 · 1 comment

Comments

@Ocawesome101
Copy link

I downloaded the source with git clone --recursive https://github.com/gamax92/ocemu and built it. However, when I cd to src and run lua5.2 boot.lua it instantly throws a Bus error and terminates.

My system:
Manjaro KDE 19.12 (aarch64)
Pine64 Pinebook Pro
Rockchip RK3399
4GB RAM
64GB eMMC

@Ocawesome101
Copy link
Author

Here's the output of gdb:

[ocawesome101@manjaro-pbp src]$ gdb lua5.2
GNU gdb (GDB) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from lua5.2...
(No debugging symbols found in lua5.2)
(gdb) r boot.lua
Starting program: /usr/bin/lua5.2 boot.lua
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGBUS, Bus error.
0x0000fffff7fca139 in ?? ()
(gdb)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant