[glug-t] Re: g++ / fortran issue

Upendra <ulgandhi@xxxxxxxxxx> writes:

> 2 matrices are used whose order is 48 x 48 , when i keep it 24 x 24
> my compiled pgm runs well. When I change 24 to 48 then compiled pgm
> gives segmentation fault. on mdk/rh/fedora systems with RAM upto 2
> GB and p4 HT processors.
> 
> What could be done to get rid of segmentation fault ? This is only when 
> order of matrix change from 24 to 48

Compile with debugging support -ggdb. Run it through gdb. After the
program segfaults, get a backtrace to analyse the problem.

Vijay

---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with 
'unsubscribe' as subject.

Website: http://glugt.linuxisle.com

Other related posts: