Omar Sandoval
Omar Sandoval
What version of llvm-libs do you have? I.e., what's the output of `llvm-config --version`?
Interesting that bcc also hit this in iovisor/bcc#615. The problem is actually the `set_curterm((struct term *)nullptr)`. A possible fix for LLVM would be to only call `setupterm()` if `cur_term !=...
Sorry for the delay. Is there a corresponding fix in the kernel for this?
Yes, for this test case, direct is necessary. Without direct, we're just testing the page cache, not the block layer. If you're still seeing this failure, can you paste the...
Hi, sorry about the delay, I've been away for a few weeks. What's the use case for this feature? Is it too difficult to parse the existing format and translate...
Last I remember, I wasn't able to get the reproducer to trigger in blktests. I was going to merge it anyways, but there was some other issue with it that...
Here is the last thing I could find if you want to try pulling out the fio job and running that: https://github.com/osandov/blktests/commit/a1c4b5be0e53e82ac3f04d782d759434c9f3cb4d
There were some patches way back in 2015 (https://www.spinics.net/lists/xfs/msg33832.html) from @tytso for compiling xfsprogs for Android. What's the situation now?
Hm, this looks like a fio bug. What version of fio are you running? (`fio --version`)
I hit the same fio error today, along with a BUG_ON in the msi code. I'll take a look.