duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
897 stars 79 forks source link

cssh crashes on FreeBSD 9.3 #17

Closed brevius closed 8 years ago

brevius commented 9 years ago

Hi, I have following problem when running cssh on FreeBSD 9.3:

cssh localhost Assertion failed: (font != NULL), function IA__FcFontRenderPrepare, file fcmatch.c, line 453. Abort (core dumped) cssh -v Version: 4.03_03

I found some information that maybe this is related to fontconfig changes (which should be reflected in clusterssh code?)

brevius commented 9 years ago

I also checked cssh -e - and this works properly: Got hostname via ssh /usr/local/bin/xterm -xrm '*.VT100.allowSendEvents:true' -e 'ssh -x -o ConnectTimeout=10 localhost hostname ; echo Got hostname via ssh; sleep 2'

duncs commented 9 years ago

An assertion fail like that suggests the problem is within the Tk or X11::Protocol code. What versions are you using for these modules?

Duncs

brevius commented 9 years ago

Hi, I'm using: p5-Tk-804.032 p5-X11-Protocol-0.56

t.

duncs commented 8 years ago

Problem with Tk/X11::Protocol, not ClusterSSH, so closing off