> q() Segmentation fault I wrote a library and whenever this library is loaded R sigfaults on exit. This is not hurting the running of my application since it happens on exit but does anyone have an idea why might this happen? The library is a collection of R scripts and has no C or FORTRAN code under the src/ directory.