LINUX.ORG.RU

История изменений

Исправление Siborgium, (текущая версия) :

Потому что страницы могут не читаться при полностью исправном ПК.

https://www.sublimetext.com/blog/articles/use-mmap-with-care

As it turns out, the ticket comes from someone using a networked drive. Their network happened to disconnect while your memory mapped file was open, and since the file no longer existed the OS couldn’t load it into ram for you and gave you a SIGBUS instead.

Исправление Siborgium, :

Потому что страницы могут не читаться при полностью исправном ПК.

As it turns out, the ticket comes from someone using a networked drive. Their network happened to disconnect while your memory mapped file was open, and since the file no longer existed the OS couldn’t load it into ram for you and gave you a SIGBUS instead.

Исходная версия Siborgium, :

Потому что