Junk <j...@therobinsonfamily.net> writes:
> It also might be something much more mundane such as a bug in the
> browser which occurs when you have 100+ tabs open and tries to write to
> a misaddressed memory region.

It may well be some malloc()-like routine returning 0, saying "no more
memory for you buddy" and the code blindly dereferencing that value and
causing a write to the 0-page.  It is a common error with sloppy coders.

-wolfgang
-- 
g+:  https://plus.google.com/114566345864337108516/about
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to