Skip to content

Segmentation Fault (memory error) on emulation (linux) #82

Description

@Robvalt

Describe the bug
The program encounters a Segmetation Fault (segfault) and crashes.
The most likely cause is explained in Additional context

To Reproduce
Steps to reproduce the behavior:

  1. Run The Emulator. With/Without a Program.

Expected behavior
I Expected the emulator to launch.

Additional context
A "Segmentation Fault" on linux is when a program trys to access memory the kernel has not allowed it to access. this causes the kernel to deem the process faulty, thus killing the process.

I EXTREMELY suggest using malloc, as both Windows/Linux/Mac have it somewhere, and it is the eaisiest way to fix a segfault error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions