home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21602 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  1.7 KB

  1. Path: sparky!uunet!spool.mu.edu!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: uucico ... Segmentation Fault??
  5. Date: 24 Dec 1992 01:57:44 -0600
  6. Organization: Kansas State University
  7. Lines: 39
  8. Message-ID: <1hbqhoINNhvl@matt.ksu.ksu.edu>
  9. References: <marcf.725178847@yorku.ca> <1992Dec24.072833.25824@cbfsb.cb.att.com>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. wto@cbnewsg.cb.att.com (William T. O Connell) writes:
  13.  
  14. >In article <marcf.725178847@yorku.ca> marcf@nexus.yorku.ca (Marc G Fournier) writes:
  15. >>Hi...
  16. >>
  17. >>    I've started playing with uucico in the 0.99 version of
  18. >>the SLS distribution...except there is a slight problem...I get
  19. >>segmentation violations :(  If I just type uucico alone, I get
  20. >>one.
  21. >>
  22. >>    I've downloaded the source and will recompile it tonight...
  23. >>but I'm kinda curious as to why the binaries don't work
  24. >>
  25. >>thanks..
  26. >>
  27. >>Marc
  28.  
  29. >I had the same problems with .99, not only with 'uucico' but 
  30. >also with 'uucp'. I done loaded the source and tried compiling
  31. >it with -fwritable-strings, But still gave me sig 11's.
  32.  
  33. >After using gdb, determined it was dumping core in the system
  34. >call 'sigaction()' called by sys1.c. To get around this, I
  35. >changed the #define HASSIGACTION (spelling?) in conf.h from 1
  36. >to 0. This caused gcc to use one of a couple other signal functions.
  37. >It seemed to have fix my segmentation violation problems. 
  38.  
  39. >Has anyone else run across sigaction() failing, and if so, do
  40. >you know why?
  41.  
  42. >- Bill O'Connell      wto@ihlpx.att.com
  43.  
  44. Sigaction has bugs in libc.so.4.1. The new release will fix that. You can get
  45. a temporary fix by ftp'ing into tsx-11.mit.edu and cd'ing into
  46. /pub/linux/GCC
  47.  
  48. and getting libc.so.4.2.Z
  49.  
  50. James
  51.