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

Conference dssdev::fmsnotes

Title: VAX FMS Notes
Notice:See note 675.* for info on FMS V2.4
Moderator:DRAGN::BOURQUARD
Created:Tue Feb 04 1986
Last Modified:Wed May 21 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1211
Total number of notes:4308

1205.0. "System-f-accvio, address of constants??" by KERNEL::PULLEY (Come! while living waters flow) Mon Apr 21 1997 10:12

    Hi,
    
    I've someone using FMS v2.4, Alpha VMS v6.2, DEC C v?.
    He's converting things over from a VAX, and used to use a number of
    FDV calls like fdv$spada(&0); fdv$aterm(&utcarea,&12,&2); ...
    I suppose he was trying to pass the address of constants.
    Now if he trys to do that, he gets run-time access violations--or at
    least he says he does when the number is negative.
    His workaround is just to put use a variable E.g.,
    int azero=0; fdv$spada(&azero);
    
    I think he'd just like to know if there has really been a change around
    this area, that he should need to take account of.
    Or is it something he should never have got away with?
    
    Thanks,
    Steve.
    
T.RTitleUserPersonal
Name
DateLines
1205.1apply patch yet?CSC32::C_BENNETTMon Apr 21 1997 18:424
    Cannot really say what is going on without reduced code example - as
    a sanity check since the customer is running on Alpha platform make
    sure they have applied the patch FMSECO02024 as it does contain fixes
    for stack corruptions.