VirtualBox

Opened 9 years ago

Closed 8 years ago

#14317 closed defect (worksforme)

Serial ports: Port mode: Host device - VM hangs on start

Reported by: vovan888 Owned by:
Component: uart Version: VirtualBox 5.0.0
Keywords: Cc:
Guest type: other Host type: Mac OS X

Description

See the attached screenshot of the settings. Serial port mode is set to Host device. After starting virtual machine it hangs on "Starting virtual machine" window. Tested on current test build 101778.

Maybe the problem is related to this: the http://stackoverflow.com/questions/18821811/serial-port-hangs The port should be opened in O_NONBLOCK mode.

Attachments (3)

VBox.log (31.5 KB ) - added by vovan888 9 years ago.
Screen Shot 2015-07-22 at 23.35.02.png (39.4 KB ) - added by vovan888 9 years ago.
Serial Ports settings
Screen Shot 2015-07-22 at 23.35.20.png (23.4 KB ) - added by vovan888 9 years ago.
Hangs on this message

Download all attachments as: .zip

Change History (4)

by vovan888, 9 years ago

Attachment: VBox.log added

by vovan888, 9 years ago

Serial Ports settings

by vovan888, 9 years ago

Hangs on this message

comment:1 by aeichner, 8 years ago

Resolution: worksforme
Status: newclosed

Don't use the tty.* device but the one starting with cu. See for an explanation of the difference here and here. It should be possible to make it work correctly with the tty device by using O_NONBLOCK and then setting CLOCAL but that might break other devices which will use the DTR line for something else because setting CLOCAL will cause DTR to be ignored. I'll close this for now, please reopen if you still experience the hangs when using the /dev/cu.* device.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use