Questions and Answers :
Unix/Linux :
Process crash in low memory configuration
Message board moderation
Author | Message |
---|---|
[AF>Le_Pommier] Aillas Send message Joined: 7 Sep 11 Posts: 12 Credit: 581,331 RAC: 0 |
Hi, I loose 3 WU (+7 hours, +4 hours, ~2 hours) WU 1 - WU 2 - WU 3 all killed with SIGSEGV (11): Invalid memory reference I found this on SIGSEGV QUESTION About the context. When I've checked the running processes before the application crash, yafu wasn't running but gnfs-lasieve. I checked the processes because my computer has become slow. I found that the memory get low. I run also yoyo/ecm project and nfs@home. I had 2 yoyo/ecm running, 1 nfs@home and 3 yafu/gnfs-lasieve running/in memory. The memory (4GB) was use almost at 100% (3700 MB on 3888 MB) and the swap was used intensively (2500-3500 MB on 4700 MB) So I suspect a problem in gnfs-lasieve with bad memory condition. I change the memory settings in the projects (to use 50% memory and 75% swap). Will see if it's better. Regards Ludo |
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 736 Credit: 17,612,101 RAC: 76 |
This is a common problem of nearly each application, that the app crashes on low memory. The app allocates memory and in most cases it isn't checked if this was done. In low memory conditions somtimes just NULL is returned. But afterwards the app access this pointer and crashes. yoyo |