search for: haskett

Displaying 3 results from an estimated 3 matches for "haskett".

2003 Apr 17
1
Configuring password expiration with SAMBA
I have been researching this for some time and have run into nothing but walls. My local LUG has basically told me this won't work or at least that no-one in the group has gotten it to work. I am trying to setup some SAMBA servers to replace some NT and Novell servers but I have been informed, by higher powers, that I must be able to do password aging with whatever I setup (like passwords
2012 Feb 21
0
[LLVMdev] Strange behaviour with x86-64 windows, bad call instruction address
...lesson here is, DON'T use the Microsoft Application Verifier flag with anything that uses llvm 3.0, because if you are JIT'ing large amounts of IR, you'll end up with a bad address eventually, and in my case, immediately. Guh. .r. Date: Tue, 14 Feb 2012 20:31:31 +0000 From: Robert Haskett <rhaskett at opentext.com> Subject: [LLVMdev] Strange behaviour with x86-64 windows, bad call instruction address To: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Message-ID: <4895D06E53674F498EF4F6406C6436460A517E at otwlxg21.opentext.net> Content-Type: text/plai...
2012 Feb 14
0
[LLVMdev] Strange behaviour with x86-64 windows, bad call instruction address
Hi all, Some background: I'm working on a project to replace a custom VM with various components of llvm. We have everything running just peachy keen with one recent exception, one of our executables crashes when attempting run a JIT'd function. We have llvm building and running on 64 bit Windows and Linux, using Visual Studio 2008 on Windows and gcc on Linux, and we have the llvm