[Bug c++/21874] this pointer somehow gets NULLed between member function calls

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 18:09 --- Not a gcc bug so closing. -- What|Removed |Added Status|WAITING

[Bug c++/21874] this pointer somehow gets NULLed between member function calls

2005-06-02 Thread bjs5075 at rit dot edu
--- 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 repo

[Bug c++/21874] this pointer somehow gets NULLed between member function calls

2005-06-02 Thread bangerth at dealii dot org
--- 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