[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] memory allocation problem
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] memory allocation problem |
Date: |
Tue, 16 Mar 2004 15:37:05 +0000 |
Theodore Kypraios writes:
> gsl: init_source.c:46: ERROR: failed to allocate space for block data
> Segmentation fault.
>
> I am running the program in Unix, and in my account I have quota (1 GB).
> I noticed that a (large=600MB) "core.xxx" file is then created and my
> quota is exceeded. Is there any relation?
This is a classic symptom of a memory leak inside a loop.
If you still have problems after examining the alloc's and free's in
your program carefully and think it is a bug in GSL please submit a
bug report to address@hidden with a simple example program which
demonstrates the bug.
--
Brian Gough