9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] multiple pings cause panic
Date: Sun, 18 Apr 2010 16:32:26 -0400	[thread overview]
Message-ID: <b3de56a08fbc4b0c785562b98898b2b2@kw.quanstro.net> (raw)
In-Reply-To: <o2tb85d21141004181236q9a9ef530j9a4bfae80b411646@mail.gmail.com>

> term% for (i in `{seq 1 254}) {ip/ping -n 1 192.168.1.1&}

i think you mean

	for(i in `{seq 1 254}){ip/ping -n1 192.168.1.$i}

> 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?

nope.  that's the way it's supposed to go.
the idea is that if all the conversations are used up,
then your machine is useless and you might as well
panic.

however, a fair question to ask is, is this limit
reasonable, and is panicing really the right thing
to do.

i'd guess printing nasties on the console makes
more sense.

- erik



  reply	other threads:[~2010-04-18 20:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-18 19:36 James Chapman
2010-04-18 20:32 ` erik quanstrom [this message]
2010-04-18 20:54   ` James Chapman
2010-04-18 21:19     ` erik quanstrom
2010-04-18 20:39 ` geoff
2010-04-18 23:52   ` erik quanstrom
2010-04-19  0:23     ` cinap_lenrek
2010-04-19  0:27       ` erik quanstrom
2010-04-19  1:19         ` cinap_lenrek
2010-04-19  1:27           ` andrey mirtchovski
2010-04-19  2:53           ` erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3de56a08fbc4b0c785562b98898b2b2@kw.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).