Re: [Rd] segfault when unloading a shared library

2009-08-13 Thread EJ Nikelski
Dear List, Martin, thanks for the extremely useful advice. As valgrind is not yet officially available for OS X, I grabbed the 3.5.0 beta from svn, built it, and gave it a go. The results were enlightening: - > # unload the library for updating

[Rd] segfault when unloading a shared library

2009-08-13 Thread EJ Nikelski
Hi All, I'm still actively researching this problem (reading R-ext manual), but I hoped that I might be able to get some additional insight from the list given that I'm fairly new at writing R extension code. Problem: I have some fairly simple code (.Call interface) that makes a call to anot