grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] add a counter in grub_dprintf


From: Robert Millan
Subject: Re: [PATCH] add a counter in grub_dprintf
Date: Sat, 21 Jun 2008 16:19:07 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, Jun 19, 2008 at 02:42:34PM -0400, Isaac Dupree wrote:
> Robert Millan wrote:
> >How about adding a counter to grub_dprintf to make it easy to instrument
> >GRUB and find which are the bottlenecks in boot time?
> >
> >Sidenote: perhaps it'd be a good idea to conditionalize all grub_dprintf
> >calls with #ifdef DEBUG to obtain a smaller core.img.  It's not hard to
> >ask a user to rebuild if dprintf is needed,
> 
> Are the dprintf's useful for users' debugging, not just debugging GRUB 
> bugs?  If it is, I'm not sure... If I accidentally broke something on my 
> disk so that the core image couldn't find the modules/configuration, 
> then it might be a little hard to rebuild grub and reinstall on that 
> machine.  Obviously I'll be able to, somehow, if my computer isn't 
> completely hosed, but I'd rather be able to search for debugging 
> information I recorded ASAP so I need fewer iterations of nuisance for 
> myself.  Perhaps a minor issue.

dprintf can be useful for debugging, but not for fixing the problem (except
maybe in very rare situations).  So if your system can't boot, it's not
going to change much.

Most users won't know about grub_dprintf untill they're told to use it to
send a debug trace;  so in a typical situation they would still have to boot
their system somehow, in order to send us a bug report.

OTOH, it could add maintainance burden for us when we have to explain
everyone that they have to rebuild and reinstall GRUB to get the debug
output _and_ it opens the door for heisenbugs.

But space in post-mbr area is precious, and if we can save a bit, it means
less users who will run into trouble in first place.

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What good is a phone call… if you are unable to speak?
(as seen on /.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]