Have you ever tried to use .Call instead of .C?
my segfault-problem was solved by using .Call but I am just a beginner and
can not explain why this is
Alex
--
View this message in context:
http://r.789695.n4.nabble.com/segfault-after-C-call-tp3872557p3881461.html
Sent from the R devel mailing li
The bug is in your code! (I see at least one - many buffer overflows in all
char** output arguments). Please don't abuse the bug tracking system for usage
questions.
You may want to consider using either .Call (if you are familiar with R) or
Rcpp (if you are more familiar with C++), .C is not th