dm-crypt problems with swap

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

 



Hi,

i noticed a problem with dm-crypt. If you allocate ram in a loop and you use an encrypted swap partition, the pc freeze for 4 minutes until the kernel kill the proccess.

Normally without an encrypted swap partition you can use the pc and it dont freeze the whole system.

Do a test by yourself:

#include <stdio.h>

int main()
{
	while(1)
	{
		malloc(4096);
	}
}

Greets Philipp

-- 
Philipp Deppenwiese <deppepgk@xxxxxx>
_______________________________________________
dm-crypt mailing list
dm-crypt@xxxxxxxx
http://www.saout.de/mailman/listinfo/dm-crypt


[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux