On Tue, Jan 17, 2006 at 10:25:55PM +0100, Toni Mueller wrote: > > Hi Joachim, > > On Tue, 17.01.2006 at 17:00:24 +0100, Joachim Schipper <[EMAIL PROTECTED]> > wrote: > > On Tue, Jan 17, 2006 at 11:56:38AM +0100, Toni Mueller wrote: > > > case $MAKEFLAGS in *-s*) CC='cc -pthread' LDSHARED='cc -pthread -shared > > > -fPIC -L/home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5' > > > OPT='-DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x180000 -fPIC' ./python -E > > > /home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5/setup.py > > > -q build;; *) CC='cc -pthread' LDSHARED='cc -pthread -shared -fPIC > > > -L/home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5' > > > OPT='-DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x180000 -fPIC' ./python -E > > > /home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5/setup.py > > > build;; esac > > > running build > > > running build_ext > > > *** Error code 4 > > > Not reproducible on my system (3.8-stable/i386) - python-2.3.5p2 builds > > fine. (Do note that this is under /usr/ports, and as root.) > > thanks for your message. In the meantime, I think I found out that this > means "interrupted system call", and no, I don't have any better error > messages.
Hmmm... is this crash reproducible on your box? If so, you might want to use ktrace. It will give you gobs of data, but is likely to also tell you exactly what syscall was interrupted, which is likely to give you a hint. You'll want to either snip very carefully or host the file someplace; if neither is possible, you can send it to me via private mail, but keeping it on the list is more likely to yield sensible results. > > Try to find a more detailed error log. Are you certain your hardware > > works as expected? > > Well... that's what I'm not sure about right now, too. The box is > otherwise mostly idle, and has been reliable except for this problem > now. Any ideas on how to check it? If it's memory, it's likely to be found by memtest86, if your hardware is i386. It can be had from various sources, and is included on the Knoppix CD, which I can recommend - it's not OpenBSD, but occasionally very useful. Joachim