All of lore.kernel.org
 help / color / mirror / Atom feed
* Still getting segmentation fault!
@ 2009-05-17 21:20 BandiPat
  2009-05-17 21:35 ` BandiPat
  0 siblings, 1 reply; 6+ messages in thread
From: BandiPat @ 2009-05-17 21:20 UTC (permalink / raw)
  To: Grub2 Development

root[Y]# grub-install /dev/sda --recheck

/usr/sbin/grub-install: line 307:   478 Segmentation fault 
$grub_setup ${setup_verbose} ${setup_force} --directory=${grubdir} 
--device-map=${device_map} ${install_device}


Daniel provided a backtrace earlier in the "Is this bad?" topic, so do 
you need more to run down the problem?

Thanks,
Pat

-- 
        ---Zenwalk v6.x--Linux 2.6.29---
         Registered Linux User #225206
"Ever tried Zen computing?"  http://www.zenwalk.org





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Still getting segmentation fault!
  2009-05-17 21:20 Still getting segmentation fault! BandiPat
@ 2009-05-17 21:35 ` BandiPat
  2009-05-18  1:21   ` Jeff Chua
  0 siblings, 1 reply; 6+ messages in thread
From: BandiPat @ 2009-05-17 21:35 UTC (permalink / raw)
  To: The development of GRUB 2

BandiPat wrote:
> root[Y]# grub-install /dev/sda --recheck
> 
> /usr/sbin/grub-install: line 307:   478 Segmentation fault $grub_setup 
> ${setup_verbose} ${setup_force} --directory=${grubdir} 
> --device-map=${device_map} ${install_device}
> 
> 
> Daniel provided a backtrace earlier in the "Is this bad?" topic, so do 
> you need more to run down the problem?
> 
> Thanks,
> Pat
> 
========
Sorry, replying to my own email, but didn't know if this might be 
significant as well.  Thinking maybe the only thing that didn't complete 
was the MBR writing, I tried rebooting to see if I got any errors.  I 
did get a rescue prompt, but couldn't do anything from it.  Here is the 
error:  grub_parser_execute not found

Hopefully helpful,
Pat



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Still getting segmentation fault!
  2009-05-17 21:35 ` BandiPat
@ 2009-05-18  1:21   ` Jeff Chua
  2009-05-19 16:18     ` BandiPat
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Chua @ 2009-05-18  1:21 UTC (permalink / raw)
  To: The development of GRUB 2

On Mon, May 18, 2009 at 5:35 AM, BandiPat <magicpage91@earthlink.net> wrote:
> BandiPat wrote:
>>
>> root[Y]# grub-install /dev/sda --recheck
>>
>> /usr/sbin/grub-install: line 307:   478 Segmentation fault $grub_setup
>> ${setup_verbose} ${setup_force} --directory=${grubdir}
>> --device-map=${device_map} ${install_device}

Same error here. Reverting back to git prior to May 05 fixes the issue.

Thanks,
Jeff.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Still getting segmentation fault!
  2009-05-18  1:21   ` Jeff Chua
@ 2009-05-19 16:18     ` BandiPat
  2009-05-19 17:00       ` Felix Zielcke
  2009-05-19 23:23       ` Pavel Roskin
  0 siblings, 2 replies; 6+ messages in thread
From: BandiPat @ 2009-05-19 16:18 UTC (permalink / raw)
  To: The development of GRUB 2

Jeff Chua wrote:
> On Mon, May 18, 2009 at 5:35 AM, BandiPat <magicpage91@earthlink.net> wrote:
>> BandiPat wrote:
>>> root[Y]# grub-install /dev/sda --recheck
>>>
>>> /usr/sbin/grub-install: line 307:   478 Segmentation fault $grub_setup
>>> ${setup_verbose} ${setup_force} --directory=${grubdir}
>>> --device-map=${device_map} ${install_device}
> 
> Same error here. Reverting back to git prior to May 05 fixes the issue.
> 
> Thanks,
> Jeff.
---------------
Has there been any progress made on getting the segmentation problem 
fixed?  I've only tested to svn2225, but you guys have made several 
changes since then.  Was one of those patches a fix for this problem?

Thanks
Pat



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Still getting segmentation fault!
  2009-05-19 16:18     ` BandiPat
@ 2009-05-19 17:00       ` Felix Zielcke
  2009-05-19 23:23       ` Pavel Roskin
  1 sibling, 0 replies; 6+ messages in thread
From: Felix Zielcke @ 2009-05-19 17:00 UTC (permalink / raw)
  To: The development of GRUB 2

Am Dienstag, den 19.05.2009, 12:18 -0400 schrieb BandiPat:
> Jeff Chua wrote:
> > On Mon, May 18, 2009 at 5:35 AM, BandiPat <magicpage91@earthlink.net> wrote:
> >> BandiPat wrote:
> >>> root[Y]# grub-install /dev/sda --recheck
> >>>
> >>> /usr/sbin/grub-install: line 307:   478 Segmentation fault $grub_setup
> >>> ${setup_verbose} ${setup_force} --directory=${grubdir}
> >>> --device-map=${device_map} ${install_device}
> > 
> > Same error here. Reverting back to git prior to May 05 fixes the issue.
> > 
> > Thanks,
> > Jeff.
> ---------------
> Has there been any progress made on getting the segmentation problem 
> fixed?  I've only tested to svn2225, but you guys have made several 
> changes since then.  Was one of those patches a fix for this problem?


No.
I'm not at all familiar with the partition code, so I don't have a clue
how to fix this best.
-- 
Felix Zielcke




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Still getting segmentation fault!
  2009-05-19 16:18     ` BandiPat
  2009-05-19 17:00       ` Felix Zielcke
@ 2009-05-19 23:23       ` Pavel Roskin
  1 sibling, 0 replies; 6+ messages in thread
From: Pavel Roskin @ 2009-05-19 23:23 UTC (permalink / raw)
  To: grub-devel

Quoting BandiPat <magicpage91@earthlink.net>:

> Jeff Chua wrote:
>> On Mon, May 18, 2009 at 5:35 AM, BandiPat <magicpage91@earthlink.net> wrote:
>>> BandiPat wrote:
>>>> root[Y]# grub-install /dev/sda --recheck
>>>>
>>>> /usr/sbin/grub-install: line 307:   478 Segmentation fault $grub_setup
>>>> ${setup_verbose} ${setup_force} --directory=${grubdir}
>>>> --device-map=${device_map} ${install_device}
>>
>> Same error here. Reverting back to git prior to May 05 fixes the issue.

I guess the reason is because identify_partmap() in  
util/i386/pc/grub-setup.c got NESTED_FUNC_ATTR, but the  
grub_partition_iterate() prototype didn't get updated.

Either we need another round of NESTED_FUNC_ATTR propagation, or we  
should actually take a different approach here, as discussed recently.

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-19 23:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-17 21:20 Still getting segmentation fault! BandiPat
2009-05-17 21:35 ` BandiPat
2009-05-18  1:21   ` Jeff Chua
2009-05-19 16:18     ` BandiPat
2009-05-19 17:00       ` Felix Zielcke
2009-05-19 23:23       ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.