Displaying 3 results from an estimated 3 matches for "file_handle".
2008 Jul 02
2
spss long labels
...Kind regards,
Kurt Van Dijck (C programmer) & Ilse Laurijssen (R user)
Belgium
Index: src/sfm-read.c
===================================================================
--- src/sfm-read.c (revision 5168)
+++ src/sfm-read.c (working copy)
@@ -188,6 +188,8 @@
static int read_variables (struct file_handle * h, struct variable *** var_by_index);
static int read_machine_int32_info (struct file_handle * h, int size, int count, int *encoding);
static int read_machine_flt64_info (struct file_handle * h, int size, int count);
+static int read_long_var_names (struct file_handle * h, struct dictionary *...
2007 Oct 09
1
problem mapping large files?
...it with +server,+relay which included the following in the output:
0009:Call
KERNEL32.CreateFileMappingW(00000050,00000000,00000002,00000000,8fcbf02e,00000000)
ret=01028a7b
0009: create_mapping( access=000f0005, attributes=000000c0,
rootdir=(nil), size_high=0, size_low=-1882460114, protect=65,
file_handle=0x50, name=L"" )
0009: create_mapping() = INVALID_PARAMETER { handle=(nil) }
0009:Ret KERNEL32.CreateFileMappingW() retval=00000000 ret=01028a7b
0009:Call KERNEL32.SetLastError(00000000) ret=01019bf6
0009:Ret KERNEL32.SetLastError() retval=00000000 ret=01019bf6
I'm using Wine 0.9.4...
2006 May 30
1
Cannot remove Maildir folder
...004072a90002cb1c
(filer:/vol/vol0/home/marcin)
Looking into some NFS docs we can read:
"A client has a file opened. Another process on that client deletes the
file. So the client NFS stack rather than deleting the file and
potentially hurting the other process, it renames the file to
.nfs<file_handle>."
To me it looks like one imap process tries to delete .Trash.test
directory (first rename and then unlink) whereas other imap process has
still opened dovecot.* files.
Any workaround/fix for that ?
Regards,
Marcin Deranek