search for: salomon

Displaying 20 results from an estimated 46 matches for "salomon".

2010 Nov 03
4
[LLVMdev] Fw: Forcing the Interpreter segfaults
[I assume you meant to send this to the list as well, not just me.] Begin forwarded message: Date: Wed, 3 Nov 2010 14:43:54 +0000 From: Salomon Brys <salomon.brys at gmail.com> To: Török Edwin <edwintorok at gmail.com> Subject: Re: [LLVMdev] Forcing the Interpreter segfaults I have build LLVM in debug mode. Here are the informations of the segfault : memcpy() at 0x7ffff6f6581e LoadIntFromMemory() at ExecutionEngine.cpp:887 0...
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
Hi Salomon, please don't forget to reply to the list too (I've CC'd the list). > I don't think my code is doing anything worng... No, it looks fine to me, and the interpreter certainly supports this. That suggests that the value of %str is not being transmitted to the function right. If...
2010 Nov 29
3
[LLVMdev] FunctionType as a function argument
...Args(1, Type::getInt8PtrTy(C)); FunctionType * cbFPtrTy = FunctionType::get(Type::getInt8Ty(C), cbFPtrArgs, false); Function * func = cast<Function>(M->getOrInsertFunction(fName, Type::getInt32Ty(C), cbFPtrTy, Type::getInt8PtrTy(C), (Type *)0)); But then I get an error form LLVM : /home/salomon/AppSRC/LLVM/release_28/lib/VMCore/Type.cpp:456: llvm::FunctionType::FunctionType(llvm::Type const *, std::vector<llvm::Type const *> const &, bool): Assertion `isValidArgumentType(Params[i]) && "Not a valid type for function argument!"' failed. It seems that a Funct...
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
...c, args).IntVal; llvm::outs() << res << "\n"; The first block of code works very well and write the expected result. The second block segfaults on the EI->runFunction(func, args) call. I can't find my mistake. Would somebody help me on this ??? Thank you very much ! Salomon BRYS. -- ########################################### # Salomon BRYS # +33 (0) 6 83 54 55 96 #------------------------------------------ # > EPITECH "Koala" : C++ assistant : Sbire du C++ # > Zend Certified Engineer for PHP5 #------------------------------------------ # All data in...
2010 Nov 02
2
[LLVMdev] Forcing the Interpreter segfaults
Helps to send to list: On Tue, Nov 2, 2010 at 1:00 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > On Tue, Nov 2, 2010 at 12:51 PM, Salomon Brys <salomon.brys at gmail.com> wrote: >> Hi everyone ! >> I am very new to LLVM and intent to use it in a research project. >> I have a problem with the interpreter: I have a simple compiler that >> generates LLVM bitcode, JIT it and execute it, and it works very wel...
2010 Nov 29
0
[LLVMdev] FunctionType as a function argument
You need a pointer-to-function type, but FunctionType just gives you a function type. Use PointerType::getUnqual(FunctionType::get(...)). Or TypeBuilder<char (*func)(void*), false>::get(context) from Support/TypeBuilder.h. On Mon, Nov 29, 2010 at 10:37 AM, Salomon Brys <salomon.brys at gmail.com>wrote: > Hi all. > I would like to declare a function that takes a function pointer as an > argument. > In C, it would be : > > void execute(char (*func)(void*), void *param) > > So, in my compiler, I have : > std::vector<const Ty...
2010 Nov 02
0
[LLVMdev] Forcing the Interpreter segfaults
...y now to execute a LLVM bitcode *without* JITing ? On Tue, Nov 2, 2010 at 19:00, OvermindDL1 <overminddl1 at gmail.com> wrote: > Helps to send to list: > > On Tue, Nov 2, 2010 at 1:00 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > > On Tue, Nov 2, 2010 at 12:51 PM, Salomon Brys <salomon.brys at gmail.com> > wrote: > >> Hi everyone ! > >> I am very new to LLVM and intent to use it in a research project. > >> I have a problem with the interpreter: I have a simple compiler that > >> generates LLVM bitcode, JIT it and execute...
2010 Nov 03
1
[LLVMdev] Forcing the Interpreter segfaults
On Tue, Nov 2, 2010 at 3:36 PM, Salomon Brys <salomon.brys at gmail.com> wrote: > In my case, I am working on a posix regular expression library that uses > LLVM to execute a regular expression. > Each regular expression is a very small sets of code and is faster to > interpret than to JIT then execute. > I wanted to...
2001 Apr 12
1
Users connecting from Terminal server to Unix server running samb a
....0. I understand that there may be an issue with SP5, but I am unable to upgrade immediately. Is there a registry entry on the NT server I can use? I cannot find anything on your web site but will continue looking. Thank You, Rick Pothier Senior Practice Manager FutureLink, INC on behalf of Salomon Smith Barney
2001 Feb 09
1
wavelet compression references
Hi everyody, ince some of you asked for references, here some links: A good book is 'Data Compression' from David Salomon, ISBN 0-387-98280-9. Papers available on the web: A nice introduction to wavelets is http://cm.bell-labs.com/who/wim/papers/athome/ A somewhat theoretical paper about integer wavelet transform http://cm.bell-labs.com/who/wim/papers/integer.ps.gz Since Peter Schroeder, Denis Zorin, Wim Weldens a...
2005 Apr 06
3
givenname and email address with smbldap-tools
Hi all, I have setup samba / openldap as describes by the idealx howto and as such I am using the smbldap-tools. However, I would like to add the givenname and email address fields for all users. What is the best way to do this? I would prefer continuing to use the smbldap-tools, but I cannot seem to find a good way to do this. When I try to: $ smbldap-usermod -M testuser@testdomain.net
2004 Oct 13
2
time server directive and synchronizing Win XP clients
Hi all! I have configured a Samba PDC (3.0.7) on a Fedora Core 2 machine with LDAP authentication (conform http://samba.idealx.org/smbldap-howto.en.html). I have about 180 Windows XP Pro clients using this PDC to log onto the domain, which works great! However I seem to have trouble synchronizing the time on the clients to the time on the server. The users (in group Domain Users) do not have
2002 Nov 29
2
Rsync service on Win2k?
Hi all, I'm trying to get rsync running on a Windows 2k box (my tape backup server) to remotely back up stuff from a few unix boxes. Not my favored constellation, but there's not much I can do about that. I'm hoping someone could give me a quick tip or two on getting rsync working as a Win2k service. I'm not real proficient with Win2k, so be gentle. The posts I could find
2001 Jul 10
2
watch out for quotes in data files
I have just spent a day trying to determine why I seemed to be unable to read a file of microarray expression results into R properly. The file was produced by the Dchip software developed by Li and Wong at Harvard's Department of Biostatistics. It contains rows of tab-delimited fields in the order Probe set identifier Probe set description Array 1 expression Array 1 call Array 2 expression
2001 Jul 09
1
problem loading saved image
...error occured Can someone explain the cause of this? I hope this is not the end of it because it would set me back quite a while in recreating the objects. The image file is about 25MB. I'm using R 1.2.2. Help is appreciated. Thanks, -- Vele Samak, Vice President Global Quantitative Research Salomon Smith Barney 7 WTC, New York, NY 10048, 212-783-7007 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body&...
2004 Oct 13
1
what exactly does outlook-idle workaround?
Hi, Can anyone tell me what the 'client_workarounds = outlook-idle' directive exactly does? I have enabled it in my /etc/dovecot.conf, but the problem that I think it should solve still exsits. That is that after being IDLE for more than half an hour Dovecot will disconnect Outlook but Outlook never connects back. Therefore users receive new mail, but they don't get notified unless
2004 Oct 22
1
index files
Hi Timo, I am sorry to bug you about this, but I am a bit confused and I have approx 200 users so I don't want to screw this up. I am using the latest FC2 Dovecot RPM: dovecot-0.99.10.5-0.FC2. I am using NFS to mount the /home dirs on the fileserver from the mailserver with mbox. In the docs you said that I should probably use :INDEX=MEMORY. However I think this really pushes the server to
1999 Feb 17
1
hidden shares
When hiding shares with Samba 2.0.1, I am finding that I cannot acces the files or directories in them. I am able to see the files and directories once I attach to the hidden share, but when I try to open a file or directory, I get a "Path not found" error. Can somebody explain to me what is happening and how to fix this? Thanks alot, Brian Dawson -------------- next part
2012 Feb 13
0
Error from GNLS (undefined columns selected)
...it). Indeed, in the previous lines of the gnls code, I don't have any problems when R creates a data.frame using the dataframe "data" and "pars", as follows: res <- eval(model, data.frame(data, pars)) I would be grateful to receive any help or hint. Best regards, Louis Salomon [[alternative HTML version deleted]]
2010 Nov 09
0
[ANNOUNCE] xf86-video-geode 2.11.10
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andres Salomon (1): fix the DCON verification loop for LX output Daniel Drake (2): Add get_crtc output function Don't power down DCON when it is frozen Frank Huang (4): Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/calloc Mode Validation support on modeline in...