[dtn-users] Problem DTN2 daemon

kevin prima <sir.kevinprima@gmail.com> Thu, 31 December 2015 08:17 UTC

Return-Path: <sir.kevinprima@gmail.com>
X-Original-To: dtn-users@ietfa.amsl.com
Delivered-To: dtn-users@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 62E9E1A8772 for <dtn-users@ietfa.amsl.com>; Thu, 31 Dec 2015 00:17:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.8
X-Spam-Level:
X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lswSi8xBqXPE for <dtn-users@ietfa.amsl.com>; Thu, 31 Dec 2015 00:17:37 -0800 (PST)
Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EEC631A8776 for <dtn-users@ietfa.amsl.com>; Thu, 31 Dec 2015 00:17:36 -0800 (PST)
Received: by mail-lf0-f42.google.com with SMTP id z124so231648638lfa.3 for <dtn-users@ietfa.amsl.com>; Thu, 31 Dec 2015 00:17:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fmsQ0ZBQSWxzheoqb3Xft80IHoJIu9o4IS1ElL1/hxk=; b=CPRnRy5X19jJ8tbWpACcK0mnw85jwGNDU1LUuqAL3+NOsAWFdblHkjBEOxtKqJGf5N Br0PdDmuLDJAUmUGx7Mo0At8TZ2igSQti/T5A8UzyTev3YPFsdaC4qasxHSkKP5Q/Lo0 QkIKGcQE89lhnU1ewPUvxP1x2qqUUfIruHiUdnJ9Ah+596k1gHhfHLq51pOWuShIaCL4 R8rGkOGpMHu/p8FU/hxoifnoK9YY84khvwqWU2C0X9uB76PDam86Bw8kFRy3Mhu3F9k6 BGl4e2QHnpelegOJD1u9TgqwC2efQeO8G8naG8gro9yRz/CG+ST5OjcUkq/VDvd0mqhG eGRQ==
MIME-Version: 1.0
X-Received: by 10.25.90.13 with SMTP id o13mr12383352lfb.114.1451549854696; Thu, 31 Dec 2015 00:17:34 -0800 (PST)
Received: by 10.25.208.193 with HTTP; Thu, 31 Dec 2015 00:17:34 -0800 (PST)
Date: Thu, 31 Dec 2015 15:17:34 +0700
Message-ID: <CAKvrc=1DB_4ajY1YNPSvmW6F2Rvp3k5a_LpxXUtgi2ctMm5UrQ@mail.gmail.com>
From: kevin prima <sir.kevinprima@gmail.com>
To: dtn-users@ietfa.amsl.com
Content-Type: multipart/alternative; boundary="001a114122d2768d6b05282d4977"
Archived-At: <http://mailarchive.ietf.org/arch/msg/dtn-users/LYqUhr2ITkQeg06PFsuRwmPRBPI>
Subject: [dtn-users] Problem DTN2 daemon
X-BeenThere: dtn-users@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "The Delay-Tolerant Networking Research Group \(DTNRG\) - Users." <dtn-users.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/dtn-users>, <mailto:dtn-users-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dtn-users/>
List-Post: <mailto:dtn-users@irtf.org>
List-Help: <mailto:dtn-users-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/dtn-users>, <mailto:dtn-users-request@irtf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Dec 2015 08:17:38 -0000

Dear all,

I want to run 5 DTN node in 2 hop topology scenario with DTLSR routing,
source and destination node connected with dtn node 1,2,and 3 but couldn't
reach each other.
When I try to send ping packet use dtnping, sometimes it show error like
this in node 1, node 2, and node 3:

warning: Bundle::del_ref is waiting for spin lock held by (null), which has
reached spin limit
STACK TRACE: 0x76f51c84 0x3eda8 0x3ed00 0x59444

The impact is node 1, 2 or 3 become unavailable. What should I do to fix
this problem ?

Thanks,
Kevin