Om 19:28 op zondag 2 juli 2006, Javier Fernández-Sanguino Peña:

> It definitely looks like the problem is with the libc, could you please
> compile  ('gcc -Wall -g -o test-group test-group.c') and run the attached
> program with './test-group svn svn'? If it segfaults, please send me a
> backtrace running it with gdb.

> If this segfaults then I believe the bug is in your side of the line or
> it resides in libc.

sorry, not a segfault in sight:

# gcc -Wall -g -o test-group test-group.c
# ./test-group svn svn
Checking group svn

but it's not that something else changed:

# runas svn svn 002 svnserve
Segmentation fault

# ltrace -tt runas svn svn 002 svnserve
21:37:03.083761 getopt(5, 0xbfdba634, "c:")                                     
            = -1
21:37:03.084334 setgroups(0, 0, 0x80af456, 40, 10)                              
            = 0
21:37:03.084657 getgrnam("svn" <unfinished ...>
21:37:03.086726 --- SIGSEGV (Segmentation fault) ---
21:37:03.086930 +++ killed by SIGSEGV +++

Mrten.
-- 
A feature is a bug with seniority.


Reply via email to