Displaying 3 results from an estimated 3 matches for "goest".
Did you mean:
goes
2005 Jul 01
2
Whither Goest Wine?
It seems that fewer and fewer favorite programs run with wine. Stuff that ran
100% on older builds crashes out on the newer ones with elan.
There needs to be (more) regression testing. However, damage has already been
done and propagated and needs correction simply to get back to the previous
level of operability.
1998 Nov 03
3
SOLARIS_2.6: request_oplock_break (PR#10919)
...ed from the ps man page as :
"A process that has exited and has a parent, but has not
yet been waited for by the parent, is marked <defunct>."
However, looking at the 1.9.18p10 code (and Samba2.0 is
similar here) the parent goes into the "talktochild()"
function and then goest into a sys_wait() call to wait
for the dead child (first doing a kill() on the child
if the password change failed, just to make sure the
child is dead).
If it's hanging - then it's doing so within the talktochild()
call.
Can you do a truss on the parent when it's in this
state to see...
2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
...package: timeSeries
Loading required package: fBasics
Loading required package: MASS
Warning message:
package 'gogarch' was built under R version 2.9.0
> showMethods("residuals")
Function: residuals (package stats)
object="ANY"
object="fGARCH"
object="Goestml"
object="GoGARCH"
> getMethod("residuals", "GoGARCH")
Method Definition:
function (object, ...)
{
.local <- function (object, standardize = FALSE)
{
m <- ncol(object at X)
n <- nrow(object at X)
resl <- lapply(o...