User Tools

Site Tools


faq.segfault

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq.segfault [2019/04/04 18:26] – [Introduction] yutakafaq.segfault [2019/04/04 18:29] – [Memory usage] yutaka
Line 11: Line 11:
 ==== Introduction ==== ==== Introduction ====
  
-//Segmentation fault// occurs when a program tries to access an inappropriate memory area or to access it with abnormal way. A bus error should come from the same issue. It may occur more frequently when you use a bigger data set. Or, you will see this error when using updated programs in that we have made some changes. When the program fails (crashes) without any messages and, in such a case, most likely, segmentation fault has occurred.+//Segmentation fault// occurs when a program tries to access an inappropriate memory area or to access it with abnormal way. A bus error should come from the same issue. It may occur more frequently when you use a bigger data set. Or, you will see this error when using updated programs in that we have made some changes. When the program fails (crashes) without any messages, most likely, segmentation fault has occurred.
  
 There are possible reasons for this error. There are possible reasons for this error.
Line 66: Line 66:
  
 Another reason of segmentation fault is memory shortage (although it usually generates the ''insufficient memory'' error). Another reason of segmentation fault is memory shortage (although it usually generates the ''insufficient memory'' error).
-Please monitor the memory usage by the program.+Please monitor the memory usage of the program.
 There are few options to solve this issue: install more memory modules to your computer, increase the swap area or the page-file size, use smaller data sets, or turns off the parallel computations. There are few options to solve this issue: install more memory modules to your computer, increase the swap area or the page-file size, use smaller data sets, or turns off the parallel computations.
  
faq.segfault.txt · Last modified: 2024/03/25 18:22 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki