From owner-freebsd-current@freebsd.org Mon Apr 16 17:27:45 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 6AE1CF961BB; Mon, 16 Apr 2018 17:27:45 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f45.google.com (mail-it0-f45.google.com [209.85.214.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0779A80513; Mon, 16 Apr 2018 17:27:44 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f45.google.com with SMTP id 19-v6so12584191itw.3; Mon, 16 Apr 2018 10:27:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=DQobMNZ1/DTswlhV1dEpXO8nk3Cdsx15VOKeuC2zI2M=; b=TAOwCqBGvSVBkj8WocuyOy4Yg61hwS0aGv/NW5BaaHMWZmtxbLmSXPvZ8XOEU5UeCZ NIIgNOYzmO/ol5owpuiFyQvtg5+0wvBZ22k4yc1ObcTy5cSSV5ZxONJnCbir45Nrrnl/ 39399MT3gLANLbj7mBeD2ToYLzDuq1qlROJMPyN7gOqGhS+mKu8p/ihO1p848KAjqOGY 9Yp1Jn8D4voxiJYM6HGh8W9C5z6xnvA3pnPiNls+jMOleY7b6N2mmzzzrcmCzcGH+EWM KaJiX9iPdIFjm9t4jzuUt9nzqmJiesp0G0oxlDXJ4HI2ms1E/+4hCMnxddC3FxzBfxDL 1Z/Q== X-Gm-Message-State: ALQs6tD1cmqhFDJASa6auWDQm0PCgZeogWH6s0tSXTA84M5aF/I3I+rw oYLwf+AFs6l6TvY+5hXhJ5/lphxM X-Google-Smtp-Source: AIpwx49HvFnrmWT1Qf4lB99YqdlIpf/8e29XglcbpNK0u2F8g/O4eD66jZTYSaCfTyfMcjYZs+I6Jw== X-Received: by 2002:a24:5f45:: with SMTP id r66-v6mr16269890itb.126.1523899657945; Mon, 16 Apr 2018 10:27:37 -0700 (PDT) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com. [209.85.223.171]) by smtp.gmail.com with ESMTPSA id j197sm1926459ioj.45.2018.04.16.10.27.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Apr 2018 10:27:37 -0700 (PDT) Received: by mail-io0-f171.google.com with SMTP id a7so3109842ioc.12; Mon, 16 Apr 2018 10:27:37 -0700 (PDT) X-Received: by 10.107.69.23 with SMTP id s23mr19655812ioa.173.1523899657130; Mon, 16 Apr 2018 10:27:37 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.34.77 with HTTP; Mon, 16 Apr 2018 10:27:36 -0700 (PDT) In-Reply-To: <20180416102710.GA90028@hell.ukr.net> References: <20180416102710.GA90028@hell.ukr.net> From: Conrad Meyer Date: Mon, 16 Apr 2018 10:27:36 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Current panic on boot on H11DSI motherboard with epyc cpu (nexus_add_irq: failed) To: Vitalij Satanivskij Cc: "freebsd-hackers@freebsd.org" , freebsd-current , Stephen Hurd , Sean Bruno , Matthew Macy Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 16 Apr 2018 17:27:45 -0000 Hi Vitalij, On Mon, Apr 16, 2018 at 3:27 AM, Vitalij Satanivskij wrote: > DUMP can be found here http://hell.ukr.net/panic/panic.jpg > or even video record from screen http://hell.ukr.net/panic/recorder.webm Looks like the panic message is printed directly after: "igb0: using 2 rx queues 2 tx queues" (iflib_msix_init(), called by iflib_device_register()). And stack is indeed coming from iflib in probe (0:17 in linked video): panic() nexus_add_irq() msix_alloc() pci_alloc_msix_method() iflib_device_register() iflib_device_attach() device_attach() ... Stephen, Matt, or Sean might be able to help diagnose further. Best, Conrad