Segmentation Fault

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
nikeshnin
Posts: 8
Joined: Tue Feb 14, 2006 6:21 am
Location: University of Bremen

Segmentation Fault

#1 Unread post by nikeshnin »

Hi everyone

I want to know when does the ROMS model shows segmentation fault USUALLY.

I am getting Segmentation fault whenever I am activating CARBON procedure with BIO_FASHAM model (roms-2.2). With CARBON undefined its working smoothly.

The same input NetCDF files when used for running biology with CARBON defined in roms-2.1 it is working. I am in confusion why this is happening

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

#2 Unread post by kate »

There's more than one way to get a seg fault. One is to run out of stack space. Another is to access an array out of bounds, or access more function parameters than were actually sent to the function.

Post Reply