Lucas C. Villa Real
Lucas C. Villa Real
@piste-jp-ibm, I'm now looking into reproducing the original behavior. Would you know if the file with the flipped extent needs to be a candidate for writing to the Index Partition?...
That's really good to know, thanks! I will take a closer look at the interactions between the queues so I can understand the conditions which can lead to flipped extent...
The two threads' stack traces indicate they're waiting for different resources. The top-most thread is blocked while trying to downgrade the multi-reader, single writer `vol->lock` to reader mode. The bottom-most...
I had the very same problem. Fixed it by upgrading ALSA-Lib to version 1.1.5. APulse works like a charm again.
An initial port for macOS has been introduced by commit 66892265ca4a88aa2838f196b71f815b68b0bb59. The three backends (Python, C/C++, and LuaJIT) are supported. The only limitation, for now, is the lack of support...
I don't remember having seen this problem in the recent past. Which stream are you feeding to Gstreamer: ES or PES? DemuxFS processes all input packets, indeed, and currently there's...
Hello folks. I have WiFi working in direct-boot mode. I'm not using `esp-rs` nor `esp-idf`, but hopefully this is useful information for you: 1. ESP32-C3 ROM allocates `.bss` and `.data`...
Just a heads up: the problem seems to be related to the chunking logic. Once the callback returns to the caller (`H5D__chunk_flush_entry -> H5Z_pipeline -> callback`), `H5D__chunk_flush_entry` calls `H5D__chunk_file_alloc`, which...
Thanks for coming back to this issue, Neil. Back when I looked into this issue, I wanted to **produce** the contents of the dataset on the fly with [user-defined functions](https://github.com/lucasvr/hdf5-udf)....
Folks, I would appreciate if someone could review this PR. For symmetry, in addition to @jgallagher's original pull request, this PR implements `leave_multicast_group()`. This pair of functions is enough to...