Skip to content
Prev 305966 / 398506 Next

puzzling script bug

On Thu, Sep 20, 2012 at 4:34 PM, Robert Douglas Kinley
<kinley_robert at lilly.com> wrote:
Much more likely this one.
Valgrind perhaps? Or stepping through it interactively?

See the Writing-R-Extensions manual for some tips, but it's a hard
process. You'll likely be rewarded in spending at least a little time
trying to identify which C call it is (first heuristic: if a crash is
at line n, you can immediately eliminate all the C calls after n)

Good luck,
Michael