home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!gatech!hubcap!ncrcae!ccscola!syackey
- From: syackey@ccscola.Columbia.NCR.COM (Steve Yackey)
- Subject: Re: something nasty
- Message-ID: <1992Nov06.105523.3309@ncrcae.ColumbiaSC.NCR.COM>
- Nntp-Posting-Host: ccscola
- Organization: NCR Corp, E&M-Columbia, Columbia, SC
- References: <1992Nov1.224626.771@BofA.com> <540@ulogic.UUCP>
- Date: Fri, 06 Nov 92 15:55:23 GMT
- Lines: 27
-
- In article <540@ulogic.UUCP> hartman@ulogic.UUCP (Richard M. Hartman) writes:
- >In article <1992Nov1.224626.771@BofA.com> dan@BofA.COM (Dan Brockman) writes:
- >>
- >>If you can explain this, please send me email and
- >>tell me how to fix my code so it runs.
- >>
- >>---------------- the big nasty --------------------
- >>
- >>
- >>"Dbasesw.c", line 1842: internal <<AT&T C++ Translator
- >>2.1.03 08/31/90>> error: bus error (or something nasty
- >> like that)
- >
- >1) I have seen this (SCO ODT, HCR C++ compiler). No rhyme or reason
- > that we've ever been able to determine. Sometimes just simple
- > syntax errors.
- >
- >2) You did't give us the code w/ the problem (which may or may not
- > have helped...)
- >
-
- the magic fix (works here) is to take the entire function, i.e., stuff
- between the {}, that has the error, line 1842 in this case, yank it out
- and stick it at the top of the source file.
-
- have no idea what this does, but it has always worked.
-
-