This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Attempting to allocate already allocated array


A code that I am working on is crashing with

Fortran runtime error: Attempting to allocate already allocated array

The error is self explanatory. But is there any way to get the variable name
as well. This is a very big code and there is no gdb available on this
machine. Would it be possible to get the name of the variable that I am
forgetting to deallocate from gfortran?

$gfortran -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured
with: /home6/raju/software/unZipped/gcc-4.3.2/configure --prefix=/home6/raju/software/compiledSoftware/gcc_4.3.2_20080827
Thread model: posix
gcc version 4.3.2 (GCC)

OS is Centos 5.3

thanks for any pointers
raju
-- 
Kamaraju S Kusumanchi
http://malayamaarutham.blogspot.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]