Displaying 6 results from an estimated 6 matches for "35512".
Did you mean:
355,12
2009 Nov 17
2
problem with uidlist
...7927._smtp.mxdrop215.53275,S=439887:2,Sad (uid 32468 -> 35511)
Nov 17 12:45:12 userimap7.xs4all.nl dovecot: IMAP(xxxxxxx): /var/spool/mail/dovecot-control/c/c0/xxxxxxx/INBOX/.INBOX/dovecot-uidlist: Duplicate file entry at line 996: 1244828590._smtp.mxdrop111.81795,S=3606:2,RSabd (uid 32469 -> 35512)
This customer seems to be using our IMAP service from 2 machines at the same time. Possibly a webmail service and a desktop imap client. It may be that both machines are trying to manipulate the uidlist at the same time, causing who knows that kind of corruption. This could maybe explain some of...
2018 Jan 29
0
[RFC] Enable Partial Inliner by default
Hi Sean,
Thank you for reminding me.
It looks like it get lost among tons of emails and other tasks.
I’ll check if the code size issues still exist.
Thanks,
Evgeny Astigeevich
From: Sean Fertile <sd.fertile at gmail.com>
Date: Monday, 29 January 2018 at 19:52
To: Florian Hahn <Florian.Hahn at arm.com>
Cc: Evgeny Astigeevich <Evgeny.Astigeevich at arm.com>, Graham Yiu <gyiu
2017 Dec 04
5
[RFC] - Deduplication of debug information in linkers (LLD).
Hi all !
We have an issue with LLD, it is "relocation R_X86_64_32 out of range" (PR31109)
which occurs during resolving relocations in debug sections. It looks happens
because .debug_info section can be too large sometimes and 32x relocation is not enough
to represent the value. One of possible solutions looks to be to deduplicate information
to reduce .debug_info size.
The rest of
2018 Jan 29
2
[RFC] Enable Partial Inliner by default
Hello All,
This conversations seems to have fizzled out and I would like to try to
revive it. My intention is to pick up where Graham left off with enabling
partial-inlining by default.
On Sat, Dec 9, 2017 at 7:47 AM, Florian Hahn via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> On 13/11/2017 14:47, Evgeny Astigeevich via llvm-dev wrote:
>
>> Hi Graham,
2011 Dec 23
1
Kernel panic on Ubuntu 10.04
...00755 18800 0:0
808 - ln 100755 55912 0:0
809 - ls 100755 114032 0:0
810 - lsmod 100755 6152 0:0
811 - mkdir 100755 43600 0:0
812 - mknod 100755 43488 0:0
813 - mktemp 100755 43600 0:0
814 - more 100755 35512 0:0
815 - mount 104755 82256 0:0
816 - mt-gnu 100755 39880 0:0
817 - mv 100755 97352 0:0
818 - netstat 100755 120184 0:0
819 - ntfs-3g 100755 52832 0:0
820 - ntfs-3g.probe 100755 10432 0:0
821 - ntfs-3g.secaudit 100755 55848 0:0...
2017 Dec 04
2
[RFC] - Deduplication of debug information in linkers (LLD)
...>
> Content-Type: text/plain; charset="utf-8"
>
> Funny, I just filed a bug on that last night. Your solutions look like
> they'll help me extensively as cutting the size if half will prevent my
> 80GB make install issues.
> https://bugs.llvm.org/show_bug.cgi?id=35512
>
> I'll leave the bug open for tracking purposes.
>
> GNOMETOYS
>
> On Mon, Dec 4, 2017 at 9:11 AM, George Rimar via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> > Hi all !
> >
> > We have an issue with LLD, it is "relocation R_X86_6...