[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pagsh on OSX broken?
On Sun, 2008-03-09 at 19:38 -0400, Love Hörnquist Åstrand wrote:
> 2 mar 2008 kl. 07.45 skrev Ian Delahorne:
>
> > With trunk and heimdal-1.1 pagsh doesn't seem to work on my 10.5 box:
> >
> > Kid-Charlemagne-2:~ ian$ pagsh
> > Bus error
> > $
> >
> > Running it through gdb gives:
> >
> > Program received signal EXC_BAD_ACCESS, Could not access memory.
> > Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
> > get_cc_name (cache=0x0) at acache.c:395
> > 395 error = (*cache->func->get_name)(cache, &name);
> > (gdb) bt
> > #0 get_cc_name (cache=0x0) at acache.c:395
> > #1 0x00073363 in acc_get_name (context=0x301780, id=0x0) at
> > acache.c:413
> > #2 0x0000185a in main (argc=0, argv=0xbffff968) at pagsh.c:163
> >
> >
> > I'm using API:0 for the ccache.
> >
> > Any ideas on what this could be caused by?
>
> Yes, the workaround by the feature in 10.5.0s api credential cache (no
> working ->set_name).
>
> Fixed it in head.
Thanks for fixing this!
/ian