2008/5/16 Michal Svamberg <[EMAIL PROTECTED]>: > Program received signal SIGSEGV, Segmentation fault. > savecontext (ep=0x8076140 <Create_Process_Part2>, savearea=0x80c59c4, > sp=0xb7cf700c "üýţ˙") at ./process.c:213
Odd, linux 2.6 i686 should not be using this part of the code at all, it should be using ucontext. With setjmp/longjmp this type of crash is expected. Did you build the package yourself? There's probably something going on at the configure stage that didn't enable ucontext. For instance, is HAVE_UCONTEXT_H defined in src/config/afsconfig.h? Marc
