Re: Question about core files
Holger Kiehl <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Hello Manish
On Wed, 7 Oct 2009, Manish Katiyar wrote:
> Hi Holger,
>
> I don't have the source code, so a bit hard to guess. But you can try
> to find out which member of your fsa structure is at offset 236 (0xec)
> and look around those lines in the function where you are accessing
> that member.
>
> I am trying to download the AFD source code, which looks like it will
> take ages on my slow broadband. Hopefully I can help after that.
>
If you download, please take afd-1.4.0-0.20.beta.tar.bz2 because that
is the one that caused the error. You can get it from:
ftp://ftp.dwd.de/pub/afd/development/afd-1.4.0-0.20.beta.tar.bz2
You will find the relevant code in src/fd.c.
Holger