I have compiled chg-scsi from the cvs sources and am still getting a signal
11 when attempting a chg-scsi -info.
(gdb) run -info
Starting program: /usr/local/libexec/chg-scsi -info
warning: Lowest section in /usr/lib/libintl.so.1 is .hash at 00000074
Program received signal SIGSEGV, Segmentation fault.
0x16c50 in drive_loaded (fd=0, drivenum=0) at scsi-changer-driver.c:798
798 if (pDTE[drivenum].status == 'E') {
(gdb) where
#0 0x16c50 in drive_loaded (fd=0, drivenum=0) at scsi-changer-driver.c:798
#1 0x15750 in main (argc=0, argv=0x0) at chg-scsi.c:1229
Any suggestions would be greatly appreciated.
Brian