[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference clt::vax_basic

Title:Discussions on VAX BASIC
Notice:See Topic 1779 for latest kit info
Moderator:EPS::VANDENHEUVEL
Created:Sat Jan 25 1986
Last Modified:Tue May 13 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1798
Total number of notes:7362

1791.0. "BAS-I-MEMMANVIO in VAXBASIC V3.8 (or 3.7)" by ATZIS2::KARTNER_M (HOUSTON, we have a problem) Wed Feb 26 1997 07:56

    Hi!
    
    A customer has got a MEMMANVIO problem under VAXBASIC V3.8 that
    sounds like the one fixed with V3.6.
    
    The compile job works without problems if started interactive.
    If started in BATCH mode and if the error handling is triggered
    the job aborts with
    
    	BAS-F-MEMMANVIO
    
    The problem is NOT reproducable but has been seen several times
    now
    
    Is this a new BUG?
    Did the old BUG slip into the new version ?
    
    							thanks
    							Michael
T.RTitleUserPersonal
Name
DateLines
1791.1TLE::PUDERThose who do not know LISP are doomed to reimplement it.Wed Feb 26 1997 13:518
VAX BASIC V3.8 didn't have a lot of changes in it, so I don't expect that it's
the same bug creeping back in. Does the user's code or DCL environment do
anything differently if it notices that it's in batch? MEMMANVIO is basically
an ACCVIO, and that can have all sorts of causes. Do you have a traceback from
the ACCVIO report? Has the user analyzed a dump from the crashed program to
see what the user's program was attempting when it died?

	:Karl.