mautrix / docs

Documentation for everything mautrix
https://docs.mau.fi
Creative Commons Attribution Share Alike 4.0 International
43 stars 54 forks source link

/reject -> crash #77

Open taschenlampe opened 3 weeks ago

taschenlampe commented 3 weeks ago

Hi!

I see in gomuks some empty rooms (that I do not see in the other matrix clients), I try to delete these rooms, by entering the "room" then "/reject"

What I did:

gomuks --version
gomuks 0.3.1+dev.unknown (unknown with go1.21.12)

runtime error: invalid memory address or nil pointer dereference goroutine 209 [running]: runtime/debug.Stack() /usr/lib64/go/1.21/src/runtime/debug/stack.go:24 +0x5e maunium.net/go/gomuks/debug.PrettyPanic({0x56529797fc00?, 0x56529806e5a0}) /home/abuild/rpmbuild/BUILD/gomuks-0.3.1/debug/debug.go:161 +0x190 maunium.net/go/gomuks/debug.Recover() /home/abuild/rpmbuild/BUILD/gomuks-0.3.1/debug/debug.go:135 +0x50 panic({0x56529797fc00?, 0x56529806e5a0?}) /usr/lib64/go/1.21/src/runtime/panic.go:914 +0x21f maunium.net/go/gomuks/ui.cmdReject(0x565297976060?) /home/abuild/rpmbuild/BUILD/gomuks-0.3.1/ui/commands.go:147 +0x1e maunium.net/go/gomuks/ui.(CommandProcessor).HandleCommand(0xc000099e50, 0xc00013c5a0) /home/abuild/rpmbuild/BUILD/gomuks-0.3.1/ui/command-processor.go:286 +0xcb created by maunium.net/go/gomuks/ui.(RoomView).InputSubmit in goroutine 1 /home/abuild/rpmbuild/BUILD/gomuks-0.3.1/ui/room-view.go:701 +0xc5

Is there anything I could provide to debug this?