search for: mystore

Displaying 15 results from an estimated 15 matches for "mystore".

Did you mean: maystore
2017 Jul 12
2
A strange problem about type i64 for LLVM
...by uninitialized value. In addition, '306205760' is not a meaningless value, but the result of truncating '140583176769504' to 32 bits. Actually, I instrumented some call instructions for value store and load, which can be simplified as follow: 1. Storing values with function 'myStore': call void myStore(i64 %1); 2. Loading values with function 'myLoad': %0 = call i64 myLoad(); The problem is that the call on 'myStore' can correctly pass 'i64 %1' to the function body of 'myStore'. However, when I use 'myLoad' to return...
2015 Aug 11
4
C6.7 evolution to cyrus imap(s) fails
...nix[10038]: duplicate_check: <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> user.ja 0 Aug 11 21:17:29 maui lmtpunix[10038]: Delivered: <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> to mailbox: user.ja Aug 11 21:17:29 maui lmtpunix[10038]: mystore: starting txn 2147483715 Aug 11 21:17:29 maui lmtpunix[10038]: mystore: committing txn 2147483715 Aug 11 21:17:29 maui lmtpunix[10038]: duplicate_mark: <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> user.ja 1439324249 441771 Aug 11 21:17:29 maui lmtpunix[10048]: execut...
2015 Aug 11
0
C6.7 evolution to cyrus imap(s) fails
..._check: > <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> user.ja 0 > Aug 11 21:17:29 maui lmtpunix[10038]: Delivered: > <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> to > mailbox: user.ja > Aug 11 21:17:29 maui lmtpunix[10038]: mystore: starting txn 2147483715 > Aug 11 21:17:29 maui lmtpunix[10038]: mystore: committing txn 2147483715 > Aug 11 21:17:29 maui lmtpunix[10038]: duplicate_mark: > <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> > user.ja 1439324249 441771 > Aug 11 21:17:29 maui...
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
On Tue, 11 Aug 2015, Alexander Dalloz wrote: > Am 11.08.2015 um 17:56 schrieb Dr J Austin: >> Hi >> >> I have been using evolution/cyrus/exim for 10 years - until yesterday! >> >> I upgraded to C6.7 and now there is no way I can find of connecting >> from evo to the cyrus imap(s) server >> >> [root at maui:~]$ ps -ef|grep imap >> cyrus
2015 Aug 12
1
C6.7 evolution to cyrus imap(s) fails
Am 12.08.2015 um 20:29 schrieb Dr J Austin: > > > On Wed, 12 Aug 2015, Alexander Dalloz wrote: > > >>> I have been working at trying to get cyrus to listen on 148.197.29.5 >>> interface instead of the localhost - I have failed >>> > >> No square brackets around the ip address. > > imap cmd="imapd" listen="imap"
2011 Mar 24
2
[LLVMdev] Instrumentation with liblto and gold
Hi, I need advice in instrumenting programs using liblto and gold plugin. Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp. My pass inserts functions (myLoad and myStore) for some load and store instructions. The functions exist in a library file. I found that the approach works for the example in the link: http://llvm.org/docs/GoldPlugin.html $ llvm-gcc -flto a.c -c -o a.o $ ar q a.a a.o $ llvm-gcc b.c -c -o b.o $ llvm-gcc -use-gold-plugin a.a b.o -L<path_to_m...
2017 Jul 12
2
A strange problem about type i64 for LLVM
Hello, everyone, I encounter a strange problem about llvm type i64 and C++ type int64_t. I instrumented a program to call the function 'myFunction' in the C++ shared library. 'myFunction' is something like this: int64_t myFunction() { int64_t retValue; ... std::cout << "retValue: " << retValue << "\n"; return retValue; }
2011 Mar 24
0
[LLVMdev] Instrumentation with liblto and gold
On 3/24/11 6:23 PM, Sangmin Park wrote: > Hi, > > I need advice in instrumenting programs using liblto and gold plugin. > Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp. > My pass inserts functions (myLoad and myStore) for some load and store > instructions. > The functions exist in a library file. > > I found that the approach works for the example in the link: > http://llvm.org/docs/GoldPlugin.html > $ llvm-gcc -flto a.c -c -o a.o > $ ar q a.a a.o > $ llvm-gcc b.c -c -o b.o > $ llvm...
2011 Mar 25
1
[LLVMdev] Instrumentation with liblto and gold
...at illinois.edu>wrote: > On 3/24/11 6:23 PM, Sangmin Park wrote: > >> Hi, >> >> I need advice in instrumenting programs using liblto and gold plugin. >> Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp. >> My pass inserts functions (myLoad and myStore) for some load and store >> instructions. >> The functions exist in a library file. >> >> I found that the approach works for the example in the link: >> http://llvm.org/docs/GoldPlugin.html >> $ llvm-gcc -flto a.c -c -o a.o >> $ ar q a.a a.o >> $ llv...
2003 Sep 01
6
Change include contexts runtime
Hi there How do I change the dialplan runtime, if I for example wants all calls on the main number to be answered by a voicemail (when it is out-of-office hours). I want to be able to change the configuration by pressing a DTMF combination e.g. *82. Can't figure out whether it is necessary to change contexts or how to do it. I have read a lot of examples and config documentation, but I
2011 Apr 21
1
GEMFile gem 'mysql2' and mysql version is 4.1.2
...whereas the server mysql version is 4.1.2. Since you are on a shared server, it is not possible to upgrade mysql version as it may affect many other users in the same server." how can I replace the expression gem ''mysql2'' created by default when I run ''rails new mystore -d=mysql'' to run with mysql 4.1.2? I am trying to install Spree following this link http://spreecommerce.com/documentation/getting_started.html Please advise! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups &quot...
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
...int( "LOGIN PARSE: " . $1 . " : " . $2 . " : " . $3 . " : " . $4 . "\n"); $IMAPlogin++; $IMAPmech{$4}++; $IMAPuser{$3}++; $IMAPip{$2}++; } when ( /IOERROR: fstating sieve script/ ) { # Ignore } when ( /mystore: committing txn/ ) { $LMTPStore++; } when ( /mystore: starting/ ) { # Ignore } when ( /open: / ) { # Ignore } when ( /seen_db: / ) { # Ignore } when ( /skiplist: checkpointed/ ) { # Ignore } when ( /SQUAT/ ) { # ignore...
2006 Feb 10
2
Unable to access and browse a DFS tree
...rowseable = No [print$] comment = Printer Drivers path = /etc/samba/drivers write list = root [myshare] comment = Theo's stuff path = /home/samba valid users = root, theo read only = No create mask = 0765 guest ok = Yes [mystore] comment = Theo's store path = /store valid users = root, theo read only = No create mask = 0765 guest ok = Yes [cdrom] comment = Samba server's CD-ROM path = /mnt/cdrom guest ok = Yes locking = No pree...
2020 Jan 08
7
Phabricator -> GitHub PRs?
On Tue, Jan 7, 2020 at 4:59 PM Doerfert, Johannes <jdoerfert at anl.gov> wrote: > Hi Bill, > > On 01/07, Bill Wendling via llvm-dev wrote: > > Then perhaps those opposed could suggest how to use Phabricator/Arcanist > so > > that I don't throw my keyboard through my monitor? > > Please explain your problems, w/o the hyperbole, so people can actually do >
2020 Jan 15
3
[cfe-dev] Phabricator -> GitHub PRs?
On 01/15, Emilio Cobos Álvarez wrote: > On 1/8/20 2:15 AM, Bill Wendling via cfe-dev wrote: > > It's not hyperbole, but fine. How do you use it to keep multiple, > > related changes in order? The interface for reviewing and responding to > > reviews is horrific, e.g. quoting text from a review is rather bad, the > > email it sends is badly formatted and hard to