From owner-freebsd-current@freebsd.org Wed Jul 22 15:03:39 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C68E69A823E for ; Wed, 22 Jul 2015 15:03:39 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A5C3C1A4F; Wed, 22 Jul 2015 15:03:39 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-232-46.lns20.per1.internode.on.net [121.45.232.46]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t6MF3O19020355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 22 Jul 2015 08:03:28 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: Kernel Application Binary Interface (kABI) support in FreeBSD To: Venkat Duvvuru References: <55A9157A.8050208@freebsd.org> <55A91837.50805@freebsd.org> <55AE5810.6080205@freebsd.org> Cc: Allan Jude , freebsd-current@freebsd.org From: Julian Elischer Message-ID: <55AFB0B7.4040605@freebsd.org> Date: Wed, 22 Jul 2015 23:03:19 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 22 Jul 2015 15:03:39 -0000 On 7/22/15 2:56 PM, Venkat Duvvuru wrote: > I have this setup where FreeBSD 9.0 OCE driver is loaded on FreeBSD > 9.3. The OCE module loads just fine but when the interface is > brought up, the system crashes. This happens everytime I bring the > interface up. > The backtraces are attached with this email. > However, if I build the same driver on 9.3, everything works just fine. > then that is a bug. Unfortunately I'm not your man for helping you find it at the moment. Do you now how to run a kernel under GDB? (either in a VM or with serial console (or firewire if you have it)) There is a handbook section on doing this. You might look at trying to see what actually goes wrong with the help of GDB. > > _______________________________________________ > freebsd-current@freebsd.org > mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org > " > > >