This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21874] this pointer somehow gets NULLed between member function calls
- From: "bjs5075 at rit dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2005 17:40:50 -0000
- Subject: [Bug c++/21874] this pointer somehow gets NULLed between member function calls
- References: <20050602034020.21874.bjs5075@rit.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bjs5075 at rit dot edu 2005-06-02 17:40 -------
Subject: Re: this pointer somehow gets NULLed between member
function calls
I have found the problem in my code. It was an out-of-order GL command
thrashing the stack.
I am very sorry for this erroneous bug report, it can be closed now.
On Thursday 02 June 2005 10:20 am, bangerth at dealii dot org wrote:
> ------- Additional Comments From bangerth at dealii dot org 2005-06-02
> 14:20 ------- There's no way we can tell you what's wrong if you don't show
> us the complete code, preferrably cut down to a manageable size. It may be
> a compiler bug, or it may be that you are accidentally overwriting some
> memory.
>
> Please read
> http://gcc.gnu.org/bugs.html
> and follow the instructions there.
>
> Thanks
> Wolfgang
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21874