[Bug c++/11236] g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.

ariser at pilotomie dot de gcc-bugzilla@gcc.gnu.org
Wed Jun 18 14:55:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11236


ariser at pilotomie dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


------- Additional Comments From ariser at pilotomie dot de  2003-06-18 14:55 -------
I managed to isolate the problem a bit:

The error-message "cannot resolve address of overloaded function" was caused by
the following bug in my code:

Inside the mentioned constructor, I called:

set_IDs;

and forgot the "()"

After inserting the brackets the error was gone and so was the bug.
If there is enough time for me besides my project I'll try to reproduce the bug
with plain sourcecode with only the mantrap.



More information about the Gcc-bugs mailing list