Displaying 6 results from an estimated 6 matches for "l62".
Did you mean:
262
2025 Apr 23
1
R should add an API routine for safe use of memcpy(), memset() for use with 0-length SEXP
...8b0bedb39fa8deba5c819df/src/include/R_ext/RS.h#L59-L60
>>> [2] https://github.com/r-devel/r-svn/blob/9e597ca8132e8b6298b0bedb39fa8deba5c819df/src/main/memory.c#L3575-L3580
>>> [3] https://github.com/r-devel/r-svn/blob/9e597ca8132e8b6298b0bedb39fa8deba5c819df/src/include/R_ext/RS.h#L62-L63
>>> [4] https://github.com/r-devel/r-svn/blob/9e597ca8132e8b6298b0bedb39fa8deba5c819df/src/main/memory.c#L3582-L3587
>>>
>>> Mike C
>>>
>>> On Wed, Apr 23, 2025 at 8:57?AM Michael Chirico
>>> <michaelchirico4 at gmail.com> wrote:
>&...
2016 Jul 21
2
How to debug supermin5 issue?
Hi, Rich:
I met a supermin issue on CentOS 7.1:
supermin: version: 5.1.10
supermin: rpm: detected RPM version 4.11
supermin: package handler: fedora/rpm
supermin: acquiring lock on /root/test/aaa/lock
supermin: build: /usr/lib64/guestfs/supermin.d
supermin: build: visiting /usr/lib64/guestfs/supermin.d/base.tar.gz type gzip base image (tar)
supermin: build: visiting
2016 Jul 21
0
Re: How to debug supermin5 issue?
...upermin5 --build -f ext2 -v -v -v /usr/lib64/guestfs/supermin.d -o /tmp/appliance.d
The effect of using -v multiple times is to increase the "debug"
setting in the code, so more messages may be printed, for example:
https://github.com/libguestfs/supermin/blob/master/src/ext2_initrd.ml#L62
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into KVM guests....
2025 Apr 23
1
R should add an API routine for safe use of memcpy(), memset() for use with 0-length SEXP
>From R 4.5.0 [1], all builds of R discourage use of INTEGER() [and
friends REAL(), ... and *_RO() equivalents] on length-0 SEXP [2].
Before R 4.5.0, this was the behavior under --enable-strict-barrier.
That means the following can segfault under strict builds (e.g.
-fsanitize=alignment and -O0):
SEXP x = PROTECT(Rf_allocVector(INTSXP, 0));
SEXP y = PROTECT(Rf_allocVector(INTSXP, 0));
const
2016 Jul 21
2
Re: How to debug supermin5 issue?
...ext2 -v -v -v /usr/lib64/guestfs/supermin.d -o /tmp/appliance.d
>
>The effect of using -v multiple times is to increase the "debug"
>setting in the code, so more messages may be printed, for example:
>
> https://github.com/libguestfs/supermin/blob/master/src/ext2_initrd.ml#L62
>
>Rich.
>
>--
>Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
>Read my programming and virtualization blog: http://rwmj.wordpress.com
>virt-p2v converts physical machines to virtual machines. Boot with a
>live CD or over the network (PXE) an...
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...encountered where '==' may have been
intended.
No errors 1 warning
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c cleanup.c -o cleanup.o
NCR High Performance C Compiler R3.0c
(c) Copyright 1994-97, NCR Corporation
(c) Copyright 1987-97, MetaWare Incorporated
w "cleanup.c",L62/C22(#684):
| Trigraph "??)" detected but not replaced; turn on TRIGRAPHS toggle.
No errors 1 warning
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c sender.c -o sender.o
NCR High Performance C Compiler R3.0c
(c) Copyright 1994-97, NCR Corporation
(c) Copyright 1987-97, MetaWare...