home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 19715 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  805 b 

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!west.West.Sun.COM!male.EBay.Sun.COM!loopkill!pauln
  2. From: pauln@loopkill.EBay.Sun.COM (Paul Nguyen)
  3. Newsgroups: comp.lang.c++
  4. Subject: Optimized C++ library
  5. Date: 22 Jan 1993 00:48:41 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 14
  8. Distribution: world
  9. Message-ID: <1jng9aINN39s@male.EBay.Sun.COM>
  10. Reply-To: pauln@loopkill.EBay.Sun.COM
  11. NNTP-Posting-Host: loopkill.ebay.sun.com
  12.  
  13.  
  14. We have an application that runs OK when all the libraries were compiled with the
  15. -g option.  But when the libraries were re-compiled with -O for optimization.  The
  16. application seems to crash randomly in one of the library.  The library that it
  17. crashes in was entirely written in C++ with inheritance, etc...
  18.  
  19. Is it possible that compiling with -O uncovered a bug?
  20.  
  21.  
  22.  
  23. Thanks,
  24. Paul
  25.  
  26.  
  27.