Dan Kenigsberg wrote:
Hi List,

I'm creating tun interfaces, deleting them, and connecting them to a bridge (not
necessarily in that order).

Occasionally, brctl aborts in what looks like a call to abort(2). I get

/bin/sh: line 1: 30963 Aborted                 sudo /usr/sbin/brctl show sw0

Now what may be causing it? Might it be the fact that in the same time other
processes are playing with brctl {addif,delif} ?
A quick peek at the brctl code show no reference to abort(), so it probably
comes from a deeper place. Any guess from where?


It means brctl caught a SIGSEGV.

Run "dmesg" after one of these incidents. I have a feeling the results will be interesting.

Gilad

--
Gilad Ben-Yossef <[EMAIL PROTECTED]>
Chief Coffee Drinker

Codefidence Ltd.                | Web: http://codefidence.com
Work: +972-3-7515563 ext. 201   | Mobile: +972-52-8260388

        "Your hovercraft is full of eels. For information on
         emptying your hovercraft, turn to Section 2.6.a.17
         of your hovercraft user manual".
                - The Monty Python technical writer


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to