dir-ableton
dir-ableton
I agree that it is weird, I did try it several times. I could - if you were willing to look a bit deeper - hand you an image to...
Ok, a short update: I was running the following code, and the first of your above suggestions applied: ``` #include "subprocess.hpp" #include #include int main(int argc, char *argv[]) { using...
As I feared, changing the reference to a pointer didn't affect the outcome :(
Neither the wait nor the file mode did change a thing :( It's really weird. It did solve the issue of accumulating processes though. Don't you think it would be...
Ok, one more bit of information: it works by using printf for printing. I don't get the output printed yet, there is probably something more happening when invoking operator
Just regarding the last point (will research your first suggestion later): I think the current behavior is the most suprising one. From a RIAA-perspective (and this is how I thought...
I think only SIGKILL makes sense, as SIGHUP can be ignored, and then we are in the same space as just doing an implicit wait: the program hangs, and the...
A bit of follow-up: in my desperation, I took the zeus-branch and made it dunfell-compatible. It was simple, besides declaring it compatible just replacing pythonnative with python3native, and cherry-picking a...
This is where they live in a zeus-based release: ``` /sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux/arm-oe-linux-clang++ /sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musl/arm-oe-linux-musl-clang++ /sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musleabi/arm-oe-linux-musleabi-clang++ /sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-clang++ ``` And my understandig of https://github.com/kraj/meta-clang/blob/3bb001d3f364bbf6588fed04b9ee2c7e74a0beba/recipes-devtools/clang/clang-crosssdk_git.bb#L20 is that this responsible for this. It didn't change since...
I'm closing this because in a second attempt at upgrading to dunfell, this issue didn't surface. It's a bit frustrating for me not to understand why, but then that's on...