Displaying 20 results from an estimated 80 matches similar to: "[LLVMdev] Conditional jump or move depends on uninitialised value"
2006 Dec 01
0
[LLVMdev] [patch] [llvm-gcc4] fix bootstrap failure
On 11/30/06, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> On 11/30/06, Andrew Lenharth <andrewl at lenharth.org> wrote:
> > The llvm_ostreams, which you take the address of go out of scope very
> > quickly, and are only stored by address in the bytecode writer, thus
> > the writers have a pointer to a stack allocated object they are to
> > write
2006 Dec 01
0
[LLVMdev] [patch] [llvm-gcc4] fix bootstrap failure
Actually, take a look at the current TOT for llvm-gcc4. Jim & I put a
patch in there yesterday that should make things work with
llvm_ostreams.
-bw
On 11/30/06, Bill Wendling <isanbard at gmail.com> wrote:
> On 11/30/06, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> > On 11/30/06, Andrew Lenharth <andrewl at lenharth.org> wrote:
> > > The
2007 Jun 21
2
segfault during cbind
The following code results in a seg fault.
> sessionInfo()
R version 2.6.0 Under development (unstable) (2007-06-21 r42013)
x86_64-unknown-linux-gnu
locale:
LC_CTYPE=en_US;LC_NUMERIC=C;LC_TIME=en_US;LC_COLLATE=en_US;LC_MONETARY=en_US;LC_MESSAGES=en_US;LC_PAPER=en_US;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US;LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics
2006 Nov 27
0
[LLVMdev] Change in I/O Streams
Hi all,
There is going to be a sweeping change in how the I/O streams are
used. We'll no longer be using std::cout, std::cerr, std::cin, etc.
in each file. Instead, new LLVM streams will be used. The reason for
this is because each "#include <iostream>" introduces an overhead in
each compilation unit due to it needing to make sure that all of the
std::c* streams are
2006 Nov 30
3
[LLVMdev] [patch] [llvm-gcc4] fix bootstrap failure
On 11/30/06, Andrew Lenharth <andrewl at lenharth.org> wrote:
> The llvm_ostreams, which you take the address of go out of scope very
> quickly, and are only stored by address in the bytecode writer, thus
> the writers have a pointer to a stack allocated object they are to
> write to. This crashes.
The attached version leaks :-)
It is a work around. If I understand correctly,
2006 Nov 30
0
[LLVMdev] [patch] [llvm-gcc4] fix bootstrap failure
The llvm_ostreams, which you take the address of go out of scope very
quickly, and are only stored by address in the bytecode writer, thus
the writers have a pointer to a stack allocated object they are to
write to. This crashes.
Andrew
On 11/30/06, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> The attached patch fixes a bootstrap failure introduced by the use of
>
2006 Nov 30
3
[LLVMdev] [patch] [llvm-gcc4] fix bootstrap failure
The attached patch fixes a bootstrap failure introduced by the use of
llvm_streams.
Best Regards,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-gcc.patch
Type: text/x-patch
Size: 1217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061130/d4b11c90/attachment.bin>
2016 Jul 17
0
firewalld cloud-init dhcp error
Dear members,
Please tell me what's wrong.
After setig firewalld, I got fail on cloud-init with reboot.
The server is rebooted, but I cannot access from internet.
Before reboot I can access form internet.
And before setig firewalld, there's no problem on reboot.
/var/log/cloud-init.log shows following
Jul 17 14:18:46 biz105 cloud-init: ci-info:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Route info
2017 Jul 28
0
firewalld and LISTEN
On Jul 27, 2017, at 9:36 PM, ???? <tadao at creative-japan.org> wrote:
>
> On CentOS7 I have following firewalld setting.
>
> external (active)
> target: default
> icmp-block-inversion: no
> interfaces: eth0
> sources:
> services: dns ftp http https imaps pop3s smtp ssh
> ports: 110/tcp 21/tcp 20000/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp
>
2017 Jul 30
0
firewalld and LISTEN
Am 30.07.2017 um 07:06 schrieb ????:
> Please teach me one more.
> By 'firewall-cmd --list' its answer is following.
>
> external (active)
> target: default
> icmp-block-inversion: no
> interfaces: eth0
> sources:
> services: dns ftp http https imaps pop3s smtp ssh
> ports: 110/tcp 21/tcp 20000/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp
2009 Dec 31
1
readCitationFile encoding
Hi,
does anybody know, how to enforce a certain encoding for
readCitationFile()? Haven't found any usable documentation for this :(
E.g.:
basecit <- system.file("CITATION", package="base")
source(basecit, echo=TRUE, encoding="8859-1")
readCitationFile(basecit)
BTW: 'make check' is a relativ long running task and if one changes
a source file, all
2010 Feb 20
2
R logo as SVG ?
Hi,
does anybody have the R logo in a vector format preferable SVG?
Need it for Freedesktop (GNOME desktop) integration of Rcmdr ...
Thanx,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2010 Feb 16
1
R_LIBS_USER bugs
Hi,
Having currently a big problem with R 2.10.1 vanilla (Solaris):
As soon as the R_LIBS_USER env var gets bigger than 1023 chars R
completely ignores it and uses the default:
> Sys.getenv('R_LIBS_USER');
R_LIBS_USER
"${R_LIBS_USER-~/R/i386-pc-solaris2.11-library/2.10}"
The strange thing is, if I set another envar to the same
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
======================================================
"Change your thoughts and
you change your world."
Norman Vincent Peale
======================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.5 release series.
Changes since 4.5.10:
---------------------
o Jeremy Allison <jra at
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
======================================================
"Change your thoughts and
you change your world."
Norman Vincent Peale
======================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.5 release series.
Changes since 4.5.10:
---------------------
o Jeremy Allison <jra at
2010 Jul 22
6
Xen EOF?
Hi,
just found:
PSARC/2010/250 EOF of Solaris xVM dom0 approved.
So does this mean, Xen is officially dead on Solaris?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2008 Oct 16
1
attaching 2nd vol unsupported?
Hi,
im trying to attach another volume aka disk to win HVM, however it
doesn''t seem to work:
+ xm block-attach win2008ss phy:/dev/zvol/dsk/pool1/win2008ss.dsk2 \
hdd:disk w 0
results in:
elkner.sol ~ > + xm block-list win2008ss --long
(0
(vbd
(uuid 7cb8fadf-619d-dde6-bda9-dcc18023c7d5)
(bootable 1)
(devid 768)
(driver paravirtualised)
2009 Feb 12
1
strange ''too many errors'' msg
Hi,
just found on a X4500 with S10u6:
fmd: [ID 441519 daemon.error] SUNW-MSG-ID: ZFS-8000-GH, TYPE: Fault, VER: 1, SEVERITY: Major
EVENT-TIME: Wed Feb 11 16:03:26 CET 2009
PLATFORM: Sun Fire X4500, CSN: 00:14:4F:20:E0:2C , HOSTNAME: peng
SOURCE: zfs-diagnosis, REV: 1.0
EVENT-ID: 74e6f0ec-b1e7-e49b-8d71-dc1c9b68ad2b
DESC: The number of checksum errors associated with a ZFS device exceeded
2017 Jul 30
2
firewalld and LISTEN
Dear Gordon Messmer,
Thank you.
Please teach me one more.
By 'firewall-cmd --list' its answer is following.
external (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: dns ftp http https imaps pop3s smtp ssh
ports: 110/tcp 21/tcp 20000/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp
113/tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp
2017 Jul 28
4
firewalld and LISTEN
On CentOS7 I have following firewalld setting.
external (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: dns ftp http https imaps pop3s smtp ssh
ports: 110/tcp 21/tcp 20000/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp
113/tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp 25/tcp 10000/tcp
8443/tcp 993/tcp 443/tcp 8880/tcp 587/tcp 20/tcp 53/udp