search for: 27866

Displaying 8 results from an estimated 8 matches for "27866".

Did you mean: 272866
2017 Jan 14
3
Weak symbol/alias semantics
Hi, I believe we should get it right (and simpler) if (when…) we move to the representation we discussed last spring: https://llvm.org/bugs/show_bug.cgi?id=27866 <https://llvm.org/bugs/show_bug.cgi?id=27866> Our conclusion was that we should always have alias pointing to private anonymous and nothing else, so when we currently have: @a = global i32 0 @b = alias @a It should always become: @0 = private i32 0 @a = alias @0 @b = alias @0 — Mehdi...
2014 Aug 15
1
Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night
...il_plugins = quota pop3_uidl_format = %08Xu%08Xv } protocol lda { mail_plugins = sieve quota } ================= CORE DUMP ================= # gdb /usr/lib/dovecot/imap /var/vmail/example.com/user/core Reading symbols from /usr/lib/dovecot/imap...(no debugging symbols found)...done. [New LWP 27866] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `dovecot/imap'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f034d987a3e in array_idx_modifiable_i () from /usr/lib...
2017 Jan 14
4
Weak symbol/alias semantics
...t; On Fri, Jan 13, 2017 at 9:54 PM, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > Hi, > > I believe we should get it right (and simpler) if (when…) we move to the representation we discussed last spring: https://llvm.org/bugs/show_bug.cgi?id=27866 <https://llvm.org/bugs/show_bug.cgi?id=27866> > > Our conclusion was that we should always have alias pointing to private anonymous and nothing else, so when we currently have: > > @a = global i32 0 > @b = alias @a > > It should always become: > > @0 = private i...
2005 Sep 09
0
CUPS username case wrong from Windows 98 client
...p/2005:10:40:13 +0000] [Job 1] requesting-user-name = "PHS1DM" D [09/Sep/2005:10:40:13 +0000] [Job 1] job-name = "smbprn.00000001 Printer Test Page" E [09/Sep/2005:10:40:13 +0000] [Job 1] Print file was not accepted (client-error-not-possible)! E [09/Sep/2005:10:40:13 +0000] PID 27866 stopped with status 1! Here samba is converting the username as passed from Win 98 in upper case to lower case for authentication but it still passes the upper case username to CUPS. I've turned the debug level up to 20 but I still can't find any log message showing where that is. [2005/...
2012 Mar 17
4
Help me patch wine
Ok, Im following this tutorial: http://ace-client.net/viewtopic.php?f=26&t=34 But when I try to apply patch I get this: > [jan at janpc Games]$ patch -p1 <'/home/jan/Games/wine-1.3.36/winepatch.patch' > can't find file to patch at input line 11 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > --------------------------
2017 Jan 18
2
Weak symbol/alias semantics
...t;> On Fri, Jan 13, 2017 at 9:54 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: >>>> Hi, >>>> >>>> I believe we should get it right (and simpler) if (when…) we move to the representation we discussed last spring: https://llvm.org/bugs/show_bug.cgi?id=27866 >>>> >>>> Our conclusion was that we should always have alias pointing to private anonymous and nothing else, so when we currently have: >>>> >>>> @a = global i32 0 >>>> @b = alias @a >>>> >>>> It should always b...
2017 Jan 13
6
Weak symbol/alias semantics
Hi Mehdi, Peter and David (and anyone else who sees this), I've been playing with some examples to handle the weak symbol cases we discussed in IRC earlier this week in the context of D28523. I was going to implement the support for turning aliases into copies in order to enable performing thinLTOResolveWeakForLinkerGUID on both aliases and aliasees, as a first step to being able to drop
2011 Jul 22
0
Wine release 1.3.25
...installer crashes during the installation 27823 d3d breaks after upgrade from 1.3.15 to 1.3.24 27828 MyVirtualHome doen't start (fixme:wininet:InternetSetOptionW Option 38 STUB) 27832 Iexplore crash in nsio.c (regression) 27840 winecfg crashes when using Royale (WindXP MCE) style 27866 Second Disk problem ---------------------------------------------------------------- Changes since 1.3.24: Adam Martinson (2): msxml3: Don't cause an assert failure if the datatypes schema doesn't load. msxml3: Don't include libxml/parser.h twice. Akihiro Sagawa (7):...