Displaying 10 results from an estimated 10 matches for "la_version".
Did you mean:
lua_version
2017 Jan 18
3
Taking determinant of a matrix of NAs results in intermittent memory corruption
...the CRAN Ubuntu repository at cran.cnr.berkeley.edu . (r-base and r-base-core versions 3.3.2-1trusty0 )
I also see this issue running R within Emacs, as well as Rstudio.
This issue may be related to https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16862 but I'm not certain.
The output of La_version() for me is:
[1] "3.5.0"
The output of:
system(paste("lsof -p", Sys.getpid(), "| grep -iE '(blas|lapack)'"))
is:
R 3636 <myusername> mem REG 252,0 39272 11930369 /usr/lib/R/modules/lapack.so
R 3636 <myusername> mem...
2020 Feb 18
3
Re: alternatives for hooking dlopen() without LD_LIBRARY_PATH or LD_AUDIT?
...ht of:
If your patch for glibc support for DT_AUDIT is incorporated, is it
possible to mark a shared library as its own audit library via DT_AUDIT?
That is, if nbdkit-vddk-plugin.so can provide entry points for _both_
the nbdkit interface (which satisfies dlopen() from the nbdkit binary)
and la_version/la_objsearch() (which satisfy the requirements for use
from the audit code in ld.so), _and_ during the compilation of
nbdkit-vddk-plugin.so, we marked the library as its own DT_AUDIT entry,
would the mere act of dlopen("nbdkit-vddk-plugin.so") from nbdkit be
sufficient to trigger audi...
2020 Feb 21
0
Re: alternatives for hooking dlopen() without LD_LIBRARY_PATH or LD_AUDIT?
...r patch for glibc support for DT_AUDIT is incorporated, is it
> possible to mark a shared library as its own audit library via
> DT_AUDIT? That is, if nbdkit-vddk-plugin.so can provide entry points
> for _both_ the nbdkit interface (which satisfies dlopen() from the
> nbdkit binary) and la_version/la_objsearch() (which satisfy the
> requirements for use from the audit code in ld.so), _and_ during the
> compilation of nbdkit-vddk-plugin.so, we marked the library as its own
> DT_AUDIT entry, would the mere act of dlopen("nbdkit-vddk-plugin.so")
> from nbdkit be sufficient...
2017 Jan 18
0
[FORGED] Taking determinant of a matrix of NAs results in intermittent memory corruption
...at cran.cnr.berkeley.edu . (r-base and r-base-core versions 3.3.2-1trusty0 )
>
> I also see this issue running R within Emacs, as well as Rstudio.
>
> This issue may be related to https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16862 but I'm not certain.
>
> The output of La_version() for me is:
> [1] "3.5.0"
>
> The output of:
> system(paste("lsof -p", Sys.getpid(), "| grep -iE '(blas|lapack)'"))
> is:
> R 3636 <myusername> mem REG 252,0 39272 11930369 /usr/lib/R/modules/lapack.so
> R...
2017 Jan 18
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
...Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> La_version()
[1] "3.5.0"
> system(paste("lsof -p", Sys.getpid(), "| grep -iE '(blas|lapack)'"))
R 25596 kgore4 mem REG 8,4 39272 118292573 /usr/lib/R/modules/lapack.so
R 25596 kgore4 mem REG 8,4 5882272 118096040 /usr/lib/lapack/liblapack....
2017 Jan 19
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
-----Original Message-----
From: Dirk Eddelbuettel [mailto:dirk.eddelbuettel at gmail.com] On Behalf Of Dirk Eddelbuettel
Sent: Thursday, 19 January 2017 12:41 PM
To: Klint Gore
Cc: Dirk Eddelbuettel; r-sig-debian at r-project.org
Subject: RE: [R-sig-Debian] Taking determinant of a matrix of NAs results in intermittent memory corruption
On 19 January 2017 at 01:26, Klint Gore wrote:
| >So
2020 Feb 17
2
Re: alternatives for hooking dlopen() without LD_LIBRARY_PATH or LD_AUDIT?
On 2/14/20 3:29 PM, Eric Blake wrote:
> On 2/14/20 1:02 PM, Eric Blake wrote:
>
>> Writing my own dlopen() wrapper directly in nbdkit seems like a
>> non-starter (my override has to come from a shared library before it
>> can replace the shared version that would be imported from -ldl, at
>> least for all subsequent shared library loads that want to bind to the
2004 Mar 13
7
Cisco 7960 firmware
Does anyone know if version 3.1 is Call Manager or SIP? Thanks.
2023 Apr 21
0
[Rd] R 4.3.0 is released
...t; and
"hexmode", such fulfilling the wish of PR#18421, by Benjamin
Feakins.
* The as.data.frame.vector() utility now errors for wrong-length
row.names. It warned for almost six years, with "Will be an
error!".
* sessionInfo() now also contains La_version() and reports codepage
and timezone when relevant, in both print() and toLatex() methods
which also get new option tzone for displaying timezone
information when locale = FALSE.
* New function R_compiled_by() reports the C and Fortran compilers
used to build R, if known...
2023 Apr 21
0
[Rd] R 4.3.0 is released
...t; and
"hexmode", such fulfilling the wish of PR#18421, by Benjamin
Feakins.
* The as.data.frame.vector() utility now errors for wrong-length
row.names. It warned for almost six years, with "Will be an
error!".
* sessionInfo() now also contains La_version() and reports codepage
and timezone when relevant, in both print() and toLatex() methods
which also get new option tzone for displaying timezone
information when locale = FALSE.
* New function R_compiled_by() reports the C and Fortran compilers
used to build R, if known...