NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: kern/49707: i386 i915drmkms on 82845G/GL panic with Xorg intel driver



The following reply was made to PR kern/49707; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: riastradh%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost,
    jdbaker%mylinuxisp.com@localhost
Subject: re: kern/49707: i386 i915drmkms on 82845G/GL panic with Xorg intel driver
Date: Tue, 13 Oct 2015 17:55:41 +1100

 >  I rebuilt with MKDEBUG=3Dyes (and MKDEBUG_LIB=3Dyes, just in case).  I =
 presume
 >  I would issue something like:
 >  =
 
 >    # gdb -s /usr/libdata/debug/usr/X11R7/bin/Xorg.debug -e /usr/X11R7/bi=
 n/Xorg
 
 you shouldn't need to specify the debug info file directly, it should
 be referenced such that GDB will find it.
 
 >  In any event, I tried that, and 'gdb' claimed there were no debugging
 >  symbols found.  Running X still ends in Bus Error and the output is the
 >  same as my previous post on the matter.
 >  =
 
 >  I suppose I need to do a non-update build if I've not built with
 >  MKDEBUG=3Dyes before?  I'm doing that now.  It will take some time.
 
 another method is to set "DBG=3D-g -O2" in mk.conf or environment when
 building (without MKDEBUG).  this leaves full debugging info in the
 normal binaries..
 
 i don't know what's wrong that it isn't working yet, but either try
 using gdb normally, or, try building with DBG as above.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index