bug-grub
[Top][All Lists]
Advanced

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

[bug #44448] grub refuses to load (or recognize) a freebsd module -- "fi


From: Toomas Soome
Subject: [bug #44448] grub refuses to load (or recognize) a freebsd module -- "file not found"
Date: Tue, 12 May 2015 13:29:28 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.6.3 (KHTML, like Gecko) Version/8.0.6 Safari/600.6.3

Follow-up Comment #34, bug #44448 (project grub):

ah, ok, i think i can see what is going on there -- the mzap itself has indeed
number of chunks defined as 16bit int, meaning that single mzap entry can not
have more; however, in case of large directory, there are probably more mzap
entries in use and chopping chunks local variable to 16bits will break
browsing large directories as the zap lookup will overflow the chunks counter.
to debug that, one would need large directory and check the overflow of the
now 16bit variables - i have strong feeling that ones in zap_lookup() may be
the root cause of this regression.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44448>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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