Re: spontaneous reboots and hangs on x86_64

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Vegard Nossum
Date: Friday, May 16, 2008 - 1:13 am

On Fri, May 16, 2008 at 7:37 AM, Mariusz Kozlowski
<m.kozlowski@tuxland.pl> wrote:

You need to be on a branch. If git-branch says this:

$ git branch
* (no branch)

then git will not allow you to bisect:

$ git bisect start v2.6.24 v2.6.25
fatal: ref HEAD is not a symbolic ref
Bad HEAD - I need a symbolic ref

Try first checkout out a new branch:

$ git checkout -b bisect
Switched to a new branch "bisect"

$ git bisect start v2.6.24 v2.6.25
Switched to branch "master"

Good luck!

Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: spontaneous reboots and hangs on x86_64, Adrian Bunk, (Thu May 15, 1:31 pm)
Re: spontaneous reboots and hangs on x86_64, Stephen Rothwell, (Thu May 15, 9:06 pm)
Re: spontaneous reboots and hangs on x86_64, Mariusz Kozlowski, (Thu May 15, 10:17 pm)
Re: spontaneous reboots and hangs on x86_64, Mariusz Kozlowski, (Thu May 15, 10:37 pm)
Re: spontaneous reboots and hangs on x86_64, Stephen Rothwell, (Fri May 16, 12:44 am)
Re: spontaneous reboots and hangs on x86_64, Vegard Nossum, (Fri May 16, 1:13 am)
Re: spontaneous reboots and hangs on x86_64, Mariusz Kozlowski, (Fri May 16, 11:46 am)
Re: spontaneous reboots and hangs on x86_64, Mariusz Kozlowski, (Fri May 16, 11:53 am)
Re: spontaneous reboots and hangs on x86_64, Dan Noé, (Fri May 16, 1:11 pm)
Re: spontaneous reboots and hangs on x86_64, Stephen Rothwell, (Fri May 16, 8:23 pm)
Re: spontaneous reboots and hangs on x86_64, Mariusz Kozlowski, (Sat May 24, 9:11 am)