FSVS on gentoo crashes

2007-11-09 Thread Philipp Marek
Hello everybody, in issue 1 (http://fsvs.tigris.org/issues/show_bug.cgi?id=1) I got a problem report that fsvs crashes on a current gentoo box. I had a look last night (remote logging in), but could not find a bug in fsvs (although I cannot say there is none, of course :-). My current ideas

Re: FSVS on gentoo crashes

2007-11-09 Thread Philipp Marek
Here's the thread about technical information. The problem seems to be - running dir__enumerator - on a directory with a stat() size of 414 bytes, - but having ~21k of filenames (414 is # of entries including . ..), the initial size allocation is too low, so that in the loop all the arrays have

Re: FSVS on gentoo crashes

2007-11-09 Thread Philipp Marek
Hello Alexander, would you please check out the current valgrind sources svn co svn://svn.valgrind.org/valgrind/trunk valgrind cd valgrind ./autogen.sh ./configure --prefix=... make make install (from

Re: FSVS on gentoo crashes

2007-11-09 Thread Philipp Marek
On Friday 09 November 2007 Philipp Marek wrote: ... It seems that you have at least to patch configure.in, so that libc6=2.7 gets accepted - I'd suggest just changing the 2.6 to 2.7, that could work. About this: (untested) diff -u configure.in.orig configure.in --- configure.in.orig

Re: FSVS on gentoo crashes

2007-11-09 Thread Philipp Marek
Hello Alexander! On Friday 09 November 2007 Alexander Skwar wrote: I'll try this on Monday; right now I don't have access to the system. Thank you. It seems that you have at least to patch configure.in, so that libc6=2.7 gets accepted - I'd suggest just changing the 2.6 to 2.7, that could