First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
crashed unix process
what system calls are invoked and what signals are generated when a program crashes (like, crashing because of accessing a NULL pointer).I am trying to understand the things that happen at OS level and at the process level, when a process particularly in unix crashes. thanks sinbad ... 11 Jul 2008 17:09
linux - directory operations in c
"viza" crossposted this for me earlier from comp.lang.c (re opendir) but didn't include the relevant code... anyway, i work mostly in perl but am trying to use c to do some stuff with a directory tree. I keep getting a seemingly random "errno" from opendir ("No such file or directory") regarding directories w... 11 Jul 2008 22:17
what are .Plo files
Hi All, I am a newbei,I am trying to decipher MakeFiles. I have come across a lot of .Plo names inside Makefiles. Can anyone plz help me with some light on what are .Plo and .lo files? and what are they used for? ... 9 Jul 2008 16:48
opendir
On Tue, 08 Jul 2008 12:25:42 -0500, MK wrote: I don't use c much but I've done lots of perl, perl/Tk, and shellcode on LINUX. I'm trying to do things with directory trees and i occasionally get back an errno from opendir "No such file or directory" while my program is working its way thru a tree. ... 9 Jul 2008 05:29
interposing library calls - here is another one
Here is another purpose I have for wanting to try library interposing. There already exists an interposing "kit" (I wouldn't call it an application) to intercept socket connections and drive them through a specified SOCKS server instead of making the connection directly. What I want to do is a variation on that ... 9 Jul 2008 15:46
hidden symbol? - Nonrepresentable section on output?
Anyone know what these errors mean when I link dynamically? [long line warning] ==== BEGIN CAPTURE ========================================================== phil(a)faraday:/home/phil 50> gcc -O2 -o bin/electric electric.c -lm -lh /usr/lib/gcc/i486-slackware-linux/4.1.2/../../../../i486-slackware-linux/bin/ld: bi... 8 Jul 2008 13:06
Questions about getopt() (Linux)
1) Is it documented anywhere that you have to reset optind to 0 in order to use getopt again (i.e., to use it more than once in a single program) ? Observation: I've discovered this on my own at least twice now, the hard way. 2) Is it documented anywhere how/that getopt silently ignores the 0 element of the passe... 18 Jul 2008 10:17
who command
what doest LINE signifies in the folloing output of unix "who" command; USER LINE LOGIN-TIME FROM root0 pts/0 Apr 15 04:24 root0 pts/1 Apr 15 04:24 thanks sinbad ... 8 Jul 2008 08:59
interposing library calls - here is one I want to do
I know some people have been wondering what I wanted to do with library interposing. There actually are several different things. Ideas have collected over many years, and this has gradually reached a threshold where I want to actually start doing this, and maybe set up a general framework for it. But for this p... 11 Jul 2008 01:45
using socket fd to another pid (?)
Folks, If you have a process identifier (PID) which creates a socket, connects and performs network I/O (e.g. read, write,etc), is it possible for that pid to pass the socket file descriptor to a second pid, such that the second pid can perform read, write operations? For example if you had theoretically multipl... 9 Jul 2008 18:52
First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53