Skip to content

Consistent kernel faulting after kernel reconfiguration (IRIX 6.5.22, R5000, IP24) #98

Description

@iblowmymind

I've been constantly getting this crash after a couple restarts and software installs. If it matters I installed some patches on top of IRIX 6.5.22, but it happened before on a clean install after installing Maya too. Image

My machine configuration is:

"indy65": {
      "prom": "/Volumes/Genesis/Emulators/IRIS/indy_prom.bin",
      "nvram": "/Volumes/Genesis/Emulators/IRIS/indy65/nvram.bin",
      "nveeprom": "nveeprom.bin",
      "banks": [
        128,
        128,
        0,
        0
      ],
      "scale": 1,
      "headless": false,
      "no_audio": false,
      "test_device": false,
      "cheritest_dump_hook": false,
      "nat_subnet": "192.168.0.0/24",
      "ci": false,
      "ci_socket": "/tmp/iris.sock",
      "ci_display": false,
      "mouse_scroll_pixels_per_line": 40.0,
      "lock_aspect_ratio": true,
      "serial_log": "/Volumes/Genesis/Emulators/IRIS/indy65/serial.txt",
      "scsi": {
        "1": {
          "path": "/Volumes/Genesis/Emulators/IRIS/indy65/disk0.chd",
          "discs": [],
          "cdrom": false,
          "overlay": false,
          "scratch": false,
          "size_mb": null,
          "controller": 0
        },
        "4": {
          "path": "/Volumes/Onyx/Software/SGI/IRIX 6.5.22/IRIX 6.5.22 Overlay 1 of 3.iso",
          "discs": [],
          "cdrom": true,
          "kind": "cdrom",
          "overlay": false,
          "scratch": false,
          "size_mb": null,
          "controller": 0
        }
      },
      "nfs": {
        "shared_dir": "/Volumes/Genesis/Emulators/IRIS/indy65/shared",
        "version": "v3"
      },
      "port_forward": [
        {
          "proto": "tcp",
          "host_port": 2323,
          "guest_port": 23,
          "bind": "localhost"
        },
        {
          "proto": "tcp",
          "host_port": 2121,
          "guest_port": 21,
          "bind": "localhost"
        },
        {
          "proto": "tcp",
          "host_port": 2222,
          "guest_port": 22,
          "bind": "localhost"
        },
        {
          "proto": "tcp",
          "host_port": 5901,
          "guest_port": 5900,
          "bind": "localhost"
        },
        {
          "proto": "udp",
          "host_port": 11177,
          "guest_port": 177,
          "bind": "any"
        }
      ],
      "vino": {
        "source": "test_pattern",
        "standard": "ntsc",
        "camera_index": 0
      },
      "network": {
        "mode": "pcap",
        "pcap_interface": "en0",
        "nfs_pcap_ip": "192.168.10.213"
      },
      "scsi_deferred_int": true,
      "audio": {
        "prebuf_ms": 20
      },
      "machine": {
        "profile": "indy_ip24",
        "cpu": "r5000"
      },
      "graphics": {
        "board": "newport",
        "heads": 1,
        "resolution": "guest"
      },
      "impact": {
        "gfx": "none",
        "exp0": "none",
        "exp1": "none"
      },
      "debug": {
        "gui_gl_capture": false,
        "no_idle": false
      },
      "jitv2": {
        "threads": 1
      },
      "perf": {
        "thread_affinity": false
      },
      "clock": {}
    }

I believe this happens during early boot, while mounting the filesystem. Weird thing is, though, booting a recovery miniroot I could mount the filesystem just fine.
I'm on an M3 Pro MBP, macOS 26.6.2
Does anyone have any info on this? Thanks!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions