home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23402 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!wupost!uwm.edu!ux1.cso.uiuc.edu!rs6000.cmp.ilstu.edu!jliddle
  3. From: jliddle@rs6000.cmp.ilstu.edu (Jean Liddle)
  4. Subject: Re: Kernel FP Math bug?
  5. Message-ID: <1993Jan09.224846.12403@rs6000.cmp.ilstu.edu>
  6. Date: Sat, 09 Jan 1993 22:48:46 GMT
  7. References: <1993Jan9.144510.9590@walter.cray.com>
  8. Organization: Illinois State University
  9. Lines: 27
  10.  
  11. In article <1993Jan9.144510.9590@walter.cray.com> rsocia@alberti.cray.com (Rick Socia) writes:
  12. >I compiled the following program:
  13. >
  14. >main(int argc, char *argv)
  15. >{
  16. >  double f;
  17. >
  18. >  f = atof(argv[1]);
  19. >  printf("The answere is %f\n", f);
  20. >}
  21. >
  22. >The core dumps.  (passing an argument of "0.50").
  23. >
  24.  
  25. I am running gcc 2.3.3 with all the new libs (gcc 486 binaries) and the
  26. new binutils, on an i486/33.  I compiled the same program and also
  27. experienced the "core dump" problem.
  28.  
  29. Also, my kernel is compiled without math emulation, if that helps in
  30. narrowing down the possibilities ...
  31.  
  32. Jean.
  33. -- 
  34. Jean Liddle                                 
  35. Computer Science, Illinois State University  
  36. e-mail:  jliddle@ilstu.edu                  
  37. --------------------------------------------
  38.