This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Daniel Verkamp: Automated regression testing ====== ===== Journal Week 10 ===== ==== Monday, July 27 ==== Attempting to debug Test::Machine::Qemu lockup with -curses and -monitor on a PTY. Noted that with -curses and -serial stdio, no lockup occurs, so this seems to be unique to -curses. Tracing monitor and curses operation; seemingly qemu-char.c is used for generic "char devices", which at least the monitor is. ==== Tuesday, July 28 ==== ''strace'' of QEMU with -curses and -monitor simultaneously seems to indicate that it is in fact writing to the monitor PTY: open("/dev/pts/5", O_RDWR|O_NONBLOCK) = 11 ioctl(11, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0 ioctl(11, SNDCTL_TMR_START or TCSETS, {B115200 opost -isig -icanon -echo ...}) = 0 [...] write(11, "QEMU 0.10.5 monitor - type 'help'"..., 56) = 56 write(11, "(qemu) "..., 7) = 7 ==== Wednesday, July 29 ====


Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code soc:2009:dverkamp:journal:week10 (generated for current page)