Hi, while compiling I got the following error: *** Error in `/opt/ccache/bin/g++': free(): invalid next size (normal): 0x0000000001b2bf40 *** here are some informations: ccache --s cache directory /pmi/cmpbib/.ccache/ cache hit (direct) 1585898 cache hit (preprocessed) 269624 cache miss 215394 called for link 297770 compile failed 32 ccache internal error 153886 cache file missing 11 unsupported compiler option 2063671 no input file 1069038 files in cache 24705 cache size 17.3 Gbytes max cache size 20.0 Gbytes also, I use: CCACHE_SLOPPINESS=include_file_mtime CCACHE_DIR=/pmi/cmpbib/.ccache/ CCACHE_HARDLINK=1 Eric
Is the problem reproducible? If so, could you describe how to do it?
The probleme is that I needed to continue to work, so I did a "ccache -C" and the compilation, of course, started to work again. What should I do the next time I encounter this bug? Thanks, Eric
(In reply to comment #2) > The probleme is that I needed to continue to work, so I did a "ccache -C" and > the compilation, of course, started to work again. > > What should I do the next time I encounter this bug? Preferably a stack trace from a core dump produced by a ccache compiled without optimization.