From owner-freebsd-hackers@FreeBSD.ORG Mon May 13 06:37:20 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7B82FD84 for ; Mon, 13 May 2013 06:37:20 +0000 (UTC) (envelope-from comnetboy@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 4E81B930 for ; Mon, 13 May 2013 06:37:20 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id xn12so6106558obc.24 for ; Sun, 12 May 2013 23:37:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=oTknTs9rbKGYEkGn4cUvtCMabBzhbqtSsxYrr8l5EEM=; b=zElTAtFxlEq7qhbCnftOEnQ5OCGNvb2Lc2hjRp4yUI5hPIZT5MH8ZdGar3L4pFXhDq jibnQ13E8ODRFKYJTaRqt+6w8C5RBaq55jl7bNWzT+GdjooKNfEuAaIcUhe5AvM3kXYB rpl5edWQ6Pp8fu1rS4oYEUDTIjC6c/2tfQTJ5iWCWHRkyrlCn8QjhQt77i9c3FDN057X SujuJ+AgHBKWfx+KaAg7snXeaI/65U5tHId6lZqKJkIz2RO317WztvCO4rIoN+7ny9M1 Mxsr7TVUVvWaAlCi59OkzPuVFDsxrZv66/OG1lS2vK7a8WwZEIl/+ov6cvUk37cqptI+ KueQ== MIME-Version: 1.0 X-Received: by 10.60.115.73 with SMTP id jm9mr4661178oeb.126.1368427039856; Sun, 12 May 2013 23:37:19 -0700 (PDT) Received: by 10.182.103.5 with HTTP; Sun, 12 May 2013 23:37:19 -0700 (PDT) Date: Mon, 13 May 2013 11:07:19 +0430 Message-ID: Subject: A problem with alq module! From: Computer Network Man To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Mon, 13 May 2013 11:38:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 06:37:20 -0000 Dear Guys; In a fresh FreeBSD 9 or 9.1 Release if you just run these commands: # kldload alq # kldunload alq # init 0 or shutdown -p now it will panic! maybe it's a bug. We have a module which uses alq API's. MODULE_DEPEND(mymodule, alq, 1, 1, 1) when our module starts, loads alq. and when it stops, unloads alq. So after starting and stoping our module and shutdown, we have panic. any opinion in this regard would be appreciated.