Making a headless desktop guest visible triggers a kernel panic

Discussions related to using VirtualBox on Solaris hosts.
Post Reply
Carlos Azevedo
Posts: 14
Joined: 3. Jul 2012, 19:02

Making a headless desktop guest visible triggers a kernel panic

Post by Carlos Azevedo »

When I try to "show the guest window" of a Solaris 11.3 (GA/release) desktop guest that was started headless via Autostart I get a kernel panic at the guest. The VirtualBox version in use is 5.1.18r114002. The host system is an x64 running Solaris 11.3 (GA/release) as well:

Code: Select all

# fmdump -Vp -u dddd3ab4-e902-4b97-b3d3-b45369d1cef1
TIME                           UUID                                 SUNW-MSG-ID
May 10 2017 17:19:02.553407000 dddd3ab4-e902-4b97-b3d3-b45369d1cef1 SUNOS-8000-KL

  TIME                 CLASS                                 ENA
  May 10 17:18:47.3325 ireport.os.sunos.panic.dump_available 0x0000000000000000
  May 10 17:18:30.1334 ireport.os.sunos.panic.dump_pending_on_device 0x0000000000000000

nvlist version: 0
        version = 0x0
        class = list.suspect
        uuid = dddd3ab4-e902-4b97-b3d3-b45369d1cef1
        code = SUNOS-8000-KL
        diag-time = 1494447542 515204
        de = fmd:///module/software-diagnosis
        fault-list-sz = 0x1
        topo-uuid = 6a0f7a16-af94-4e80-978b-908657c59ad1
        topo-time = 0x591375a4
        fault-list = (array of embedded nvlists)
        (start fault-list[0])
        nvlist version: 0
                version = 0x0
                class = defect.sunos.kernel.panic
                certainty = 0x64
                asru = sw:///:path=/var/crash/data/dddd3ab4-e902-4b97-b3d3-b45369d1cef1
                resource = sw:///:path=/var/crash/data/dddd3ab4-e902-4b97-b3d3-b45369d1cef1
                savecore-succcess = 1
                dump-dir = /var/crash/data/dddd3ab4-e902-4b97-b3d3-b45369d1cef1
                dump-files = vmdump.0 vmdump-zfs.0
                os-instance-uuid = dddd3ab4-e902-4b97-b3d3-b45369d1cef1
                panicstr = BAD TRAP: type=e (#pf Page fault) rp=fffffffc812f0b50 addr=18 occurred in module "fifofs" due to a NULL pointer dereference
                panicstack = unix:die+119 () | unix:trap+1624 () | unix:cmntrap+e7 () | fifofs:fifo_read+11a () | genunix:fop_read+aa () | genunix:read+30c () | genunix:read32+22 () | unix:brand_sys_sysenter+296 () | 
                crashtime = 1494447346
                panic-time = May 10, 2017 05:15:46 PM BRT BRT
        (end fault-list[0])

        fault-status = 0x1
        __case_state = 0x1
        __ttl = 0x1
        __tod = 0x591375b6 0x20fc5218
Post Reply