Last part of the post that was not posted, sorry for the mess:
From the online guide for my version:
Disable_core_dump: Can be 'yes' or 'no'. By default core dump limits are set to unlimited or a high enough value. Set this config variable to 'yes' to disable core dump-ing (will set core limits to 0).
Default value is 'no'.
How can I make sure that a core file is created after a situation like this? Where will it be created? How can I check the status of the private memory? I use the "kamctl fifo get_statistics all" but I don't know which one relates to "private memory": Example:
shmem:total_size = 2147483648 shmem:used_size = 16860928 shmem:real_used_size = 17033968 shmem:max_used_size = 19174528 shmem:free_size = 2130449680 shmem:fragments = 1850
I know that with so little information is hard to diagnose, but if anybody has an idea as to what else I can do I greatly appreciate it. Thank you in advance
fborot