https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233038
Bug ID: 233038 Summary: bhyve: fails with "device emulation initialization error: Bad file descriptor" Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: jwm...@gmail.com After updating to r340179+755e0ab1085 I was unable to start my windows vm with a fbuf device. e.g -s 7,fbuf,tcp=127.0.0.1:5900,w=1024,h=768 Output: getaddrinfo: hostname nor servname provided, or not known device emulation initialization error: Bad file descriptor after doing a little debugging; It looks as though bhyve is passing in freed pointers in the arguments to to rfb_init due to the change in base r340044 removing the added free in pci_fbuf.c, fixed the issue for me. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"