David Ellis
David Ellis
Hmm... There was another error that I didn't notice before. https://github.com/uber/h3/actions/runs/9521371842/job/26248637576?pr=846#step:7:301 Let me see if I can figure that out.
So that last failure was legit, and was a copy-paste error when I set up arg parsing in one of the new subcommands. I have no idea what black magic...
Just rebased to get the new tests run on this branch. Since I have two approvals if these new tests also pass I'll merge this.
I edited my local cargo cache to insert a debug log on the buffer that's being set to be freed that is crashing things, which you can see below (with...
So only one place creates a label with that name, the `device_create_buffer` in `wgpu_core/src/device/global.rs` Some debug logging on the args there reveals: ``` desc: BufferDescriptor { label: None, size: 16,...
@ErichDonGubler understood. Do you know what the timeline is on that conversion? I've realized that my hack to work around this won't cut it because it fails for the OpenGL...
@ErichDonGubler got it! But in the meantime, I have finally realized what's actually causing the crash in `copy_buffer_to_buffer` and it's the **tracing itself**. I turned on tracing when I couldn't...
So unfortunately I am not 100% sure that things are fixed. Here is a screenshot of me re-branching off of the commit where I was trying to move to 0.20.0...
Hey, took a while to get back on this because my nvme drive on the machine died mid-debugging and I had to debug that first. Anyways, it looks like it...
> No worries! Are you having issues with that GPU/driver in other apps as well? We could still be at fault for segfaults inside drivers if we use the API...