Displaying 20 results from an estimated 3000 matches similar to: "memory leak observed with valgrind on CentOS release 5.4 (Final)"
2005 Apr 21
0
Viral activitiy coming from an IP in your network.
Hi, my name is Grant Taylor. I am a subscriber to the LARTC mail list lartc@mailman.ds9a.nl. The LARTC mail lists has been plagued with viral email coming from changing IPs in your one of your subnets. Based on the fact that the WhoIs information below says that the subnet in question is a dial up pool this would explain the changing IPs. In less than 6 days the list has received 14 viral
2010 Oct 06
0
unexplained difference under sun grid engine
I have encountered an odd behaviour running R (2.11.1) on a Ubuntu cluster using the "sun grid engine"
In interactive sessions tempfile() behaves as expected but when run in a batch job
I always get the same filename from tempfile on different nodes and at different times
although I am setting the random number seed with the time.
It appears that somehow it is not using the
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org //
Hi,
My name is Jai, I am a Technical Recruiter with International Business
Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical
Consultant. I have included a description of the project below. Please take
a few moments to review, and let me know if this is something you might be
interested
2004 Dec 11
2
[LLVMdev] calling the printf funtion
The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the
last 18 hrs. I was finding that tool very useful to get the syntactic
constructs, could someone fix it ?
Thanks
Jai
On Sat, 11 Dec 2004 11:10:00 -0600, Vikram S. Adve <vadve at cs.uiuc.edu> wrote:
> Just compile a trivial C program containing printf through llvm-gcc and
> you will see how to call printf from within
2004 Dec 11
0
[LLVMdev] calling the printf funtion
On Sat, 11 Dec 2004, Jai Vasanth wrote:
> The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the
> last 18 hrs. I was finding that tool very useful to get the syntactic
> constructs, could someone fix it ?
Fixed, sorry.
-Chris
> On Sat, 11 Dec 2004 11:10:00 -0600, Vikram S. Adve <vadve at cs.uiuc.edu> wrote:
>> Just compile a trivial C program containing
2004 Dec 11
1
[LLVMdev] calling the printf funtion
What was the issue?
On Sat, 2004-12-11 at 14:59, Chris Lattner wrote:
> On Sat, 11 Dec 2004, Jai Vasanth wrote:
> > The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the
> > last 18 hrs. I was finding that tool very useful to get the syntactic
> > constructs, could someone fix it ?
>
> Fixed, sorry.
>
> -Chris
>
> > On Sat, 11 Dec 2004
2004 Apr 08
1
SSH library in C?
Hello,
Is there a C API for ssh client? If yes, where can I get documentation on it? If no, I would like to request it.
Thank you.
Jai
2015 Mar 08
0
AWS/EC2 server selection
Still a shared resource. I don't see the benefit.
Even beyond the shared resource bit, with the kind of IO you are likely
to be pushing, you will want a decent NAS with lots of spindles and
fibre channel to your hosts.
j
On 03/08/2015 10:51 AM, Jai Rangi wrote:
> Digital ocean offers ssd on all the virtual machines. Uptime is good.
>
> Jai Rangi
> Www.didforsale.com
2014 Jan 10
4
Text to Speech Engine
Hello,
Anyone know good quality text to speach engine for building IVRs for
asterisk. Open-source will be nice, but I wont mind paying for thing really
good.
Regards,
-Jai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140110/18f3f1e2/attachment.html>
2004 Dec 11
2
[LLVMdev] calling the printf funtion
Hi,
I would like to display results on the screen . Can I use
the printf function in LLVM?
How do I call the funtion? Could someone give me an example
Thanks
Jai
2004 Dec 12
3
[LLVMdev] redefenition of variables in LLVM
Hi,
%_t4 = add int 23 , 0
%_t5 = add int %_t4 , 1
%_t4 = add int %_t5 , 0
the above line of code give an error when i try to convert to
bytecode. The error is that I am trying to redefine %_t4. Is there a
way to reassign a variable with another value. Also is there a way to
assign a value to a variable. I couldnt do that so I added 0 to it !
:)
Thanks
Jai
2010 Apr 04
1
Need sys_call_table exported
Hi,
As part of over writing some system calls, I need to export the
sys_call_table. Please let me know how to do this in centos 5.4 .
Thanks,
Jai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100404/c479c411/attachment-0003.html>
2004 Dec 11
0
[LLVMdev] calling the printf funtion
Just compile a trivial C program containing printf through llvm-gcc and
you will see how to call printf from within llvm. You could even do it
on the llvm web page if you don't have llvm-gcc installed.
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Dec 11, 2004, at 1:13 AM, <vasanth2 at uiuc.edu> wrote:
> Hi,
>
> I would like to display results on the
2004 Apr 28
2
chan_sip.c bad file descriptor error??
hi
new user here
cant seem to get fwd running, got asterisk from download site as tarball, did the readln and openssl start. Also configured the sip.conf and extensions.conf but an error with the chan_sip.c shows up?
any ideas...somebody...anybody!
thanx
jai
2007 Aug 28
6
Problem with netlogon\logon.bat not mapping all drives
Hi all,
I was wondering if anyone could help me, I have searched for some reason but
cannot find any.
After migrating from a previous samba-3.0.10 (I think) PDC server to a newer
samba-3.0.23c server on Centos5, I have the strange problem that my XP
clients no longer map all the drives listed in the logon.bat during logon,
however if I run logon.bat manually after I'm logged in, all
2010 Apr 30
2
RInside & child threads
Hi Folks,
I am creating a multi-threaded C++ application that initializes RInside in
one of the child thread.
I would also like to access support interfaces like Rcpp::Environment in the
remaining child threads, so that I could access any "R" function associated
with the
environment initialized.
When I run my program, I always get "C Stack limit too huge" errors.
I looked
2007 Jun 04
1
Problems with Xen HVM image on DRBD filesystem
Hi,
I have been trying to create a xen HVM Centos4.4 image on centos 5
with a DRBD filesystem installing from DVD. However I get an IO error
on the filesystem during the centos installation process which then
aborts.
The DRBD filesystem seem to be setup correctly and is functioning as
a block device as I can mkfs -t ext3 /dev/drbd1 read and write
without error.
If I replace the disk
2001 Apr 06
12
Help!!
HI,
I am working as research assistant at South dakota University, in Computing
Services Dept. Right now we are working on Suse Linux, We are trying to
configure Samba Server on a linux machine. But when we try to open the
file/folders in Windows NT machine. Then it ask for user name and Password.
Where the global parametrs are set to open to all and all password are set
to NO. Now I dont
2013 Oct 16
1
Parallel R expression evaluations
Hi all,
I am using R-3.0.1 under Linux platform to embed R into my C++ code.
I am facing an error while executing more than 1 R-expressions parallelly.
I am executing round(X) and abs(X) parallelly on a set of 50 input rows
which resulted in segmentation fault after getting the following errors.
Error: unprotect_ptr: pointer not found
Error: argument to 'findVar' is not an environment
2015 Mar 08
2
AWS/EC2 server selection
Digital ocean offers ssd on all the virtual machines. Uptime is good.
Jai Rangi
Www.didforsale.com
www.cebodtelecom.com
www.cebod.com
> On Mar 8, 2015, at 8:11 AM, Jeff LaCoursiere <jeff at jeff.net> wrote:
>
>
> Amazon instances are shared resources. I wouldn't want to count on timing or disk throughput, and you can't just ask them to do "ssd" - its a