BasiliskII for Linux
Moderators: Cat_7, Ronald P. Regensburg
- Dagobertus
- Inquisitive Elf
- Posts: 27
- Joined: Sun Oct 30, 2016 6:07 pm
Re: BasiliskII for Linux
i figure that something isn't working with the segmentation fault switch. Because many of those crashes I am experiencing don't happen once I reduce the RAM size drastically (even so I got 6GB of RAM to spare on the host).
This is what I put in the the prefs file:
ignoresegv true
Either the syntax is wrong or the compiled binary won't adhere to that setting. How can I verify that?
This is what I put in the the prefs file:
ignoresegv true
Either the syntax is wrong or the compiled binary won't adhere to that setting. How can I verify that?
- adespoton
- Forum All-Star
- Posts: 3708
- Joined: Fri Nov 27, 2009 5:11 am
- Location: Emaculation.com
- Contact:
Re: BasiliskII for Linux
What ROM, OS and RAM configuration are you using? Is it possible that you were attempting to provide more RAM than the ROM and OS can address?
- Ronald P. Regensburg
- Expert User
- Posts: 7280
- Joined: Thu Feb 09, 2006 10:24 pm
- Location: Amsterdam, Netherlands
Re: BasiliskII for Linux
What RAM size do you use and what do you consider a drastic reduction of that size? I wouldn't use more than 512MB RAM for BasiliskII.
- Dagobertus
- Inquisitive Elf
- Posts: 27
- Joined: Sun Oct 30, 2016 6:07 pm
Re: BasiliskII for Linux
512MB is exatly the size I am using, on a machine with 3GB of RAM (Arm Debian 64).
- adespoton
- Forum All-Star
- Posts: 3708
- Joined: Fri Nov 27, 2009 5:11 am
- Location: Emaculation.com
- Contact:
Re: BasiliskII for Linux
What happens if you try with 64MB?
- Dagobertus
- Inquisitive Elf
- Posts: 27
- Joined: Sun Oct 30, 2016 6:07 pm
ignoresegv on ARM64
Hello,
I just discovered in the Readme the notice that the option "ignoresegv false" is only implemented on Linux/x86, Linux/ppc and Darwin/ppc.
But I am running B-II on Debian on Arm64, so is there any way that I can compile a binary that honors that option?
I just discovered in the Readme the notice that the option "ignoresegv false" is only implemented on Linux/x86, Linux/ppc and Darwin/ppc.
But I am running B-II on Debian on Arm64, so is there any way that I can compile a binary that honors that option?
- Dagobertus
- Inquisitive Elf
- Posts: 27
- Joined: Sun Oct 30, 2016 6:07 pm
Re: BasiliskII for Linux
Bump … I would truly *love* to be able to compile on ARM64 with the SIGSEV Ignore option enabled.
Any suggestion how to accomplish that?
Any suggestion how to accomplish that?
- adespoton
- Forum All-Star
- Posts: 3708
- Joined: Fri Nov 27, 2009 5:11 am
- Location: Emaculation.com
- Contact:
Re: BasiliskII for Linux
I'm not sure it's needed on ARM? I think ARM64 does this by default, or doesn't allow such a thing... my brain is foggy on which it is.
- Dagobertus
- Inquisitive Elf
- Posts: 27
- Joined: Sun Oct 30, 2016 6:07 pm
Re: BasiliskII for Linux
Well, it obviously doesn't allow it by default as SIGSEV causes B-II program termination on my system despite the setting in the prefs file.
-
- Apple Corer
- Posts: 213
- Joined: Thu Nov 09, 2017 12:06 pm
Re: BasiliskII for Linux
My fork now supports Linux/arm64.
Try latest source.
Try latest source.