Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 1, 2005 8:32 am
6336
Hi, I am trying a small perl subroutine. This subroutine takes relative path of a file as input and returns the absolute path as output. For example for...
Hi Can anyone tell me how to create core dump file ? I have written a C code in which access illgal memory address to get SIGSEGV. Ulimit is set to unlimited,...
Bharathraj.Shetty@...
Feb 2, 2005 5:07 am
6338
... I don't have a linux machine to try this on, but from the man page, signal(7) ... Try doing kill 3 <process id> or something. Aseem. -- "Where the clear...
On Tue, 1 Feb 2005 20:21:40 +0530, Bharathraj.Shetty@... ... See what "ulimit -a" (in case you were just seeing ulimit alone) shows if core file size...
Hi all ... gcc -Wall -g <Test.c> will do .. check ulmit (ulimit -c ) set ulimit to some value(Unlimited) Core Dump will be generated in same directory.. then...
... Although 'ulimit' shows unlimited, but the actual core file size limit may still be 0. You can use 'ulimit -a' to see all the settings. Just try 'ulimit -c...
<admin> What on earth is going on? For the past few days, I have watched the number of top-posts and especially overquoted messages increase exponentially in...
... Hi, This works for me in a perl script on Linux OS using perl5.8 . !#/usr/bin/perl -w use strict; use Cwd(); my $filename = "./test.pl"; if(-e $filename) {...
... I have tried this on a linux machine Linux 2.4.9-e.25 #1 Fri Jun 6 18:27:21 EDT 2003 i686 unknown $vi cdump.c ================= #include<stdio.h> int...
Hello, How do i find whether my kernel architecture is 32 bit or 64 bit. If u suggest "uname" as the option please tell me how to extract the architecture from...
... if size of pointer is 8 bytes then u ve 64-bit , 4 bytes then u have 32-bit, 2bytes- 16-bit and 1 byte-8-bit. -- Regards, Saifuddin, ...
Saifuddin
saif@...
Feb 5, 2005 4:42 am
6347
... Try cat /proc/sys/kernel/pid_max should be 32768 for 32bit systems and 4*1024*1024 for 64bit systems. Ref. /usr/src/linux/include/linux/threads.h #define...
Balwinder Singh
BALWINDER@...
Feb 5, 2005 6:27 am
6348
Hi I have written a block device driver.In the read/write(request) i am calling a function which sleeps.this gives a big stack dump(WARN_ON thing) the driver...
... hello :), wowowo waitttt y r u goin for such complex stuffs like awk, etc ......... just type this simple command at $/# file /boot/vmlinux-2.4.60 i am not...
I wanted to access system call table in 2.6 kernels,so that my code will get executed before the actual system call.Since exporting system call table is not...
Hi, I am interested in understanding the internals of a practical and Open source Interpreter and compiler(which will provide the source code). To start with,...
On Sat, 05 Feb 2005 17:30:06 -0000, ramprasad_i82 ... Well one cant survive in the UNIX/linux programming world without basic knowldege of awk/gred/sed. The...
... How about a C compiler written in Python? :-) See http://people.cs.uchicago.edu/~varmaa/mini_c/ Have fun, ===== Swaroop C H Blog: http://www.swaroopch.info...
... Try Lisp for a simple and regular syntax A GNU compiler at: http://clisp.sourceforge.net Pramod -- http://blogs.applibase.net/pramod When we write programs...
... That is dependant on hardware architecture. It is the hardware on which the instruction executes. If the hardware is backward compatible then it is...
Saifuddin
saif@...
Feb 7, 2005 1:03 pm
6361
Sorry for letting that through. The OP normally posts on the job list, and I didn't realise that he posted on the programming list this time. Won't happen...
All, shell>>cat /dev/v4l/video0 > /dev/fb/0 generates the above error. The two devices exist in the rootfs. When I enable ioctl for overlay, Iam able to see...
Hi, I've written this simple piece of code that uses STL strings in C++ (appears below). Now when I run GDB I get the following: 1. warning: Unable to find...
Hareesh Nagarajan
hareesh.nagarajan@...
Feb 11, 2005 7:44 am
6364
Hi Ananth, ... Pass the sys_call_table as an argument to your module and handle it as an arg. Get the sys_call_table from the System.map for your kernel like...
This is a reminder to members of this list about the posting rules: 1. Do not top-post 2. Do not over-quote 3. Do not post HTML messages 4. Do not recycle...