Displaying 20 results from an estimated 3000 matches similar to: "Strange Behavior!"
2009 Oct 04
4
[LLVMdev] LLVMdev Digest, Vol 64, Issue 5
Where exactly is this mythical Kaleidoscope example? I have llvm 2.5 installed.
examples dsw$ ls
BrainF Fibonacci Makefile ParallelJIT
CMakeLists.txt HowToUseJIT ModuleMaker
> Date: Sat, 3 Oct 2009 21:40:44 +0100
> From: Renato Golin <rengolin at systemcall.org>
> Subject: Re: [LLVMdev] LLVM-Kaleidoscope tutorial
>
> 2009/10/3 Remy Demarest <remy.demarest at
2007 Feb 01
16
input transformations
I spent some time this week trying to add support for input
transformations to the server. I tried a few different approaches. The
patches I've attached are what's currently working best for me.
In this approach I allow every window to have it's own root window
coordinate space. A window's root window coordinate space is affected by
all it's ancestors. Composite clients can
2013 Aug 28
1
Free Mem
Hello,
I am not sure if this is the correct Mailing list for the issue I have.
I have a new system with 18GB of Physical memory on the system. I loaded
CentOS 6.4. But when I boot into Dom0, I only see (xm info) 2GB of total
memory? I set 1GB for Dom0, but I am not sure why the hypervisor does not
see all the memory.
[root at barbaro images]# xm info
host :
2005 Dec 26
1
file_column + restrictions
Hey All. Season''s Greetings.
Can anyone here elaborate on how one can restrict the size of image
uploads using file_column/rmagick? I''d like to be able to, in my
controller/model, check the size of an uploaded image, and if it''s size
on disk exceeds x amount, I''d like to indicate to the user that this is
a no-go and kill the temp file.
Any ideas?
Thanks
2009 Oct 05
0
[LLVMdev] LLVMdev Digest, Vol 64, Issue 5
On Oct 4, 2009, at 12:21 PM, Daniel Wilkerson wrote:
> Where exactly is this mythical Kaleidoscope example? I have llvm
> 2.5 installed.
http://llvm.org/docs/tutorial/
-Chris
2012 Feb 07
1
.Random.seed not found
Hi All,
I have a user who is receiving this error after running the following:
library(rjags)
library(R2jags)
x = c(1.6907, 1.7242, 1.7552, 1.7842, 1.8113, 1.8369, 1.8610, 1.8839)
n = c(59, 60, 62, 56, 63, 59, 62, 60)
r = c(6, 13, 18, 28, 52, 53, 61, 60)
N = 8
data=list("x","n","r","N")
inits=function(){
list(alpha.star=0,beta=0)
}
2012 Oct 10
2
ssh over udp (or: -L option listening for traffic with a UDP service?)
All,
A bit of background: I work on a QA API on a network that is very choppy (a
lot of network interrupts), and we use ssh to do a large part of this
automation.
This leads to some problems: ssh connections seem to be sensitive to
network state, becoming unusable if the choppiness reaches a certain
threshold, and either timing out or disconnecting if this happens.
Anyways, I stumbled across
2009 Mar 26
1
ideas on picking stopwords
I'm looking at adding some stopwords to my indexing procedure, and was
wondering if anyone had any good rules of thumb on how to pick which
words to blacklist. It all seems a little... well... vague. Although I
guess it kind of depends on the sort of documents you're wanting to index.
My current idea is to write a little script to output the terms with the
highest frequency in my
2002 Jul 12
2
HP-UX slow login problem found?
I think I finally figured out the problem that many people have been
having with extremely long login times under HP-UX 11.x. The problem
is really in OpenSSL, and in particular the Diffie-Hellman parameter
generation routines under the PA-RISC processor. I suspect this may
not be a problem with the IA64 (Itanium) processors. This especially
shows up if you use the gcc compiler. Fortunately I
2014 Apr 06
1
Pages In and Read Sectors in Guest Domain
Hello.
I have been doing some performance tests with Xen and CentOS and have found
some strange statistics when comparing the virtual memory (/proc/vmstat)
and I/O (/proc/diskstat) statistics between the Domain 0 and guests.
When I look at the "pgpgin" statistic it is exactly the same as the "read
sectors" in Dom0. However, when I look at the same statistics in the
guest,
2007 Aug 28
1
flintlock fork causes hang in Apache+Python+mod_python
I am trying to use Xapian 1.0.2 with the Python SWIG
bindings withn an environment consisting of Apache
httpd with mod_python. (not as a CGI) Also this is
Linux.
Whenever the python code attempts to open a database
the entire httpd process will hang indefinitely. The
python bindings work outside of the apache/mod_python
environment.
>From the best I can tell the hang occurs in
2009 Oct 05
1
[LLVMdev] LLVMdev Digest, Vol 64, Issue 5
That's not an example, that's a tutorial, and an incomplete one at
that. However I did find the Kaleidoscope example in the subversion
repository head.
Any clue as to why when we attempt to follow the very simple example
in the llvm-2.5 release docs/tutorial/JITTutorial1.html we construct a
module state that verifies but then when we ask it to emit, we get a
stack overflow from LLVM?
Is
2002 Jul 26
1
HP-UX 11 Corrupted MAC errors
Using 3.4p1 under HP-UX 11.0 I am repeatedly getting disconnected with
Corrupted MAC on input. I am connecting from a RedHat Linux client
(at 3.1p1).
The incorrect MAC is appearing on the server packet receive side.
Never get an invalid MAC on the client side. I'm currently diving
into packet.c to try to find this, but the behavior is so strange and
predictable I thought I'd see if
2004 Aug 06
1
iceS/Icecast Problems
Hello, I'm new to the list, just want to say thanks a head of time
to who ever can help me out with some streaming problems
Hareware/software:
Athlon 700
128megs of RAM
256megs swap
FreeBSD 4.2-RELEASE
100mbit connection
icecast 1.3.10
ices (beta)
My setup:
I am running 2 spawns of icecast and 2 spawns of ices. one ices
process is reencoding to 24bit and the other to 128bit and both are
2002 Aug 30
1
LIBCRYPTO?
Hi all,
I have a question about OpenSSH configuration. In Makefile there is defined
LIBS=$(LIBCRYPTO), but the problem is that the version of OpenSSL that I'm
using holds only the version LIBCRYPT. When adding LIBCRYPT to the Makefile
I get:
sshd.elf2flt: In function `key_regeneration_alarm':
/.../ssh/sshd.c:252: undefined reference to `RSA_free'
/.../ssh/sshd.c:253: undefined
2005 Jun 28
1
Linksys WRT54GP2-NA settings for performance and low bandwidth?
So I'm using a WRT54GP2-NA when I travel, as I travel alot, to give me a phone at my hotel rooms, etc. During the day or late at night the thing works great - best ATA I've ever used.
However, in the mid-evening (when many business travellers are at the hotel room doing work), the outgoing audio channel gets so choppy that the person on the other end can't make me out clearly.
2003 Apr 05
2
WARNING: rsync mirror is erased when remote HD-dies
Hello,
I faced a problem with rsync-ing like this
server blue 3-HD's as Linux Sofware-RAID 0 (striping) - Webserver EXT3
server green 3-HD's as Linux Sofware-RAID 0 (striping) - Backupserver EXT3
During the rsync-2.4.6-13 process one of the HD's on blue died. Though
rsync decided to remove the mirrored directories from green (the
backup-server).
This process resulted in a partial
2004 Apr 14
1
Quality Suffers on Outgoing Only
Hi all,
It appears that something very strange is going on...
Here's the deal -- whether someone calls in to my * server or I call out (doesn't matter), I can hear them perfectly: no gaps, no packet loss, nothing ... however, when I speak there seems to be very noticable latency and "choppiness" as if there were packetloss or lots of jitter.
I'm using SIP for outgoing
2006 May 12
1
Speex fans?
Hi all,
I've been testing various codecs to eliminate "choppiness" that I
sometimes get on my Asterisk IAX2 <> DSL <> provider (Exgn) connections,
and Speex seems to work the best, so far - but Speex seems oddly unpopular.
Can anyone share their experiences with Speex (good and bad)? Is anyone
using it in a production environment?
I like the variable bit rate and
1999 Oct 10
2
Well, I'm stumped
I'm getting some sort of weird distortion in the sound being output. I've
tried many variations (including copying the seeming working code straight
out of decoder_example.c) and still it comes out distorted. It is a
different type of distortion from choppiness (which it also has). The
easiest way to hear it is to pause play for about ten seconds and then
resume. xmms will continue to