Re: [Rd] load/unload segfault puzzle

2013-06-13 Thread Rory Winston
retval[["startAddr"]] <- hex64StringToDouble(retval[["startAddr"]]) >retval[["endAddr"]] <- hex64StringToDouble(retval[["endAddr"]]) >retval > } > > Bill Dunlap > Spotfire, TIBCO Software > wdunlap tibco.com > > >>

Re: [Rd] load/unload segfault puzzle

2013-06-13 Thread William Dunlap
shift * nibble } acc } retval[["startAddr"]] <- hex64StringToDouble(retval[["startAddr"]]) retval[["endAddr"]] <- hex64StringToDouble(retval[["endAddr"]]) retval } Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com

Re: [Rd] load/unload segfault puzzle

2013-06-13 Thread Rory Winston
Ben Have you compiled R form source yourself? If so, I would be tempted to mark up memory. c with some debug log statements - especially around line 1357, and possibly inside the finalizers function as it attempts to run the C finalizersnot pretty I know, but may be the quickest approach to

Re: [Rd] load/unload segfault puzzle

2013-06-12 Thread Ben Bolker
On 13-06-12 07:09 PM, Duncan Murdoch wrote: > On 13-06-12 1:47 PM, Ben Bolker wrote: >> Ben Bolker gmail.com> writes: >> >>> >>> >>>Dear r-devel readers, >>> >>>I have a pretty deep problem with package loading and unloading in >>> the development version of the lme4 package >>>

Re: [Rd] load/unload segfault puzzle

2013-06-12 Thread Duncan Murdoch
On 13-06-12 1:47 PM, Ben Bolker wrote: Ben Bolker gmail.com> writes: Dear r-devel readers, I have a pretty deep problem with package loading and unloading in the development version of the lme4 package ; it's not boiled down to a properly minimal example

Re: [Rd] load/unload segfault puzzle

2013-06-12 Thread Ben Bolker
Ben Bolker gmail.com> writes: > > > Dear r-devel readers, > > I have a pretty deep problem with package loading and unloading in > the development version of the lme4 package > ; it's not boiled down to a properly > minimal example yet (this has been difficult

[Rd] load/unload segfault puzzle

2013-06-10 Thread Ben Bolker
Dear r-devel readers, I have a pretty deep problem with package loading and unloading in the development version of the lme4 package ; it's not boiled down to a properly minimal example yet (this has been difficult), but I am posting anyway in the hopes that some