Comment by ~ilyaigpetrov on ~sircmpwn/aerc2
aerc is of version 0.4.0
Ticket created by ~ilyaigpetrov on ~sircmpwn/aerc2
I don't remember what triggers this bug.
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x60 pc=0x8b1397] goroutine 1 [running]: github.com/creack/pty.StartWithAttrs(0x0, 0xc000841a28, 0xc00032c500, 0xc000736318, 0x0, 0x0) /home/ilyaigpetrov/go/pkg/mod/github.com/creack/pty@v1.1.10/run.go:57 +0xa7 git.sr.ht/~sircmpwn/aerc/widgets.(*Terminal).Draw(0xc000740fd0, 0xc00046d560) /home/ilyaigpetrov/Soft/aerc/widgets/terminal.go:241 +0x89f git.sr.ht/~sircmpwn/aerc/lib/ui.(*Grid).Draw(0xc000740f20, 0xc00046d230) /home/ilyaigpetrov/Soft/aerc/lib/ui/grid.go:142 +0x255 git.sr.ht/~sircmpwn/aerc/widgets.(*Composer).Draw(0xc000524600, 0xc00046d230) /home/ilyaigpetrov/Soft/aerc/widgets/compose.go:298 +0x48 git.sr.ht/~sircmpwn/aerc/lib/ui.(*TabContent).Draw(0xc0000dc690, 0xc00046d230) /home/ilyaigpetrov/Soft/aerc/lib/ui/tab.go:393 +0x5f git.sr.ht/~sircmpwn/aerc/lib/ui.(*Grid).Draw(0xc0000b80b0, 0xc000097d10) /home/ilyaigpetrov/Soft/aerc/lib/ui/grid.go:142 +0x255 git.sr.ht/~sircmpwn/aerc/widgets.(*Aerc).Draw(0xc0000b8160, 0xc000097d10) /home/ilyaigpetrov/Soft/aerc/widgets/aerc.go:172 +0x3d git.sr.ht/~sircmpwn/aerc/lib/ui.(*UI).Tick(0xc0000e60a0, 0xc00009e400) /home/ilyaigpetrov/Soft/aerc/lib/ui/ui.go:113 +0xf6 main.main() /home/ilyaigpetrov/Soft/aerc/aerc.go:192 +0x672
Ticket created by ~ilyaigpetrov on ~sircmpwn/aerc2
- Install aerc 0.4.0.
make && make install
,aerc
.- Feed gmail account address to the wizard (using google password, not app password).
- When wizard asks "Copy sent messages to 'Sent' folder?" I can't choose "Yes" or "No" neither with "Enter" nor with "Space" keys. Aerc doesn't freezes, I still can focus on fields using tab but just can't select yes or no.
Comment by ~ilyaigpetrov on ~sircmpwn/aerc2
This error also happens after recovering after suspension (
sudo suspend
, I guess "hibernation" is also a right word).