home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23445 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.3 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!serval!luke.eecs.wsu.edu!hlu
  2. From: hlu@luke.eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Kernel FP Math bug?
  5. Message-ID: <1993Jan10.065125.9007@serval.net.wsu.edu>
  6. Date: 10 Jan 93 06:51:25 GMT
  7. Article-I.D.: serval.1993Jan10.065125.9007
  8. References: <1993Jan9.144510.9590@walter.cray.com> <1993Jan09.224846.12403@rs6000.cmp.ilstu.edu>
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Organization: Washington State University!
  11. Lines: 29
  12.  
  13. In article <1993Jan09.224846.12403@rs6000.cmp.ilstu.edu> jliddle@rs6000.cmp.ilstu.edu (Jean Liddle) writes:
  14. >In article <1993Jan9.144510.9590@walter.cray.com> rsocia@alberti.cray.com (Rick Socia) writes:
  15. >>I compiled the following program:
  16. >>
  17. >>main(int argc, char *argv)
  18. >>{
  19. >>  double f;
  20. >>
  21. >>  f = atof(argv[1]);
  22. >>  printf("The answere is %f\n", f);
  23. >>}
  24. >>
  25. >>The core dumps.  (passing an argument of "0.50").
  26. >>
  27. >
  28. >I am running gcc 2.3.3 with all the new libs (gcc 486 binaries) and the
  29. >new binutils, on an i486/33.  I compiled the same program and also
  30. >experienced the "core dump" problem.
  31. >
  32. >Also, my kernel is compiled without math emulation, if that helps in
  33. >narrowing down the possibilities ...
  34. >
  35.  
  36. Does that belong to comp.lang.c? Please check
  37.  
  38. 1. argv
  39. 2. atof ().
  40.  
  41. H.J.
  42.