Trouble debugging a kernel dump (kgdb: kvm_read: invalid address)

2006-05-27 Thread Joost Bekkers
Hi The problem is probably in front of the keyboard, but I don't know what I'm doing wrong. A pc of a friend of mine has been crashing lately after installing 6.0R on it. It has ran 4.10R rock solid ever since it was released. Whenever I try to open the dump I get the following: # kgdb -d /usr/

Re: Trouble debugging a kernel dump (kgdb: kvm_read: invalid address)

2006-05-27 Thread Kris Kennaway
On Sat, May 27, 2006 at 12:59:19PM +0200, Joost Bekkers wrote: > Hi > > The problem is probably in front of the keyboard, but I don't know what I'm > doing wrong. > > A pc of a friend of mine has been crashing lately after installing 6.0R on it. > It has ran 4.10R rock solid ever since it was rel

Re: misc questions about the device&driver arch

2006-05-27 Thread william wallace
hi ,all I am porting something from linux to freebsd ,i found the DataTypes hard to translate ,then i saw that many types inlinux can be found in drm_os_freebsd.h,such as typedef int8_ts8; typedef int16_t s16; typedef int32_t s32; typedef u_int8_t u8; typedef u_int16_t u16; typede