Re: [Rd] Significant memory leak when using XML on Windows

2014-12-14 Thread Jeroen Ooms
On Sun, Dec 14, 2014 at 8:07 PM, Duncan Temple Lang wrote: > > Janko and I have been in touch. > This is, I believe, a Windows specific issue and a compilation issue. If it does not appear on other systems, it might be the windows build of libxml2 (or one of the dozens of problems that gcc warns

Re: [Rd] Significant memory leak when using XML on Windows

2014-12-14 Thread Duncan Temple Lang
Janko and I have been in touch. This is, I believe, a Windows specific issue and a compilation issue. I could be wrong, but that is my impression from other reports. When I have time (?! :-)), I will deal with it. Hopefully this will be very soon. Thanks Janko. D. On 12/14/14, 7:54 PM, Jeroen

Re: [Rd] Significant memory leak when using XML on Windows

2014-12-14 Thread Jeroen Ooms
On Thu, Dec 11, 2014 at 12:13 PM, Janko Thyson wrote: > > I'd so much appreciate if someone could have a look at this. If I can be of > any help whatsoever, please let me know! > Your current code uses various functions from XML and rvest so it is not a *minimal* reproducible example. Even if you

[Rd] R build failure under gcc 4.9's link time optimization

2014-12-14 Thread Hin-Tak Leung
R fails to build with visibility on and gcc 4.9's link time optimzation, because of its practice of building part of it as archive first. Specifically it builds some bundled libraries as archive first, the symbols of which are then entirely invisible in gcc 4.9. The Matrix package also does this a