search for: unistra

Displaying 16 results from an estimated 16 matches for "unistra".

Did you mean: unistr
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...m object, you get a different result (maybe garbage). I would suggest that you put a watchpoint on mbjit->getBufferStart() and single step your program to make sure it is not freed, over written somewhere. thx Vikas. ======= On Thu, Mar 20, 2014 at 7:50 AM, Willy WOLFF <willy.wolff at etu.unistra.fr>wrote: > The stack trace is: > (gdb) bt > #0 0x00000000004fa8c8 in llvm::BitstreamCursor::Read(unsigned int) () > #1 0x00000000004fa1d2 in llvm::BitcodeReader:: > ParseBitcodeInto(llvm::Module*) () > #2 0x0000000000503ae9 in llvm::getLazyBitcodeModule(llvm::MemoryBuffer*...
2014 May 23
4
[LLVMdev] Selectively Jitting using MCJIT
...runtime. It is not sufficient for me to load it during JIT initialisation, but rather I want to load and JIT it during program execution. Hence my idea of declaring the function in the module as extern and load it through the lazy function creator. Quoting Willy WOLFF <willy.wolff at etu.unistra.fr>: > > On 23 May 2014, at 14:55, Jonatan Waern wrote: > >> Hello, I am a novice at using the llvm api to do much of anything. >> >> I am trying to lazily apply certain optimisation passes on select >> functions when jitting a large program. It is undesirable...
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...ow. > > FWIW, I have some tests to write llvm::Module to bitcode files and read them back into llvm::Module and they work just fine with 3.4 (never tried with tip). > > thx > vikas. > ======== > > > On Wed, Mar 19, 2014 at 2:58 PM, Willy WOLFF <willy.wolff at etu.unistra.fr> wrote: > all of: > ---- > // cout << "lsr: " << lsr << "\n"; > llvm::MemoryBuffer* mbjit = > llvm::MemoryBuffer::getMemBufferCopy (sr);...
2014 Feb 17
2
Old harware (intel 82845G card) stopped working after update (centos 6)
...be so? (I.e., no longer supporting old hardware?). If so, at any rate, I'll be grateful if someone can suggest a workaround, or perhaps a hint towards that goal. Regards, Alain -- EOST (?cole et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.cochard at unistra.fr 5 rue Ren? Descartes [bureau 106] | Phone: +33 (0)3 68 85 50 44 F-67084 Strasbourg Cedex, France | Fax: +33 (0)3 68 85 01 25 -- EOST (?cole et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.cochard at unistra.fr 5 rue Ren? Descartes [bu...
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...fer::getMemBufferCopy() and not worry about validity of stringref or null-termination. Also, you can run your program through valgrind and check for any invalid reads. > > HTH > Vikas. > ======= > > > > On Wed, Mar 19, 2014 at 10:32 AM, Willy WOLFF <willy.wolff at etu.unistra.fr> wrote: > I mad the change, and still have the problem. > > I investigate more the source code of llvm. > > First, I change isRawBitcode function to print the content of the parameter like this: > original: http://llvm.org/docs/doxygen/html/ReaderWriter_8h_source.html#l000...
2018 Oct 09
1
netinstall problem -- corrupt alsa-utils-1.1.0-10.el6.i686.rpm?
...centos.org/centos/6/os/i386/ Any "chance" there is a problem on the CentOS side? Otherwise, what could I be doing wrong now? Thank you very much. Regards, Alain Cochard -- EOST (?cole et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.cochard at unistra.fr 5 rue Ren? Descartes [bureau 106] | Phone: +33 (0)3 68 85 50 44 F-67084 Strasbourg Cedex, France | Fax: +33 (0)3 68 85 01 25
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...RawBitcode output: B C BP != BE ok B ok C ok 0xc0 ok 0xde ok parsebitcodeinto sniff the signature B :37 B :37 It's possible that Stream object is not correctly initialized? On 03/13/2014 06:37 PM, Will Dietz wrote: > On Thu, Mar 13, 2014 at 9:02 AM, Willy WOLFF <willy.wolff at etu.unistra.fr> wrote: >> Hello, >> >> I having a weird problem while writing a bytecode module to a string, >> and after read/parse it for unsing on a jit. >> >> I write a pass to export function to module, and put this module inside >> a global variable. >>...
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
Hello everyone, I am trying to fit the following model All X. variables are continuous, while the conditions are categoricals. model <- lm(X2
2016 Aug 19
3
multiple domain and winbind use default domain
...994:5000::/psihome/admin/admin.eb:/bin/bash It seems that the domain is dropped. if I add a local user account in /etc/passwd: admin.eb:*:9994:5000::/psihome/admin/admin.eb:/bin/bash it works fine Here the smb.conf: # Global parameters [global] workgroup = AD realm = AD.UNISTRA.FR server role = member server security = ADS map to guest = Bad User obey pam restrictions = Yes kerberos method = secrets and keytab syslog = 0 log file = /var/log/samba/log.%m max log size = 100000 panic action = /u...
2014 Mar 13
2
[LLVMdev] load bytecode from string for jiting problem
Hello, I having a weird problem while writing a bytecode module to a string, and after read/parse it for unsing on a jit. I write a pass to export function to module, and put this module inside a global variable. I use WriteBitcodeToFile for this. For debuging, after this write, I try to load the exported module with parseBitcodeFile. This two step works. After, while the compiled program is
2016 Jul 25
4
Samba domain member and rfc2307 user IDs
Having problems with rfc2307 user ids. This was working briefly and now it’s not. samba and winbind v 2.4.2.10+dfs wbinfo -u lists all the domain users wbinfo -g lists all the domain groups getent group lists all the local groups and the AD domain groups that have a UNIX gid set getent passwd lists only the local users, then pauses for a moment, then nothing. AD users can’t log in and can’t
2016 Aug 19
0
multiple domain and winbind use default domain
...t; if I add a local user account in /etc/passwd: > admin.eb:*:9994:5000::/psihome/admin/admin.eb:/bin/bash > > it works fine > > > > > > > Here the smb.conf: > > > # Global parameters > [global] > workgroup = AD > realm = AD.UNISTRA.FR > server role = member server > security = ADS > map to guest = Bad User > obey pam restrictions = Yes > kerberos method = secrets and keytab > syslog = 0 > log file = /var/log/samba/log.%m > max log...
2016 Jul 25
0
Samba domain member and rfc2307 user IDs
...mech-code 0 for mech 1 2 840 113554 1 2 2] -the caller may retry after a kinit. [2016/07/25 23:15:24.264068, 4] ../auth/gensec/gensec_start.c:679(gensec_start_mech) Failed to start GENSEC client mech gse_krb5: NT_STATUS_INTERNAL_ERROR My config file: [global] workgroup = AD realm=AD.UNISTRA.FR log file = /var/log/samba/log.%m max log size = 100000 syslog = 0 panic action = /usr/share/samba/panic-action %d server role = member server obey pam restrictions = yes map to guest = bad user kerberos method = secrets and keytab idmap config * : backend = tdb2 idma...
2014 May 23
2
[LLVMdev] Selectively Jitting using MCJIT
Hello, I am a novice at using the llvm api to do much of anything. I am trying to lazily apply certain optimisation passes on select functions when jitting a large program. It is undesirable to me to load the entire program as IR code and then generate code in memory for it (time concerns). It seems that there is a function in MCJIT "loadObjectFile" that would suit my purposes,
2015 May 11
2
[LLVMdev] about MemoryDependenceAnalysis usage
add -basicaa to your command line :) On Mon, May 11, 2015 at 7:15 AM, Willy WOLFF <willy.mh.wolff at gmail.com> wrote: > I play a bit more with MemoryDependenceAnalysis by wrapping my pass, and > call explicitely BasicAliasAnalysis. Its still using No Alias Analysis. > > How can I let MemoryDependenceAnalysis use BasicAliasAnalysis? > > Please, find attached my pass. >
2013 Mar 11
0
[LLVMdev] symbol address: llvm-objdump vs. objdump
Hello i see that the address of specific symbol are not the same between llvm-objdump and objdump. The code: --- #include <stdio.h> int machin = 42; int main () { printf("Hello : %d\n", machin); return 0; } ---- compile command: clang hello1.c -o hello1 And the address of the symbol of the global variable "machin": [ Fri Mar 08 - 22:58:36 ][ wwolff at hostname