Jeremy Spiegel

Results 19 comments of Jeremy Spiegel

The proposed fix works for me: ![image](https://user-images.githubusercontent.com/776117/184695921-3cd3200d-70c6-47bc-9189-865a5aff604f.png)

Looks like this was fixed in Electron via https://github.com/electron/electron/issues/35219.

I am able to reproduce this in 5.0.4 with a simple change to electron-quick-start using `titleBarStyle: 'hidden'` and a BrowserView (here is the [diff](https://github.com/electron/electron-quick-start/compare/master...jeremyspiegel:title-bar-cursor)). The BrowserView has a text input...

Sorry for the very delayed response. I recently tested it based off node-spdy 1.28.1 with chromium 37.0.2062.120 and still see the issue.

I'm seeing the same problem. I ran the loopback filesystem, and introduced a 10 second sleep in the read() function. Then, in one terminal window, I ran `cat` on a...

I enabled FUSE_TRACE_OP in kext/osxfuse/fuse.h, with a 10 second sleep in the read() function in my loopbackfs. I also added an IOLog for right before fuse_vnop_read returns. I found that...

I also tried setting a 10-second sleep at the top of fuse_vnop_read via msleep (rather than sleeping in my user-mode FS), and saw the same behavior where the fuse_vnop_getattr for...

I was unclear about how nodes are locked, but now I see now that the node is locked before entering `fuse_vnop_read` in `fuse_biglock_vnop_read`. If I call `fuse_nodelock_unlock(fvdat)` before `cluster_read` in...

@Ajaybh, we might need to implement `getattrlistbulk`? See https://github.com/openzfsonosx/zfs/issues/445.