Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-20 Thread Ciaran McCreesh
On Sat, 19 Nov 2005 08:02:55 -0500 fire-eyes [EMAIL PROTECTED] wrote: | Okay. My difference is that I see this with apps that I didn't write, | which others don't have issues with. But I haven't seen it in a while, | seems to come and go. Doesn't make much sense, and I have checked my | hardware

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 *** [SOLVED]

2005-11-20 Thread Ciaran McCreesh
On Sat, 19 Nov 2005 08:16:19 -0600 Michael Sullivan [EMAIL PROTECTED] wrote: | Actually, I solved the error for my situation last night - I just | forgot to write it in as SOLVED. I had created a temporary pointer, | then assigned the temporary pointer to a variable I was planning to | return

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-19 Thread fire-eyes
Michael Sullivan wrote: On Fri, 2005-11-18 at 15:00 -0500, fire-eyes wrote: Michael Sullivan wrote: I don't really know who to ask about this error. I searched for an explanation on Google and it gave me a link to the Gentoo German forums, so I thought maybe someone here could help me with

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-19 Thread David Morgan
On 06:44 Sat 19 Nov , fire-eyes wrote: Well, you aren't running one then :) As for getting around, I haven't figured out a way. It's very frustrating to note that I haven't been able to ever find help about this. Makes one feel on your own... It's not kernel related, it's glibc telling you

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-19 Thread fire-eyes
David Morgan wrote: It's not kernel related, it's glibc telling you that you screwed up with memory allocation somewhere. The only 'fix' is to fix your code, so no one can help without seeing it (apart from maybe listing some common mistakes that cause this). Okay. My difference is that I

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 *** [SOLVED]

2005-11-19 Thread Michael Sullivan
On Sat, 2005-11-19 at 06:44 -0500, fire-eyes wrote: Michael Sullivan wrote: On Fri, 2005-11-18 at 15:00 -0500, fire-eyes wrote: Michael Sullivan wrote: I don't really know who to ask about this error. I searched for an explanation on Google and it gave me a link to the Gentoo German

[gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-18 Thread Michael Sullivan
I don't really know who to ask about this error. I searched for an explanation on Google and it gave me a link to the Gentoo German forums, so I thought maybe someone here could help me with this. I wrote a Qt program. It compiles just fine, but when I try to run it I get this: [EMAIL

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-18 Thread fire-eyes
Michael Sullivan wrote: I don't really know who to ask about this error. I searched for an explanation on Google and it gave me a link to the Gentoo German forums, so I thought maybe someone here could help me with this. I wrote a Qt program. It compiles just fine, but when I try to run it

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-18 Thread Michael Sullivan
On Fri, 2005-11-18 at 15:00 -0500, fire-eyes wrote: Michael Sullivan wrote: I don't really know who to ask about this error. I searched for an explanation on Google and it gave me a link to the Gentoo German forums, so I thought maybe someone here could help me with this. I wrote a Qt

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-18 Thread John Myers
On Friday 18 November 2005 10:37, Michael Sullivan wrote: Being fairly inexperienced with C++ I have no idea what this means. Is this a problem with my program or with my system. Is there a way to fix it? Can anyone at least explain to me what it means? Probably an error in your program.

Re: [gentoo-user] *** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1 ***

2005-11-18 Thread Ciaran McCreesh
On Fri, 18 Nov 2005 12:37:33 -0600 Michael Sullivan [EMAIL PROTECTED] wrote: | Being fairly inexperienced with C++ I have no idea what this means. | Is this a problem with my program or with my system. Is there a way | to fix it? Can anyone at least explain to me what it means? You screwed up