search for: 4e9

Displaying 20 results from an estimated 21 matches for "4e9".

Did you mean: 49
2020 Sep 08
4
Operations with long altrep vectors cause segfaults on Windows
...Gr??e 14.9 GB nicht allozieren >> y <- c(0L, -2e9:2e9) > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren >> Sys.setenv(LANGUAGE="en") >> y <- c(0L, -2e9:2e9) > Error: cannot allocate vector of size 14.9 Gb >> y <- -1e9:4e9 >> .Internal(inspect(y)) > @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) >> .Machine$integer.max / 1e9 > [1] 2.147484 >> y <- -1e6:2.2e9 >> .Internal(inspect(y)) > @0x000000000a11a5d8 14 REALSXP g...
2020 Sep 08
2
Operations with long altrep vectors cause segfaults on Windows
I can only reproduce on Windows, but reliably (both 4.0.0 and 4.0.2): $> R --vanilla x <- c(0L, -2e9:2e9) # > Segmentation fault Tried to reproduce on Linux but the above worked as expected. Not an issue merely with the length of the vector; for example, x <- rep_len(1:10, 1e10) works, though the altrep vector must be long to reproduce: x <- c(0L, -1e9:1e9) #ok Segmentation
2019 Mar 06
1
as.Date(Inf) displays as 'NA' but is actually 'Inf'
...ticed by Bill that both as.Date() and format.Date() should probably be tweaked such as to signal warnings (e.g. on integer overflow for too large numbers). ## ------------------------------------------------------------------------- xDates <- lapply(c(-Inf, Inf, NA, NaN, 1e9, 4e9, 1e100, .Machine$double.xmax), as.Date, origin = "2000-01-01") str(xDates) # --> first 4 *all* show as NA sapply(xDates, is.na) # the two +-Inf are not NA (f.D <- sapply(xDates, format))# 1..4: NA, then "negative" but all the same (?!) stopifnot(is.na(f.D...
2020 Sep 08
2
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...> y <- c(0L, -2e9:2e9) >> > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren >> >> Sys.setenv(LANGUAGE="en") >> >> y <- c(0L, -2e9:2e9) >> > Error: cannot allocate vector of size 14.9 Gb >> >> y <- -1e9:4e9 >> >> .Internal(inspect(y)) >> > @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) >> >> .Machine$integer.max / 1e9 >> > [1] 2.147484 >> >> y <- -1e6:2.2e9 >> >> .Internal(inspe...
2019 Dec 04
2
some error about dovecot when compile
when i build dovecot in my computer, something has occured like below: root at 2030c8624e88:/dovecot-2.3.9# ./autogen.sh --2019-12-04 10:49:53-- https://www.dovecot.org/tmp/wiki2-export.tar.gz Resolving www.dovecot.org (www.dovecot.org)... 94.237.12.234, 2a04:3545:1000:720:acc1:5bff:fe5e:4e9 Connecting to www.dovecot.org (www.dovecot.org)|94.237.12.234|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 446263 (436K) [application/x-gzip] Saving to: 'wiki2-export.tar.gz' wiki2-export.tar.gz 100%[===============================>] 435.80K 152KB/s...
2008 Oct 24
3
GeForce MX4 - DMA queue hang
...ere: http://www.jasp.com/nouveau/Xorg.0.log.old.241008.txt I noticed this: (EE) NOUVEAU(0): Pointer to LVDS manufacturer table invalid (EE) NOUVEAU(0): Pointer to LVDS manufacturer table invalid I don't know if that is significant. But further on: (II) NOUVEAU(0): Fifo dump (lockup 0x0000,0x04e9): ... big dump follows then... (II) NOUVEAU(0): End of fifo dump Fatal server error: DMA queue hang: dmaPut=4e9, current=0, status=0 Any resolution greatly appreciated. -- Andrew Betts -------------- next part -------------- A non-text attachment was scrubbed... Name: Xorg.0.log.old Type: applic...
2020 Sep 08
1
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...y <- c(0L, -2e9:2e9) >> > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren >> >> Sys.setenv(LANGUAGE="en") >> >> y <- c(0L, -2e9:2e9) >> > Error: cannot allocate vector of size 14.9 Gb >> >> y <- -1e9:4e9 >> >> .Internal(inspect(y)) >> > @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) >> >> .Machine$integer.max / 1e9 >> > [1] 2.147484 >> >> y <- -1e6:2.2e9 >> >> .Internal...
2020 Feb 12
2
Dovecot v2.3.9.3 released
We are pleased to release v2.3.9.3 of Dovecot. Please find it from locations below https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot --- v2.3.9.3 2019-02-12? Aki Tuomi <aki.tuomi at open-xchange.com> ??? * CVE-2020-7046:
2020 Feb 12
2
Dovecot v2.3.9.3 released
We are pleased to release v2.3.9.3 of Dovecot. Please find it from locations below https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot --- v2.3.9.3 2019-02-12? Aki Tuomi <aki.tuomi at open-xchange.com> ??? * CVE-2020-7046:
2020 Sep 08
0
Operations with long altrep vectors cause segfaults on Windows
...t; x <- (-2e9:2e9) + 1L Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren > y <- c(0L, -2e9:2e9) Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren > Sys.setenv(LANGUAGE="en") > y <- c(0L, -2e9:2e9) Error: cannot allocate vector of size 14.9 Gb > y <- -1e9:4e9 > .Internal(inspect(y)) @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) > .Machine$integer.max / 1e9 [1] 2.147484 > y <- -1e6:2.2e9 > .Internal(inspect(y)) @0x000000000a11a5d8 14 REALSXP g0c0 [REF(65535)] -1000000 : -2094967296 (compact) > y &...
2020 Sep 08
0
Operations with long altrep vectors cause segfaults on Windows
...n > >> y <- c(0L, -2e9:2e9) > > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren > >> Sys.setenv(LANGUAGE="en") > >> y <- c(0L, -2e9:2e9) > > Error: cannot allocate vector of size 14.9 Gb > >> y <- -1e9:4e9 > >> .Internal(inspect(y)) > > @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) > >> .Machine$integer.max / 1e9 > > [1] 2.147484 > >> y <- -1e6:2.2e9 > >> .Internal(inspect(y)) > &g...
2020 Sep 08
0
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...ozieren > >> y <- c(0L, -2e9:2e9) > > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren > >> Sys.setenv(LANGUAGE="en") > >> y <- c(0L, -2e9:2e9) > > Error: cannot allocate vector of size 14.9 Gb > >> y <- -1e9:4e9 > >> .Internal(inspect(y)) > > @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) > >> .Machine$integer.max / 1e9 > > [1] 2.147484 > >> y <- -1e6:2.2e9 > >> .Internal(inspect(y)) > > @0x0...
2020 Sep 08
0
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...e9) > >> > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren > >> >> Sys.setenv(LANGUAGE="en") > >> >> y <- c(0L, -2e9:2e9) > >> > Error: cannot allocate vector of size 14.9 Gb > >> >> y <- -1e9:4e9 > >> >> .Internal(inspect(y)) > >> > @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) > >> >> .Machine$integer.max / 1e9 > >> > [1] 2.147484 > >> >> y <- -1e6:2.2e9 > >&g...
2008 Sep 23
1
Fatal server error: DMA queue hang
...freeing fifo 0 [ 102.391940] [drm:nouveau_fifo_free] *ERROR* Failed to idle channel 0 before destroy.Prepare for strangeness.. [ 102.392019] [drm] cleanning a channel with graph in current context [ 102.392031] [drm] PFIFO_DMA_PUSHER - Ch 0 I also get: Fatal server error: DMA queue hang: dmaPut=4e9, current=0, status=0 ... in my Xorg.0.log Full Xorg.0.log: http://entropy.homelinux.org/nouveau/Xorg.0.log Full dmesg output: http://entropy.homelinux.org/nouveau/dmesg.txt Is this a known issue? Is there anything else I can provide? As noted, I can't load up nVidia's drivers now to pro...
2020 Sep 08
2
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...> Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren >>>> >> Sys.setenv(LANGUAGE="en") >>>> >> y <- c(0L, -2e9:2e9) >>>> > Error: cannot allocate vector of size 14.9 Gb >>>> >> y <- -1e9:4e9 >>>> >> .Internal(inspect(y)) >>>> > @0x00000000195a6808 14 REALSXP g0c0 [REF(65535)] -1000000000 : -294967296 (compact) >>>> >> .Machine$integer.max / 1e9 >>>> > [1] 2.147484 >>>> >> y <- -1...
2020 Feb 12
0
Dovecot v2.3.9.3 released
# wget https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz --2020-02-12 05:09:26-- https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz Resolving dovecot.org (dovecot.org)... 94.237.12.234, 2a04:3545:1000:720:acc1:5bff:fe5e:4e9 Connecting to dovecot.org (dovecot.org)|94.237.12.234|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2020-02-12 05:09:26 ERROR 403: Forbidden. -- Best regards, Martynas Bendorius > On 2020-02-12, at 14:04, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > W...
2019 Mar 06
2
as.Date(Inf) displays as 'NA' but is actually 'Inf'
Hi Gabriel, The point is that it *visually* displays as NA, but is.na() still responds as FALSE. When I (and I am sure many people) see an NA, we then use is.na(). If we see Inf displayed, we then use is.infinite(). With as.Date() this breaks down. I'm not arguing that as.Date(Inf) should be coerced to NA. I'm arguing that as.Date(Inf) should be *visually* displayed as Inf (i.e. the
2018 Dec 24
1
NT_STATUS_NETWORK_SESSION_EXPIRED Domain member
...lt;V%M8F$M=V%T8VAD;V<N M;&]G(@I435!&24Q%/2(O=&UP+W-A;6)A+7=A=&-H9&]G+B0D(@I$045-3TY3 M/2)W:6YB:6YD9"(*05542$9)3$4](B]L:74O971C+W-A;6)A+7=A=&-H9&]G M+FEN:2(*0T]2141)4CTB+W9A<B]C;W)E<R(*3$]#2T9)3$4](B]V87(O<G5N M+W-A;6)A+7=A=&-H9&]G+FQO8VLB"E-%4E9%4CTB8'5N86UE("UN8"(*4TA! M4D4](B(*"E9%4D)/4T4];F\*5$E-14]55#TQ-0I$4EE254X];F\*1T-/4D4] M;F\*4TQ%15`]-0I,3T-+140];F\*"@IU<V%G92 at I('L*8V%T(#P\14]&"E5S M86=E.B`D,"!;/&]P=&EO;G,^72!;/'-H87)E/ET*"D]P=&EO;G,Z"B`@("UH M?"T...
2018 Dec 17
6
NT_STATUS_NETWORK_SESSION_EXPIRED Domain member
All, using Samba as an AD (2k12) domain member in Stretch (2:4.5.12+dfsg-2+deb9u4) with tdb as default and rid as domain backend. No overlapping. Everything works fine. Setup was done as in the wiki [1]. If you're connecting from a Windows 10 client and do not add dedicated keytab file = /etc/krb5.keytab kerberos method = secrets and keytab winbind refresh tickets = Yes to
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...e_value > 000005d5 l O .rodata 0000000f .str8 > -000005c1 l O .rodata 00000014 __FUNCTION__.23098 > -000005e4 l O .rodata 00000017 __FUNCTION__.22989 > +000005c1 l O .rodata 00000014 __FUNCTION__.23005 > +000005e4 l O .rodata 00000017 __FUNCTION__.22896 > 00004e90 l F .text 000003ca write_dependence_p > -0000060f l O .rodata 00000013 __FUNCTION__.22630 > -00000622 l O .rodata 0000001e __FUNCTION__.20040 > +0000060f l O .rodata 00000013 __FUNCTION__.22543 > +00000622 l O .rodata 0000001e __FUNCTION__.19955 > 00000640 l...