This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New crash in crtstuff.c since Oct 31
>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:
Jakub> With crash in free the first suspect is memory handling in the
Jakub> program.
Jakub> Ie. providing more info means running it with one of:
Jakub> LD_PRELOAD=libefence.so.0
Jakub> MALLOC_CHECK_=3
Jakub> in the environment.
Yes, it is definitely this.
fleche. MALLOC_CHECK_=3 gij
malloc: using debugging hooks
Usage: gij [OPTION] ... CLASS [ARGS] ...
to invoke CLASS.main, or
gij -jar [OPTION] ... JARFILE [ARGS] ...
to execute a jar file
Try `gij --help' for more information.
free(): invalid pointer 0x42133dfc!
Aborted
The question isn't so much this, but what patch since Oct 31 causes
the failure. If nobody knows I'll start trying to track it down.
Tom