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

[coldsync-hackers] Core dump when both "/usr/local/etc/coldsync.conf" and "/home/alex/.coldsyncrc" used



Hi all,
when trying latest coldsync-2.0.2-20010330.tar.gz , got seg fault.
reason - both /usr/local/etc/coldsync.conf & .coldsyncrc present.
Error and file contents below.
If I rename or remove /usr/local/etc/coldsync.conf - works just fine.
Alex Tronin
 
[alex@turbo2 src]$ ./coldsync -dmisc:9
Allocated sync_config 0x8097b78
Allocating a new 'ctypes' array.
Reading "/usr/local/etc/coldsync.conf"
Allocating a new 'ctypes' array.
UID: 500
HOME: "/home/alex"
Reading "/home/alex/.coldsyncrc"
Segmentation fault (core dumped)
/usr/local/etc/coldsync.conf
 
listen net {
}
 
pda "Default for everything else" {
        directory: "/home/alex/.palm";
        default;
}
conduit sync {
        path: [generic];
        type: */*;
        default;
}
/home/alex/.coldsyncrc
listen net {
}
 
conduit sync {
    path: [generic];
    type: */*;
    default;
}
 
pda "Default for everything else" {
        directory: "/home/alex/test";
        userid: 500;
        default;
}