You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lastRead field must be aligned to an 8-byte boundary in a 32-bit environment, necessitating a modification to the PassthroughPipe structure as follows.
"panic: unaligned 64-bit atomic operation" in windows 32bit
The
lastRead
field must be aligned to an 8-byte boundary in a 32-bit environment, necessitating a modification to thePassthroughPipe
structure as follows.https://github.com/ActiveState/termtest/blob/master/xpty/passthrough_pipe.go#L27
The text was updated successfully, but these errors were encountered: