dakami
dakami
Maybe change the first line of ./build from /usr/bin/env bash to: #!/bin/bash -x and send that output?
Can you confirm you have the same bug?
I spun up a thread on qemu-devel. You can't call printk remotely, because the kernel doesn't have a malloc. Unless you add one, like: void *malloc(unsigned long long sz){ return...
Found the bug, it’s in the gdb stub. Basically it doesn’t know how big a register is and pukes. I have a cheap fix where I just tell it to...
Hmm. I'm curious, what is the topic, and what is it that REP provides? I've been creating a significant amount of this code. Pickle works in some projects, sometimes, in...
I think you have to *actually* power cycle -- rebooting isn't enough. Might need to pull USB as well. I mean maybe the hex string could be documented.
I didn't think I'd missed something that simple. Which version of msgpack do you build against, on what platform? Ubuntu and git fail on msgpack. > /home/u/d/RDPMux/src/RDPServerWorker.cpp:137:29: required from here...