similar to: Problem in gdb

Displaying 20 results from an estimated 900 matches similar to: "Problem in gdb"

2010 Feb 11
2
RAID, temperature and FAN status manage and monitoring tool for RHEL4 Update 4 ia64 AS Linux
Hi, Currently I've been using an RHEL4 Update 4 ia64 AS Linux version and running in HP rx6600 server. I tried to google-out the RAID, temperature and FAN status manage and monitoring tool for RHEL4 Update 4 ia64 AS Linux But i can't able to findout the same for RHEL4 Update 4 ia64 AS Linux server Can anyone suggest me the write status monitoring and manage tool for
2009 Jun 20
0
[LLVMdev] How to call C++ code from LLVM
Sorry could you help me? I have problem with using LLVM and some code in C (.so file) I want to use (simply example): mylib.c: #include <stdio.h> void printString(char *str) { printf("%s", str); } mylib.h: #ifndef MY_LIB_HEADER #define MY_LIB_HEADER void printString(char* X); #endif /////////////////////////////////////// Normally in C++ I do this: g++ -fPIC -c mylib.c
2009 Mar 29
1
cannot login with plain authentication - missing UID
Mar 29 09:39:22 vertuso dovecot: dovecot v1.1.13 starting up (core dumps disabled) Mar 29 09:39:22 vertuso dovecot: auth(default): args = 512 Mar 29 09:39:22 vertuso dovecot: auth(default): passwd-file /etc/dovecot/userdb: Read 1 users Mar 29 09:39:23 vertuso dovecot: auth(default): new auth connection: pid=31142 Mar 29 09:39:23 vertuso dovecot: auth(default): new auth connection: pid=31143 Mar 29
2006 May 11
6
Dynamic data passing thru Rails to Flash
Hi, I am using Flash Dashboard and 3 sets of listbox. When i change my first list box say name i need to dynamically change the second list box and from the second list box when i choose an name i need to change the content according to this in the third list box. How can i pass this datas from database in rails. thanx g.balaji -- Posted via http://www.ruby-forum.com/.
2003 Dec 22
4
MSN to GS - Call drops in 10 secs
Hi All, i dont what changes i made recently but i am unable to hold the call for more 10 secs between MSN and GS. PSTN to MSN and PSTN to GS and vice versa works fine. i am not behind NAT.Also MSN to MSN works fine too. my SIP details [general] port = 5060 bindaddr = 0.0.0.0 context = bogon-calls ;context = default disallow=all allow=ulaw allow=alaw allow=ilbc allow=gsm ;My SIP phone - GS
2008 Mar 13
4
Disabling zfs xattr in S10u4
Hi, I want to disable extended attributes in my zfs on s10u4. I found out that the command to do is zfs set xattr=off <poolname>. But, I do not see this option in s10u4. How can I disable zfs extended attributes on s10u4? I''m not in the zfs-discuss alias. Please respond to me directly. Thanks Balaji
2008 Jan 28
3
CentOS 4.4 and RHEL4 Update 3 Step-by-Step Text Mode Installation Screen Shots
Dear All, I need CentOS 4.4 and RHEL4 Update 3 Step-by-Step Text Mode Installation Screen Shots. Please send me the following Installation Screen Shots Details or link Regards -S.Balaji
2008 Aug 04
4
HP ILO Fence Configuration
Dear All, Currently i am using HP x6600 Server and I have installed RHEL4 Update 4 AS Linux and RHEL4 Update 4 Support Cluster Suite in my server I am new in fence and can any one help me how to configure HP ILO fence in my server and HP ILO Fence Functionality Regards -S.Balaji
2006 Jan 29
0
strange performance issue
hi i just setup a test with asterisk 1.2 to see how many concurrent calls it could handle, and I came across something quite strange; with ~1000 calls between two asterisk servers, generated with [looptest] exten => _X.,1,GotoIf($[ ${EXTEN} > 1000 ]?pickup:dial) exten => _X.,n(pickup),Answer exten => _X.,n,Echo exten => _X.,n(dial),Dial(SIP/looptest/$[ ${EXTEN} + 1])
2006 May 15
2
Flash & Rails Data passing
Hi, I am new to Rails and we are creating a web 2.0 app where we are integrating Rails and Flash. I dont know how to pass the values from flash to Rails to save in database. We have integrated the above specified with PHP and Rails. How to get the data from database and pass on the Flash thru Rails. Wht i exactly need is, We have 3 list box where when i select the first list box i need to
2008 Jun 13
2
cman stop failed
Dear All, I am using CentOS4 Update 3 Cluster Suite for i386 Architecture and my linux kernel version is 2.6.9-34.EL I have configured two node cluster My nodes are primary and secondary and I am using cluster to monitoring scripts During reboot or poweroff i am getting the problem is cman stop failed and I have verified the "/var/log/messages" log file and i getting the
2015 May 18
5
Writting 16-bit PCM data to Ogg.
Hi Developers, I have a 16-bit PCM data buffer, I want to write that to ogg file. Could you help me to understand how to write pcm data to the ogg? Thanks in advance. Arun balaji -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20150518/6c8c9a63/attachment.htm
2008 Jun 11
2
Required for CentOS4.4 ia64 Clustersuite package
Dear All, I am new in Itanium server Installation and I have installed all the CentOS4.4 ia64 CDs and kernel version is 2.6.9-42.EL and I need the Cluster Suite Package for the same. I tried to google-out and i can't find out the Clustersuite package for CentOS4.4 and I findout the CentOS4.5 Clustersuite package from CentOS Website can any one send me path of the Clustersuite
2008 Jul 31
2
Logrotate is not happing without -f option
Dear All, Currently i am using CentOS 4.4 Linux Logrotate is not happen without -f option I have executed the following logrotate /etc/logrotate.conf manually and Logrotate command exit without any error messages If i executed with -f option then Logrotate will happen I am not sure why this is happening. Can some one throw light on this. Regards -S.Balaji
2008 Jan 21
2
CentOS4.4 - Not booting up
Hi, I've been using an CentOS4.4 version. All was well till 2 days back. Suddenly when the PC was booted-up, it wouldn't bootup. It gets stuck displaying the following message. exec of init (/sbin/init) failed !!!: 80 umount /initrd/dev failed: 2 Kernel panic - not syncing: Attempted to kill init! I entered the rescue mode and attempted chroot /mnt/sysimage It spitted an error
2011 Jul 29
2
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
Hi, all It seems that rev. 131463 [1] makes LLVM failed to recognize ARM correctly. My best guess is the variable LLVM_HOSTTRIPLE got something like "armv7l-unknown-linux-gnueabi" when LLVM compiled natively on ARM. Then the Arch (armv7l) is not recognized by LLVM. As you can see from attach (llvm-131463-gcc-4.4.1-native-arm2.log), there are a lot failure while running test cases
2015 May 17
2
Unable to compile encode.c
When I compile encode.c. I am getting the below error. $ cc encode.c In file included from encode.c:24:0: encode.h:5:26: fatal error: vorbis/codec.h: No such file or directory #include <vorbis/codec.h> ^ compilation terminated. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Dec 11
7
Installing Shorewall on Debian 3.0 r2
Hi All, i am trying to install Shorewall 2.0 on debian 3.0. But when i try apt-get i am getting older version i.e. 1.2. Can someone send me a pointer on how to install shorewall latest version on Debian 3.0 please. i searched google and on this site but could find any. i am not in this list, pl include me in ur replies. Appreciate ur help, -Balaji
2006 Oct 19
2
arraytake for extracting subarrays from multidimensional arrays
Hi, I recently encountered a problem with array subsetting and came up with a fix. Given an array of arbitrary dimensions, in which the number of dimensions is only known at runtime, I wanted to extract a subarray. The main issue with doing this is that in order to extract a subarray from an array of (say) 4 dimensions you usually specify something like this a.subarray <- a[,c(4,2),1:5,]
2006 Mar 19
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
On Mar 17, 2006, at 12:19 PM, Chris Lattner wrote: > Great. Note that -cee is a beta pass... it has some known bugs and > isn't planned to be worked on in the immediate future. :( After a bit of digging, I found one open bug and two failing test cases, all of which appear to be feature requests: #217: LLVM needs a generic dominator update mechanism nullpointer.ll: "a