home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 16231 < prev    next >
Encoding:
Text File  |  1992-11-14  |  2.3 KB  |  67 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!luna!lpi!david
  3. From: david@lpi.liant.com (David Michaels)
  4. Subject: Re: LPI C++ bug
  5. Message-ID: <1992Nov13.160846.25088@lpi.liant.com>
  6. Keywords: bug, fix, work-around, support, update
  7. Sender: greg@lpi.liant.com (Greg Bean)
  8. Reply-To: mj@lpi.liant.com    
  9. Organization: Liant Software Corporation, Framingham MA    
  10. References:  <1992Nov12.112734.11920@aie.nl>
  11. Date: Fri, 13 Nov 1992 16:08:46 GMT
  12. Lines: 53
  13.  
  14. In article <1992Nov12.112734.11920@aie.nl>, hansb@aie.nl (Hans Bayle) writes:
  15.  
  16. > This is a bug report for Liant LPI C++, version 01.00.08 for Interactive
  17. > Unix 386/ix.
  18. > When using the debug option, (-g with lpicxx, or -deb with lpi++) the
  19. > calling of methods in objects in which a virtual method is defined will
  20. > result in executing the wrong methods, or causing a segmentation fault (when
  21. > run in Codewatch as well as run stand alone)
  22. > Without the debug option, the code will run correctly. Unfortunately,
  23. > the debug option is needed for the source level debugger Codewatch.
  24. > So most C++ code will not run when compiled for Codewatch :(
  25. > I isolated the bug in the shar archive beneath.
  26.  
  27. This bug has been fixed in version 1.1 of LPI-C++ which has just been released
  28. for i386/i486 UNIX SVR3 (SCO & Interactive).  We regret that most of your C++
  29. code does not seem to run when compiled for CodeWatch.  As a work-around, try
  30. using the -defvft compiler option.  For bug reports and update information,
  31. please contact Liant directly:
  32.  
  33.         USA
  34.         ---
  35.         Liant Software Corporation
  36.         959 Concord Street
  37.         Framingham, Massachusetts 01701-4613
  38.         Tel:     (508) 872-8700
  39.         Fax:     (508) 626-2221
  40.         Support: (508) 875-2294
  41.    -->  Email:    support@lpi.liant.com
  42.  
  43.         UK
  44.         --
  45.         Liant Software Limited
  46.         2 Caxton Street
  47.         London SW1H 0QE
  48.         United Kingdom
  49.         Tel:     +44-(0)71-799-2434
  50.     Fax:     +44-(0)71-799-2552
  51.  
  52.     Germany
  53.     -------
  54.     Oakland Group GmbH
  55.     Alt-Moabit 91 B
  56.     W-1000 Berlin 21
  57.     Germany
  58.     Tel:     +49 (0)30-391-5045
  59.     Fax:     +49-(0)30-393-4398
  60.  
  61. Thank-you.
  62.  
  63. +------------------------------------------------------------+
  64. | David Michaels              |  Email:  david@lpi.liant.com |
  65. | Liant Software Corporation  |  Phone:  (508) 872-8700      |
  66. +------------------------------------------------------------+
  67.