search for: artur

Displaying 20 results from an estimated 192 matches for "artur".

Did you mean: arthur
2018 Nov 02
2
error Cached MIME parts don't match message during parsing: Cached header size mismatch (parts=)
I have a problem for specific mailbox. In mail.err file I see a lot: Nov 2 07:41:17 s1 dovecot: imap(artur at example.pl): Error: unlink(/var/vmail/example.pl/artur/Maildir/dovecot.index.cache) failed: No such file or directory (in mail-cache.c:28) Nov 2 07:41:17 s1 dovecot: imap(artur at example.pl): Error: Corrupted index cache file /var/vmail/example.pl/artur/Maildir/dovecot.index.cache: Broken MIME...
2018 Nov 02
0
error Cached MIME parts don't match message during parsing: Cached header size mismatch (parts=)
> On 2 Nov 2018, at 20.58, Poliman - Serwis <serwis at poliman.pl> wrote: > > I have a problem for specific mailbox. In mail.err file I see a lot: > Nov 2 07:41:17 s1 dovecot: imap(artur at example.pl <mailto:artur at example.pl>): Error: unlink(/var/vmail/example.pl/artur/Maildir/dovecot.index.cache <http://example.pl/artur/Maildir/dovecot.index.cache>) failed: No such file or directory (in mail-cache.c:28) > Nov 2 07:41:17 s1 dovecot: imap(artur at example.pl <...
2018 Nov 05
1
error Cached MIME parts don't match message during parsing: Cached header size mismatch (parts=)
...earlier? 2018-11-02 20:21 GMT+01:00 Sami Ketola <sami.ketola at dovecot.fi>: > > > On 2 Nov 2018, at 20.58, Poliman - Serwis <serwis at poliman.pl> wrote: > > I have a problem for specific mailbox. In mail.err file I see a lot: > > Nov 2 07:41:17 s1 dovecot: imap(artur at example.pl): Error: unlink(/var/vmail/example.pl/artur/Maildir/dovecot.index.cache) failed: No such file or directory (in mail-cache.c:28) > Nov 2 07:41:17 s1 dovecot: imap(artur at example.pl): Error: Corrupted index cache file /var/vmail/example.pl/artur/Maildir/dovecot.index.cache: Broken...
2018 Nov 26
2
determine why mail clients download mails 2nd time
...Initializing mail storage from mail_location setting failed: mkdir(/var/vmail/poli.li/poli/Maildir <http://poli.li/poli/Maildir>) failed: Permission denied (euid=5000(vmail) egid=5000(vmail) missing +w perm: /var/vmail, dir owned by 0:0 mode=0755)* and maybe *Nov 12 09:27:59 s1 dovecot: imap(artur at firmastanaszek.pl <artur at firmastanaszek.pl>): Error: Corrupted index cache file /var/vmail/firmastanaszek.pl/artur/Maildir/dovecot.index.cache <http://firmastanaszek.pl/artur/Maildir/dovecot.index.cache>: Broken MIME parts for mail UID 559 in mailbox INBOX: Cached MIME parts don...
2017 Dec 06
2
Question about visibility analysis for whole program devirtualization pass
...rived class. However, the vtable of a derived class has to reference its parent type_info, and so having type_info internalized means that the class is final, doesn’t it? Thanks, Nikolai From: Peter Collingbourne [mailto:peter at pcc.me.uk] Sent: Wednesday, December 6, 2017 4:36 AM To: Gainullin, Artur <artur.gainullin at intel.com> Cc: llvm-dev at lists.llvm.org Subject: Re: Question about visibility analysis for whole program devirtualization pass Hi Artur, Unfortunately, making a visibility analysis at that level would not always give correct results because the symbol information prov...
2018 Oct 18
0
"Broken MIME parts for mail"
I have many lines like below in error.log file: Oct 16 10:03:22 s1 dovecot: imap(artur at firmastanaszek.pl): Error: unlink(/var/vmail/firmastanaszek.pl/artur/Maildir/dovecot.index.cache) failed: No such file or directory (in mail-cache.c:28) Oct 16 10:03:22 s1 dovecot: imap(artur at firmastanaszek.pl): Error: Corrupted index cache file /var/vmail/firmastanaszek.pl/artur/Maildir/dove...
2018 Nov 29
1
determine why mail clients download mails 2nd time
...vmail:vmail, please take a look: *drwxrwx--- 46 vmail vmail 4096 Aug 22 11:52 vmail* I have /var/vmail directory binded to /var/vmail on secondary disk. Maybe from some reason entry in /etc/fstab crashed? It happened after restart server. > and maybe > > *Nov 12 09:27:59 s1 dovecot: imap(artur at firmastanaszek.pl > <artur at firmastanaszek.pl>): Error: Corrupted index cache file > /var/vmail/firmastanaszek.pl/artur/Maildir/dovecot.index.cache > <http://firmastanaszek.pl/artur/Maildir/dovecot.index.cache>: Broken MIME > parts for mail UID 559 in mailbox INBOX: Cac...
2017 Nov 30
3
Question about visibility analysis for whole program devirtualization pass
...n the front-end. But LLVM has LTO internalization pass that uses information from the linker to mark symbols as internal if it is possible. Have you ever considered to make an analysis of visibility at this level (after internalization pass)? Or it is not possible for some reasons? Best regards, Artur Gainullin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171130/81772fb3/attachment.html>
2019 Sep 12
2
Load combine pass
...ends up really bad. Like in the case where vectorizer tries to do something about it: https://godbolt.org/z/60RuEw https://bugs.llvm.org/show_bug.cgi?id=42708 At the current state I'm forced to use memset() to express uint64 load from an array of bytes. // P. On Thu, Sep 12, 2019 at 4:22 AM Artur Pilipenko <apilipenko at azul.com> wrote: > Hi, > > Load widening/combine for the original pattern was implemented in DAG > combiner. See: > > https://github.com/llvm/llvm-project/blob/23bbeb52f392d88bf0d0527392a7a11561ee09c0/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp#L6...
2016 Sep 29
3
Load combine pass
> On 29 Sep 2016, at 21:01, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > > Hi Artur, > > Artur Pilipenko wrote: > > > BTW, do we really need to emit an atomic load if all the individual > > components are bytes? > > Depends -- do you mean at the at the hardware level or at the IR > level? > > If you mean at the IR level, then I think yes; si...
2019 Sep 25
2
Load combine pass
...n to visit the load pair first, you really want to be able to split them again once you discover the store. Note that the same theoretical problem exists in MI/SelectionDAG.  We just do so much less memory optimization there we get away with mostly not caring.  :) Philip On 9/24/2019 4:50 PM, Artur Pilipenko via llvm-dev wrote: > Implementing load combine/widening on the IR level sounds like a > reasonable enhancement to me. Although, we (Azul) don't have any plans > of doing that in the near future. > > Artur > >> On 12 Sep 2019, at 00:58, Paweł Bylica <chfas...
2016 Sep 29
2
Load combine pass
> On 29 Sep 2016, at 03:23, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > > Hi Artur, > > Artur Pilipenko via llvm-dev wrote: > > One of the arguments for doing this earlier is inline cost > > perception of the original pattern. Reading i32/i64 by bytes look much > > more expensive than it is and can prevent inlining of interesting > > function. >...
2016 Jul 19
3
X86ISelLowering: Promote 'add nsw' to a wider type
Hi Sanjay, Some time ago you implemented a sext(add_nsw(x, C)) --> add(sext(x), C_sext) transformation in X86ISelLowering https://reviews.llvm.org/D13757 Is there any reason why this transformation is limited to sexts and doesn’t support zexts? Thanks, Artur -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160719/cc3c8670/attachment.html>
2017 Jun 01
11
[Bug 2726] New: Uploading of large files (1GB+) fails when using SFTP in chrooted configuration
...configuration Product: Portable OpenSSH Version: 7.3p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org Reporter: artur.maj at gmail.com Created attachment 2986 --> https://bugzilla.mindrot.org/attachment.cgi?id=2986&action=edit SSHD config used in a test chrooted environment I am unable unable to upload large files (1GB or greater) via SFTP when using SFTP in a chrooted configuration (using ChrootDirecto...
2019 Sep 11
2
Load combine pass
Hi, Can I ask what is the status of load widening. It seems there is no load widening on IR at all. // Paweł On Wed, Oct 5, 2016 at 1:49 PM Artur Pilipenko via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Philip and I talked about this is person. Given the fact that load > widening in presence of atomics is irreversible transformation we agreed > that we don't want to do this early. For now it can be implemented as a &...
2016 Sep 28
4
Load combine pass
...addressed by careful selection of the pattern we’d like to match. I limit the transformation to the case when all the individual have no uses other than forming a wider load. In this case it’s less likely to loose information during this transformation. I didn’t think of atomicity aspect though. Artur > On 28 Sep 2016, at 18:50, Philip Reames <listmail at philipreames.com> wrote: > > There's a bit of additional context worth adding here... > > Up until very recently, we had a form of widening implemented in GVN. We decided to remove this in https://reviews.llvm.org/D...
2018 Nov 26
0
determine why mail clients download mails 2nd time
...ir>) failed: Permission denied > (euid=5000(vmail) egid=5000(vmail) missing +w perm: /var/vmail, dir > owned by 0:0 mode=0755)/ /var/vmail is not owned by vmail:vmail, which I think it should be in your configuration. > and maybe / > / > // > /Nov 12 09:27:59 s1 dovecot: imap(artur at firmastanaszek.pl > <mailto:artur at firmastanaszek.pl>): Error: Corrupted index cache file > /var/vmail/firmastanaszek.pl/artur/Maildir/dovecot.index.cache > <http://firmastanaszek.pl/artur/Maildir/dovecot.index.cache>: Broken > MIME parts for mail UID 559 in mailbox INB...
2009 Oct 06
3
[LLVMdev] TableGen question - how to split a 64bit operation to two 32bit
...iate I have to set each register in that pair separately with the higher and the lower 32bits of the immediate. Could anyone give me an advice how to describe it in *InstructionInfo.td or point me to something similar in the LLVM source code? (I was looking for it but couldn't find it) Thanks, Artur -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091006/eec456ae/attachment.html>
2015 Dec 21
3
Hash of a module
Yes, I'm running all the existing passes that I know how to run. I didn't know they returned change-made. Thanks! On Mon, Dec 21, 2015 at 12:36 PM, Artur Pilipenko < apilipenko at azulsystems.com> wrote: > Are you going to run some of the existing passes? Why can’t you just use > the returned change-made value from the passes? > > Artur > > > On 20 Dec 2015, at 15:43, Russell Wallace via llvm-dev < > llvm-dev at lis...
2009 Oct 06
0
[LLVMdev] TableGen question - how to split a 64bit operation to two 32bit
Hi Artur, The Thumb2 target (in lib/Targets/ARM/ARMInstrThumb2.td) materializes a 32-bit constant by a two-instruction sequence to load the low and high half-words. It's not pretty, but it works. The pattern is at the bottom of the file. Regards, -Jim On Oct 6, 2009, at 5:10 AM, Artur Pietrek w...