From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 15276] latest git kernel: general protection fault: 0000 [#1] Date: Sat, 13 Feb 2010 08:08:45 GMT Message-ID: <201002130808.o1D88j30029146@demeter.kernel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.sourceforge.net To: dri-devel@lists.sourceforge.net List-Id: dri-devel@lists.freedesktop.org http://bugzilla.kernel.org/show_bug.cgi?id=15276 --- Comment #11 from Markus Trippelsdorf 2010-02-13 08:08:14 --- Michael, the first thing I would try is to revert the bug 15186 fix: git revert 062b389c8704e539e234cfd67c7e034a514f50bf Then rebuilt your kernel and try to reproduce the problem. If the bug went away we know the cause... If the bug is still there you can try to git bisect the problem: First reset git: git reset --hard v2.6.33-rc8 Then start bisecting by: git bisect start git bisect bad (Current version is bad) git bisect good 2.6.33-rc6 rebuilt the kernel and start testing. If the build is bug free, run: git bisect good If the kernel still has the bug, run: git bisect bad Then repeat the above until you have pinpointed the problem. See man git-bisect for more info. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev --