similar to: [LLVMdev] Compiling bash-3.0 with llvm

Displaying 20 results from an estimated 80 matches similar to: "[LLVMdev] Compiling bash-3.0 with llvm"

2023 Jan 26
0
[Announce] Samba 4.17.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.17 release series. Changes since 4.17.4 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14808: smbc_getxattr() return value is incorrect. ?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled ???? correctly. ?? * BUG 15210: synthetic_pathref
2023 Jan 26
0
[Announce] Samba 4.17.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.17 release series. Changes since 4.17.4 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14808: smbc_getxattr() return value is incorrect. ?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled ???? correctly. ?? * BUG 15210: synthetic_pathref
2023 Feb 16
1
[Announce] Samba 4.16.9 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.16 release series. Changes since 4.16.8 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14808: smbc_getxattr() return value is incorrect. ?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled ???? correctly. ?? * BUG 15210: synthetic_pathref
2023 Feb 16
1
[Announce] Samba 4.16.9 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.16 release series. Changes since 4.16.8 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14808: smbc_getxattr() return value is incorrect. ?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled ???? correctly. ?? * BUG 15210: synthetic_pathref
2006 Apr 14
1
[LLVMdev] Compiling bash-3.0 with llvm
I run "./configure" with CC=llvm-gcc and got no errors. When compiling, the llvm-gcc complained about "-lcposix" not found and unrecognized option `-rdynamic'. So I eliminated -lcposix from "LIBS" and replaced -rdynamic with --export-dynamic and got a bash.bc with no errors. However, after I run "lli bash.bc" it terminated with error message below:
2006 May 01
1
[LLVMdev] successfully bootstraped on a i686-linux-gnu
Hi, I recently bootstrapped gcc4 frontend on a i686-linux-gnu too. As I notice, if the llvm "tools-only " was build with srcdir != objdir , the building of llvm-gcc4-1.7.source encountered mistakes of unable to find some header files. So I just edited llvm-gcc4-1.7.source/gcc/Makefile.in and a line like this: INCLUDES += -I$(LLVMOBJDIR)/include With this change, the building errors
2022 Dec 15
1
[Announce] Samba 4.17.4, 4.16.8 and 4.15.13 Security Releases are available for Download
Release Announcements --------------------- This are security releases in order to address the following defects: o CVE-2022-37966: This is the Samba CVE for the Windows Kerberos ????????????????? RC4-HMAC Elevation of Privilege Vulnerability ????????????????? disclosed by Microsoft on Nov 8 2022. ????????????????? A Samba Active Directory DC will issue weak rc4-hmac ?????????????????
2022 Dec 15
1
[Announce] Samba 4.17.4, 4.16.8 and 4.15.13 Security Releases are available for Download
Release Announcements --------------------- This are security releases in order to address the following defects: o CVE-2022-37966: This is the Samba CVE for the Windows Kerberos ????????????????? RC4-HMAC Elevation of Privilege Vulnerability ????????????????? disclosed by Microsoft on Nov 8 2022. ????????????????? A Samba Active Directory DC will issue weak rc4-hmac ?????????????????
2018 Jan 27
0
Dovecot 2.3.0 assertion failure on LMTP delivery
Hi! This is a bug in the new event code. Can you get a full gdb backtrace? Aki > On January 27, 2018 at 6:58 AM "J. Nick Koston" <nick at cpanel.net> wrote: > > > Hi, > > We are seeing a frequent assertion failure on LMTP delivery with 2.3.0. This only appears to happen on CentOS/RHEL 7. > > Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot:
2016 Dec 02
2
segfault at 968 Error
does it crash reproducable at the same file or is it randomly? Am 2. Dezember 2016 07:50:20 MEZ, schrieb VigneshDhanraj G <vigneshdhanraj.g at gmail.com>: >Any update on this issue. > >On Wed, Nov 30, 2016 at 6:29 PM, VigneshDhanraj G < >vigneshdhanraj.g at gmail.com> wrote: > >> Hi Team, >> >> While Running rsync rsync://username at ip:873 , I am
2016 Mar 22
2
samba 4.4rcx WINS nsswitch module
[root at mems ~]# valgrind --leak-check=full --show-leak-kinds=all -v ping google.com ==3135== Memcheck, a memory error detector ==3135== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==3135== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info ==3135== Command: ping google.com ==3135== --3135-- Valgrind options: --3135-- --leak-check=full --3135--
2018 Jan 27
2
Dovecot 2.3.0 assertion failure on LMTP delivery
Hi, We are seeing a frequent assertion failure on LMTP delivery with 2.3.0. This only appears to happen on CentOS/RHEL 7. Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot: lmtp(29540): Panic: file lib-event.c: line 148 (event_unref): assertion failed: (event != current_global_event) Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot: lmtp(29540): Error: Raw backtrace:
2011 Jul 24
0
[LLVMdev] Correct use of StringRef and Twine
> Yes, exactly.  I'm just saying that I think the additional clarity of: >  "foo" + Twine('x') > > is worth the inconvenience. Ok, attached a modified version of my patch with an Twine(char), Twine(unsigned char), and Twine(signed char). All three are explicit & have included test cases. Speaking of which - is there any LLVM dev policy or preference around
2018 Jan 29
1
Dovecot 2.3.0 assertion failure on LMTP delivery
Hi Aki, Please see below: Thank you -Nick # gdb /usr/libexec/dovecot/lmtp ./3445 Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `dovecot/lmtp'. Program terminated with signal 6, Aborted. #0 0x00007f297814d1f7 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install dovecot-2.3.0-8.cp1162.x86_64 (gdb) back #0
2006 Jun 28
2
perform_deliveries = false
Hi, Can someone explain the proper use of the use of perform_deliveries in the environment.rb file?? ActionMailer::Base.perform_deliveries = false I just moved a new controller to the production version of an app, but wanted to be sure everything was properly configured before sending out a big mailing, so I set perform_deliveries = false, believing that would prevent mail from being
2023 Jan 26
2
User shares do not appear anymore
Hi, I have an Ubuntu system with samba 4 that did work perfectly until this morning. Normal shares in smb.conf appeared as always, while user shares included with %U did not anymore. This is the global part of smb.conf: ? ? ? ? security = user ? ? ? ? username map = /etc/samba/smbusers ? ? ? ? include = /etc/samba/smb.conf.%U ? ? ? ? include = /etc/samba/smb.conf.%m ? There are then various
2012 Aug 22
1
Error in if (n > 0)
I've searched the Web with Google and do not find what might cause this particular error from an invocation of cenboxplot: cenboxplot(cu.t$quant, cu.t$ceneq1, cu.t$era, range=1.5, main='Total Recoverable Copper', ylab='Concentration (mg/L)', xlab='Time Period') Error in if (n > 0) (1L:n - a)/(n + 1 - 2 * a) else numeric() : argument is of length zero I do
2008 Oct 24
0
Wine release 1.1.7
The Wine development release 1.1.7 is now available. What's new in this release (see below for details): - Improved device management for DOS drives. - Many Richedit fixes. - Various installer fixes, particularly for IE 7. - First steps of Direct3D 10 implementation. - Various bug fixes. The source is available from the following locations:
1996 Nov 14
1
Security hole in Debian 1.1 dosemu package
In Debian 1.1, the optional DOSEMU package installs /usr/sbin/dos setuid root. This is a serious security hole which can be exploited to gain access to any file on the system. Package: dosemu Version: 0.64.0.2-9 ------- start of cut text -------------- $ cat /etc/debian_version 1.1 $ id uid=xxxx(quinlan) gid=xxxx(quinlan) groups=xxxx(quinlan),20(dialout),24(cdrom) [quinlan:~]$ ls -al
2013 May 13
3
help: R GUI front-end has stopped working
Hello, I'm using the function nlminb of the package stats inside a loop and when the number of trials grows, R crashes and says "R GUI front-end has stopped working". Could you help me with this problem? I have try in versions 2.15.1,2.15.2 and 3.0.0. > sessionInfo() R version 2.15.2 (2012-10-26) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1]