Quoting Christian Biere <christianbi...@gmx.de> from 
ml.softs.gtk-gnutella.devel:
:I doubt this fixes Hauke's issue though. The assertion failure seems to
:imply that mmap() didn't like the hint.

Only he can tell that, but my guess is that the hint was falling in a
newly mapped region that was not loaded in the kernel pmap, and this
triggered a reload.  Then it hit my bug whereby I called vmm_reserve_stack(0)
and forgot to move down the pre-condition to the region where we have no
kernel map loaded in that vmm_reserve_stack() routine.

What made me look at vmm_munmap() was the behaviour you described, that
was working for me previously.  I disabled locally my kernel map loading,
hit "Help -> FAQ" and boom.  I had the bug.

Raphael

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to