home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!luna!lpi!david
- From: david@lpi.liant.com (David Michaels)
- Subject: Re: LPI C++ bug
- Message-ID: <1992Nov13.160846.25088@lpi.liant.com>
- Keywords: bug, fix, work-around, support, update
- Sender: greg@lpi.liant.com (Greg Bean)
- Reply-To: mj@lpi.liant.com
- Organization: Liant Software Corporation, Framingham MA
- References: <1992Nov12.112734.11920@aie.nl>
- Date: Fri, 13 Nov 1992 16:08:46 GMT
- Lines: 53
-
- In article <1992Nov12.112734.11920@aie.nl>, hansb@aie.nl (Hans Bayle) writes:
-
- > This is a bug report for Liant LPI C++, version 01.00.08 for Interactive
- > Unix 386/ix.
- > When using the debug option, (-g with lpicxx, or -deb with lpi++) the
- > calling of methods in objects in which a virtual method is defined will
- > result in executing the wrong methods, or causing a segmentation fault (when
- > run in Codewatch as well as run stand alone)
- > Without the debug option, the code will run correctly. Unfortunately,
- > the debug option is needed for the source level debugger Codewatch.
- > So most C++ code will not run when compiled for Codewatch :(
- > I isolated the bug in the shar archive beneath.
-
- This bug has been fixed in version 1.1 of LPI-C++ which has just been released
- for i386/i486 UNIX SVR3 (SCO & Interactive). We regret that most of your C++
- code does not seem to run when compiled for CodeWatch. As a work-around, try
- using the -defvft compiler option. For bug reports and update information,
- please contact Liant directly:
-
- USA
- ---
- Liant Software Corporation
- 959 Concord Street
- Framingham, Massachusetts 01701-4613
- Tel: (508) 872-8700
- Fax: (508) 626-2221
- Support: (508) 875-2294
- --> Email: support@lpi.liant.com
-
- UK
- --
- Liant Software Limited
- 2 Caxton Street
- London SW1H 0QE
- United Kingdom
- Tel: +44-(0)71-799-2434
- Fax: +44-(0)71-799-2552
-
- Germany
- -------
- Oakland Group GmbH
- Alt-Moabit 91 B
- W-1000 Berlin 21
- Germany
- Tel: +49 (0)30-391-5045
- Fax: +49-(0)30-393-4398
-
- Thank-you.
-
- +------------------------------------------------------------+
- | David Michaels | Email: david@lpi.liant.com |
- | Liant Software Corporation | Phone: (508) 872-8700 |
- +------------------------------------------------------------+
-