From: "Jedenastik, Günther" <guenther.jedenastik@maxolution.at>
To: linux-c-programming@vger.kernel.org
Subject: AW: "double free or corruption" - how to solve this?
Date: Fri, 12 May 2006 22:40:10 +0200 [thread overview]
Message-ID: <1DC8E51669ADE94C85B69D0E5EAEB746629B8E@manchester.maxolution.local> (raw)
>Hello Shriramana,
>On Fri, 12 May 2006 13:41:12 +0530 "Shriramana Sharma" <samjnaa@gmail.com> >wrote:
>> One of my programs, which was working quite well till now, suddenly
>> gives me the error:
>>
>> *** glibc detected *** double free or corruption (top): 0x0808a338 ***
>> Aborted
>>
>> It is a pure C program compiled with GCC 4.02 -- I do not understand
>> why it does not work suddenly. Please tell me what the above error can
>> be.
>Would be nice to run it from gdb, in order to get the backtrace when it
>crashes. This should help you understand where and why :).
>Regards,
>--
>wwp
I have a similar problem, but i don't know how gdb can help with this?
I tried with gdb (btw: I have one process forked (and a few threads) and I think this process creates the problem) but I only get the problem during exit handlers (e.g. SIGINT)
To get back to my question: how can I trace the problem with gdb, if I have forked processes and threads?
Cause it seems, that glibc only prints the line "*** glibc detected *** double free or corruption" and then continues
It doesn't send a SIGABORT or something else, so why should gdb "know" something was wrong? And how could I trace back (using "bt") if I have the problem, but don't know where it occures (cause glibc just prints and continues, not?)
I think the only "simple" way is using electric fence (?)
I'll try this next Monday
But some internal explanations what "*** glibc detected ***" does (not why it occures, but internally happens if it occures), if anyone knows, would be great
Thx and regards
next reply other threads:[~2006-05-12 20:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-12 20:40 Jedenastik, Günther [this message]
2006-05-12 22:18 ` "double free or corruption" - how to solve this? Steve Graegert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1DC8E51669ADE94C85B69D0E5EAEB746629B8E@manchester.maxolution.local \
--to=guenther.jedenastik@maxolution.at \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).