[1051] in NetBSD-Development
cleanup broken for mobsd
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Fri Oct 6 21:53:38 1995
From: Jonathon Weiss <jweiss@MIT.EDU>
To: netbsd-dev@MIT.EDU
Date: Fri, 06 Oct 1995 21:53:12 EDT
cleanup for mobsd coredumps. Here is some relevant info:
cc -g -c procs.c
procs.c: In function `get_processes':
procs.c:77: warning: cast from pointer to integer of different size
procs.c:83: warning: cast from pointer to integer of different size
Program received signal SIGSEGV (11), Segmentation fault
get_processes () at procs.c:83
83 lseek(kmem, (off_t)p.p_cred, L_SET);
After staring at the code for a while, I determined that I don't know
how kmem is put together, and that as well as being ignorant of a few
other things is significantly hindering my ability to debug the
problem. Does anyone understand what the problem is?
Jonathon