It is generally a bad idea to send the whole seq to C function because there 
may reside additional data like seq length at start of memory chunk. Try to use 
address of first element of the sequence instead.

Reply via email to