ref: 772a5f13549c953b509f0b61448bf162c03cee44
parent: b3b0cc848484fe362168f446d9b72870e3d0d5b9
author: Noam Preil <noam@pixelhero.dev>
date: Thu Jul 4 17:56:52 EDT 2024
notebook: buggy :(
--- a/notebook
+++ b/notebook
@@ -1197,4 +1197,36 @@
Cache not locking right, maybe?
-Yep!
+I don't think I ever restored bucket locking...
+
+Just going to lock around puts, since there's no eviction yet... annnnnd it hangs. lol.
+
+> locking bucket...locked.
+> bucket put, unlocking...done
+
+The only line that locks a bucket has that print before it, so... this isn't hanging on lock??
+
+hanging in pread() after grabbing the block from the cache???? what the hell!
+
+yeah, print() debugging confirms.
+locking bucket...locked.
+bucket put, unlocking...done
+reading data into cache...
+
+the hell?!
+
+Okay, reverted and that's still happening, so... um. What??
+
+Fully reverted everything and it's still going on. Confusion.
+
+Rebooting is a _really_ stupid potential "solution." This is an issue.
+
+I can read from the file using e.g. dd, so this _probably_ isn't e.g. a kernel issue where something is locked because i unplugged the RNDIS device while it was in use :P
+
+eughhhh
+
+tangentially, I need to make my acme scripts clean up when acme dies >_< makes looking through the process list much more annoying than it really needs to be.
+
+Good news is that it's still broken after reboot. Did something get accidentally added to a commit and break it? :/
+
+