configs that make my Mac crash

2005-08-29 Thread Hollis Blanchard
Steps to reproduce: 1. cat > small.cfg << EOF linux (hd,2)/vmlinuz-2.6.12-1.1447_FC4 root=/dev/VolGroup00/LogVol00 initrd (hd,2)/initrd-2.6.12-1.1447_FC4.img EOF 2. cat > title.cfg << EOF title linux linux (hd,2)/vmlinuz-2.6.12-1.1447_FC4 root=/dev/VolGroup00/LogVol00 initrd (h

Re: Completion for arguments

2005-08-29 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Saturday 27 August 2005 00:11, Marco Gerards wrote: >> + /* Add the short arguments. */ >> + for (option = cmd->options; option->doc; option++) >> +{ >> + if (!option->shortarg) >> +continue; > > This should be: > > if (! grub

Re: Debugging

2005-08-29 Thread pjones
On Wed, 2005-05-18 at 08:59 -0700, Scott Becker wrote: > I'm not familiar with strace (I'm just an imaging app programmer [on doze]). > > The patch I'm referring to is on this page: > http://i2o.shadowconnect.com/download.php > > I believe that since RH now defaults to using I2O_block for raid >

Re: backtrace support

2005-08-29 Thread Vincent Guffens
I have the idea that another array for the symbols is not required. I think we can use one common table. The symbol name and symbol address are already in there. The hard thing is would getting the size, perhaps we could leave that open and fill it in with a function, or can we use a ld/gcc f

Re: backtrace support

2005-08-29 Thread Vincent Guffens
Hi, I will make change to the patch according to these comments. +void EXPORT_FUNC(grub_register_debug_sym) (const char*, void*, grub_size_t); +void EXPORT_FUNC(grub_unregister_debug_sym) (void *); +int EXPORT_FUNC(grub_print_debug_sym) (grub_addr_t); +void EXPORT_FUNC(grub_backtrace) (void