From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sun, 18 Apr 2010 22:36:06 +0300 Message-ID: From: James Chapman To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] multiple pings cause panic Topicbox-Message-UUID: 075dc0f6-ead6-11e9-9d60-3106f5b1d025 On my new plan 9 terminal running under vmware fusion on my leopard macbook this happens: Executing the command term% for (i in `{seq 1 254}) {ip/ping -n 1 192.168.1.1&} causes panic: Fsprotoclone: all conversations in use panic :Fsprotoclone: all conversations in use dumpstack disabled cpu0: exiting Regardless of whether my program was sensible I guess this isn't supposed to happen. Right? James