Displaying 5 results from an estimated 5 matches for "36422".
Did you mean:
6422
2011 Apr 20
16
[Bug 36422] New: unable to hibernate with nouveau and NV11 [bisected]
https://bugs.freedesktop.org/show_bug.cgi?id=36422
Summary: unable to hibernate with nouveau and NV11 [bisected]
Product: xorg
Version: unspecified
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau...
2006 Oct 06
2
Extreme slowdown with named vectors. A bug?
...uot;, sep="");
# Clean up first
rm(names, x, y); gc();
# Create a named vector of length n
# Try with format "%5d" and it works
names <- sprintf("%05d", 1:n);
x <- seq(along=names);
names(x) <- names;
# Extract the first k elements
k <- 36422;
t0 <- system.time({
y <- x[names[1:k]];
})
str(y);
# But with one more it takes
# for ever when n >= 58960
k <- k + 1;
t1 <- system.time({
y <- x[names[1:k]];
})
# ...then t1/t0 ~= 300-500 and growing!
print(t1/t0);
str(y);
}
The interesting this...
2004 Dec 24
0
CentOS-3 x86_64 errata - Updated openssh packages
New openssh packages are available for CentOS-3 x86_64. Refer to
https://rhn.redhat.com/errata/RHBA-2004-471.html.
RPMS/openssh-3.6.1p2-33.30.3.x86_64.rpm
RPMS/openssh-askpass-3.6.1p2-33.30.3.x86_64.rpm
RPMS/openssh-askpass-gnome-3.6.1p2-33.30.3.x86_64.rpm
RPMS/openssh-clients-3.6.1p2-33.30.3.x86_64.rpm
RPMS/openssh-server-3.6.1p2-33.30.3.x86_64.rpm
SRPMS/openssh-3.6.1p2-33.30.3.src.rpm
Execute
2006 Oct 07
0
Extreme slowdown with named vectors. A bug? (PR#9280)
...rm(names, x, y); gc();
>
> # Create a named vector of length n
> # Try with format "%5d" and it works
> names <- sprintf("%05d", 1:n);
> x <- seq(along=names);
> names(x) <- names;
>
> # Extract the first k elements
> k <- 36422;
> t0 <- system.time({
> y <- x[names[1:k]];
> })
> str(y);
>
> # But with one more it takes
> # for ever when n >= 58960
> k <- k + 1;
> t1 <- system.time({
> y <- x[names[1:k]];
> })
> # ...then t1/t0 ~= 300-500 and...
2015 Oct 02
0
Wine release 1.7.52
...orted (Mac OS X only bug)
36237 valgrind shows a leak in comctl32/tests/subclass.c
36276 dxdiagn/tests/container.c crashes when run under valgrind
36281 valgrind shows an invalid read in gdi32/tests/path.c
36367 w95_answ.exe (16-bit app) crashes on startup on Mac OS X 10.9 (Mavericks)
36422 valgrind shows several possible leaks in qcap/tests/qcap.c
36571 valgrind shows some invalid memory use in shell32/tests/path.c
36626 dxgi/tests/device.c crashes under valgrind on i965/mesa
36637 wininet/tests/http.c crashes under valgrind
36725 Audible Manager crashes immediately on s...