similar to: FileLockEx Problem

Displaying 20 results from an estimated 210 matches similar to: "FileLockEx Problem"

2014 Aug 20
6
Full MVCC in Brass
I'm one of the developers of Notmuch, an email client that makes extensive use of Xapian. For some time, full multi-version concurrency control (MVCC) has been on our wish list. Olly mentioned that brass now uses free lists---a key step toward full MVCC---and I offered to pitch in on putting the other pieces into place. Before I wade too deep into this, I wanted to propose my plan. Full
2002 Oct 24
0
Error log
I'm trying to get our legacy Microfocus Cobol database interface to work on a Linux box. I'm using WINE 20021007 built from source on Mandrake 8.2 (after removing default WINE install) I've fixed several problems in my config file, and imported some dll's that were missing. I can get to the login screen, but when I try to go any farther into the program I get this:
2004 Jan 19
1
Persistence for statistical models
Hi there - Is there a way to write statistical models (trees, naïve Bayes, SVM, etc) to a file and import them again without loss of information? Thanks - Ton Ton van Daelen, PhD Director, Application Support Tel: (858) 279-8800 ext 217 Fax: (858) 279-8804 Web: www.scitegic.com Register now for the 2004 Pipeline Pilot user group meeting Jan 28-30 in San Diego:
2003 Dec 30
3
Writing data frames
Hi there - I have been trying to generate some simple stats and save the results to a file. My data looks like this: x y z exp 0 3 5 1 2 11 10 1 4 4 5 1 7 6 4 1 11 1 2 2 5 7 1 2 3 3
2006 Apr 19
2
commercial software selling a R module - question about GPL license rights
Hello all, Sorry for this email not directly related to R developement. I just come from a nice demonstration session from Scitegic about their Pipeline Pilot (PP) software, and especially their 'R collection' which brings R calculations into the software (http://www.scitegic.com/documents/RStats_Collection.pdf). I looked carefully on the way they do it: they pass data from PP to R
2008 Dec 18
5
EverQuest - worked once, but no more
I had a previous install on another computer with the following, and EQ worked perfectly there, with the following configuration: Laptop: HP dv6355 Graphics: NVIDIA GeForce Go 6150 (UMA) Processor: AMD Turion 64 X2 (1.8 GHz) Memory: 2 GB OS: Ubuntu 8.04 Wine: 1.1.4 Unfortunately, the computer was formatted and given to someone else, so I can no longer compare the configurations or run any tests
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby
2001 Mar 15
1
starcraft install wierdness.
I know, Starcraft has been covered much, but I still cannot make starcraft complete its installation. The installation halts while adding shortcuts to the start menu. As someone (Ove I believe) mentioned, Starcraft adds certain registry keys after creating shortcuts, requiring the installation to continue. I have modified wineshelllink in order to gain some insight: #!/bin/sh echo "$@"
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2006 Aug 21
1
[ win32utils-Bugs-5479 ] Incorrect SetLastError declarations
Bugs item #5479, was opened at 2006-08-21 07:43 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=5479&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Incorrect SetLastError declarations Initial Comment: windows-pr-0.5.3 lib\windows\error.rb
2006 Dec 14
11
Tweak to win32-eventlog
All, I got a bug report from Greg Holmes where the description wasn''t being returned properly. At the moment, if there''s no event associated with the event id, then the description is empty. However, it turns out that there can still be associated information about the event. So, I propose the following tweak to the get_description private method: # If FormatMessage()
2011 Jan 07
0
Wine release 1.3.11
The Wine development release 1.3.11 is now available. What's new in this release (see below for details): - PO files now used for translations. - Various JavaScript improvements. - Some fixes to the Wine debugger. - Translation updates. - Various bug fixes. The source is available from the following locations:
2007 Sep 25
2
Bug in win32-api with void prototypes?
Hi all, It seems that a void prototype requires an explicit argument in our version of win32/api: C:\>irb irb(main):001:0> require ''win32/api'' => true irb(main):002:0> include Win32 => Object irb(main):003:0> require ''Win32API'' => true # Our version irb(main):004:0> GetLastErrorA = API.new(''GetLastError'',
2001 Feb 14
0
ASPI problem
Having gotten WinOnCD to start (though the installer fails (*.msi file)) by copying the files and registry from a windows install, I now have an ASPI problem. I am able to erase a cdrw from within winoncd and most of winoncd works pretty much as it should (but no drag'n drop works). Writing a CD does however not work yet and it appears to be a winaspi problem: Here is part of the trace:
2018 Jan 16
3
Windows TAP driver issues
Thanks for the info, that is very helpful. It does look like that change got back-ported to master, albeit in a different form. I'll take a look at how OpenVPN does its windows device I/O. - todd
2007 Oct 08
1
Getting an actual system error
Heya all, I don''t think I''ve been paying attention. When a Windows API function fails, I could have been doing this: raise SystemCallError(GetLastError()) Instead of this: # Where ''Error'' is nested under the current class. raise Error, get_last_error I''m not sure how big of a deal this is in practice, however, or if it''s even preferred for
2013 Aug 21
2
[PATCH 1/3] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2004 Jan 22
1
code cleanup suggestion - error classes
Currently, most of the modules define an error class of some sort (e.g. cWin32ServiceError). Within the code, the error is raised like this: rb_raise(cWin32ServiceError,ErrorDescription(GetLastError())); It seems logical that, instead of appending the message every time, that we should simply call ErrorDescription(GetLastError()) simply by raising an error (i.e. within the
2001 Apr 03
1
UnhandledExceptionFilter
High, i'm currently try to get VPinball to run and know hanging at the UnhandledExceptionFilter. It seems that after this messages the application terminates. peter Call user32.335: GetWindowLongA(00000dd4,fffffff0) ret=4096b955 fs=008f Ret user32.335: GetWindowLongA() retval=50000000 ret=4096b955 fs=008f Call kernel32.642: MulDiv(00000001,0000009c,00000064) ret=4096b9d3 fs=008f Ret
2007 Jan 09
0
Wine release 0.9.29
This is release 0.9.29 of Wine, a free implementation of Windows on Unix. What's new in this release: - More work on the new Direct3D state management. - Debugger support for Mac OS. - Many OLE fixes and improvements. - Audio input support on Mac OS. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the