From owner-freebsd-current@freebsd.org Tue Oct 23 22:52:01 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75584100827C for ; Tue, 23 Oct 2018 22:52:01 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 162FB74BD1 for ; Tue, 23 Oct 2018 22:52:01 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CE84A100827B; Tue, 23 Oct 2018 22:52:00 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD413100827A for ; Tue, 23 Oct 2018 22:52:00 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7097F74BBD for ; Tue, 23 Oct 2018 22:52:00 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id 54B6F25BFF for ; Tue, 23 Oct 2018 22:52:00 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io1-f42.google.com with SMTP id n18-v6so1950334ioa.9 for ; Tue, 23 Oct 2018 15:52:00 -0700 (PDT) X-Gm-Message-State: AGRZ1gIWc58dsrHfnKVBC4C2z2SzNDURd7sKfV3Aa4PBF3UI3Jn/KnAa qBxYo0jp7wmB/a1DjcTN8jE6Q4svZpCmUTfD/pA= X-Google-Smtp-Source: AJdET5cA7nZeiaB7gN+byPaKBS82YJLl7+76a+ve/mlYS+ht98r+d1UCGqyIhams8m0eOKk8iFa4em/BMc0Al5MZqIM= X-Received: by 2002:a6b:db12:: with SMTP id t18-v6mr13028000ioc.132.1540335119798; Tue, 23 Oct 2018 15:51:59 -0700 (PDT) MIME-Version: 1.0 References: <20181023092053.GA22982@x2.osted.lan> In-Reply-To: <20181023092053.GA22982@x2.osted.lan> From: Matthew Macy Date: Tue, 23 Oct 2018 15:51:48 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: panic: mtx_lock() by idle thread ... mutex igb0 @ ../../../net/iflib.c:2084 To: Peter Holm Cc: current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2018 22:52:01 -0000 Will fix. On Tue, Oct 23, 2018 at 2:21 AM Peter Holm wrote: > > Feeding entropy: . > lo0: link state changed to UP > panic: mtx_lock() by idle thread 0xfffff800036ac000 on sleep mutex igb0 @ ../../../net/iflib.c:2084 > cpuid = 4 > time = 1540286062 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe007876e610 > vpanic() at vpanic+0x1a3/frame 0xfffffe007876e670 > panic() at panic+0x43/frame 0xfffffe007876e6d0 > __mtx_lock_flags() at __mtx_lock_flags+0x15a/frame 0xfffffe007876e720 > iflib_admin_intr_deferred() at iflib_admin_intr_deferred+0x2a/frame 0xfffffe007876e750 > em_msix_link() at em_msix_link+0x84/frame 0xfffffe007876e780 > iflib_fast_intr_ctx() at iflib_fast_intr_ctx+0x21/frame 0xfffffe007876e7a0 > intr_event_handle() at intr_event_handle+0xbb/frame 0xfffffe007876e7f0 > intr_execute_handlers() at intr_execute_handlers+0x58/frame 0xfffffe007876e820 > lapic_handle_intr() at lapic_handle_intr+0x5f/frame 0xfffffe007876e840 > Xapic_isr1() at Xapic_isr1+0xd9/frame 0xfffffe007876e840 > --- interrupt, rip = 0xffffffff811e6be6, rsp = 0xfffffe007876e910, rbp = 0xfffffe007876e910 --- > acpi_cpu_c1() at acpi_cpu_c1+0x6/frame 0xfffffe007876e910 > acpi_cpu_idle() at acpi_cpu_idle+0x23d/frame 0xfffffe007876e960 > cpu_idle_acpi() at cpu_idle_acpi+0x3f/frame 0xfffffe007876e980 > cpu_idle() at cpu_idle+0xa7/frame 0xfffffe007876e9a0 > sched_idletd() at sched_idletd+0x517/frame 0xfffffe007876ea70 > fork_exit() at fork_exit+0x84/frame 0xfffffe007876eab0 > fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe007876eab0 > --- trap 0, rip = 0, rsp = 0, rbp = 0 --- > KDB: enter: panic > [ thread pid 11 tid 100007 ] > Stopped at kdb_enter+0x3b: movq $0,kdb_why > db> x/s version > version: FreeBSD 13.0-CURRENT r339638 PHO-GENERIC\012 > db> > -- > Peter > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"