[sane-devel] SIGSEGV on Fedora10 with Kodak i1220
Robert Bui
vncoder at msn.com
Sat Jun 6 13:18:43 UTC 2009
Hello all,
I scan using xsane interface without any problem with Kodak i11220 on Linux Fedora 10. So, I know the Kodak driver for Linux is working.
I am trying to write my own front-end but I keep on getting SIGSEGV always after sane function calls after sane_init.
I have this sequence of calls base:
SANE_String_Const scanDeviceName;
SANE_Int saneVersionCode;
SANE_Handle scanDeviceHandle;
scanDeviceName = "kds:i1210/i1220";
scanDeviceStatus = sane_init(&saneVersionCode, NULL );
scanDeviceStatus = sane_open(scanDeviceName, &scanDeviceHandle);
sane_close(scanDeviceHandle);
sane_exit();
I just want to make sure I can connect to the scanner with the above code.
The first time I call it is fine (ie no error messages and all status returned as SANE_STATUS_GOOD) but the same time I call it, I get SIGSEGV at sane_open. If I put sane_get_devices straight after sane_init then I get the SIGSEGV at sane_get_devices. I get INVALID ARGUMENT (ie SANE_STATUS_INVAL).
So it looks like either my sane_init or sane_exit not correct, and not the sane_open or sane_close. Is my assumption correct?
Has anyone encountered this issue or know the problem. Your assistance is really appreciated.
Thanks.
Regards,
Robert Bui
_________________________________________________________________
Looking for a new car this winter? Let us help with car news, reviews and more
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2Ecom%2Fcgi%2Dbin%2Fa%2Fci%5F450304%2Fet%5F2%2Fcg%5F801459%2Fpi%5F1004813%2Fai%5F859641&_t=762955845&_r=tig_OCT07&_m=EXT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090606/36bca9a9/attachment.htm>
More information about the sane-devel
mailing list