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 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 PROTECTED] ~/projects/c++/myFantasy/main/src $ ./src
> >>>*** glibc detected *** malloc(): memory corruption (fast): 0x081fb2c1
> >>>***
> >>>Aborted
> >>>
> >>>
> >>>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?
> >>
> >>Are you running a grsecurity and or pax kernel?
> >>
> >>I get this kind of crap left and right with it... Sometimes. Very
> >>unpredictable. Very annoying.
> >>
> > 
> > 
> > I don't know what "grsecurity" or "pax kernel" are.  I use genkernel.
> > Here's the output of my uname:
> > 
> > [EMAIL PROTECTED] ~ $ uname -a
> > Linux camille 2.6.14-gentoo-r2 #1 Thu Nov 17 07:30:09 CST 2005 i686
> > Intel(R) Celeron(R) CPU 2.66GHz GenuineIntel GNU/Linux
> > 
> > 
> > Out of curiosity, how do you get around this error?
> > 
> 
> 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...

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
from a method, then deleted the temporary pointer.  I'm not used to
using pointers.  I've always heard that you should always delete your
pointers when you're done with them and for some reason I thought the
delete keyword deleted the pointer instead of the memory it was pointing
at...

-- 
gentoo-user@gentoo.org mailing list

Reply via email to