|
[Sponsors] |
May 4, 2012, 06:27 |
SIGSEGV: memory access exception
|
#1 |
New Member
Praveen Chowdary
Join Date: May 2012
Posts: 1
Rep Power: 0 |
Hello guys, I am working on CCM+ 6.04 version. While performing post processing I am finding the memory exception error . I am trying to create a constrained streamline on existing velocity contour scene for my underhood model of 45 million cells using 64bit 48 GM RAM workstation. I don't think about the inability of machine. What might be the primary cause for this error. Apperciate your help aprior.
|
|
May 6, 2012, 10:37 |
|
#2 |
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 636
Rep Power: 22 |
Usually a memory access exception occurs, when the program tries to get a value from a memory address which doesn't belong to the specified variable.
E.g. when it tries to get the 101st cell of an array with 100 cells. That might be related to programming issues, but also to runtime issues. It might happen that your machine can't provide a value fast enough. Maybe it's already swapping and one method asks for more memory and another one tries to write to that memory block although it is not yet allocated. I would check if your system already needs to swap. If so, try it on a bigger machine or with a smaller model. Try it with a newer version (if possible).
__________________
We do three types of jobs here: GOOD, FAST AND CHEAP You may choose any two! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SIGSEGV: memory access exception | shawn123 | STAR-CCM+ | 14 | January 20, 2020 07:07 |
inconsistant SIGSEGV: memory access exception | hiddenbunny | STAR-CCM+ | 16 | February 6, 2015 09:11 |
Streamlines -> SIGSEGV: memory access exception | eRzBeNgEl | Siemens | 1 | July 28, 2011 10:35 |
question to memory access error | hang1984 | STAR-CD | 0 | July 26, 2010 05:25 |
CFX CPU time & real time | Nick Strantzias | CFX | 8 | July 23, 2006 18:50 |