[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pagsh on OSX broken?



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?

/ian