[torquedev] GSSAPI segfaults, Fedora Core 6
Miles Davis
miles at CS.Stanford.EDU
Tue Dec 19 14:32:40 MST 2006
> > OK, I've got a valgrind of pbs_server
> >
> > /afs/cs.stanford.edu/u/miles/www/torque/valgrind-pbs_server
> > or
> > http://cs.stanford.edu/people/miles/torque/valgrind-pbs_server
> >
> > I haven't figured out how to make it leave a core file, unless it's
> > dumping it somewhere I haven't found yet.
OK, I think I found the remaining problems, changing all instances of
(void) gss_release_name(&foo, bar);
to
(void) gss_release_name(&foo, &bar);
in src/lib/Libgss/pbsgss.c
In testing now.
--
// Miles Davis - miles at cs.stanford.edu - http://www.cs.stanford.edu/~miles
// Computer Science Department - Computer Facilities
// Stanford University
More information about the torquedev
mailing list