|
From: Julian S. <js...@ac...> - 2010-06-02 20:47:16
|
On Wednesday 02 June 2010, Bart Van Assche wrote: > Hello Julian, > > The output I get with r11145 on openSUSE 11.2 is as follows: > > $ ./vg-in-place --tool=none /bin/ls > valgrind: mmap(0x400000, 94208) failed in UME with error 22 (Invalid > argument). valgrind: this can be caused by executables with very large > text, data or bss segments. Hmm, that does sound like a gold-esque linking problem, yes. * is this a from distclean build? For r11141, a make clean isn't enough, it really requires a from-distclean build. * the build should produce some lines "link_tool_exe: ...." Can you show one of them? * what does /usr/bin/ld --version produce? J |