Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 12:49:49 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Fred Clift <fclift@verio.net>
Cc:        freebsd-alpha@freebsd.org
Subject:   re: fxp unaligned access 
Message-ID:  <16040.5549.738597.905251@grasshopper.cs.duke.edu>
In-Reply-To: <20030424070850.O68602-100000@vespa.dmz.orem.verio.net>
References:  <20030424070850.O68602-100000@vespa.dmz.orem.verio.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Fred Clift writes:
 > 
 > Here is the trace on that unaligned access I previously mentioned.
 > 
 > 
 > 
 > So now that I know the unaligned access was in fxp_add_rfabuf in
 > src/sys/dev/fxp/if_fxp.c, So, how can I track this down to a specific line
 > of code? (I'm off to read the ddb manpage right now, so perhaps this is
 > just a dumb newbie quesiton...)
 > 

run gdb on the kernel.debug matching your booted kernel and say

(gdb) l *fxp_add_rfabuf+0x80

Drew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16040.5549.738597.905251>