É um antigo bug no Debian que não será corrigido em breve, considerando a última mensagem de Simon McVittie, no dia 4 de julho 2017, citando:
The gksu package (gksu, gksudo commands and the "root terminal" launcher) should be considered deprecated, and hasn't been touched since 2014. We should probably remove it from Debian before Debian 10.
Running gnome-terminal (or any graphical program, really) as root is not really something that is supported any more. gnome-terminal segfaulting (signal 11) when run like this is clearly a bug and should in principle be fixed, but it is unlikely to be anyone's highest priority.
Best practice is to run as much as possible (in particular all GUIs) as an ordinary user, and use sudo, pkexec, su -, ssh root@localhost or your favourite similar tool to escalate privileges where necessary.
(nota: gksu
é o que realmente é usado para lançar gnome-terminal
com o usuário root quando você clica em "Terminal raiz")
Portanto, como já foi aconselhado por Michael Bruce , abra um terminal clássico e digite su
ou su -
(sendo este último o preferido IMHO).