Search

ParaSoft

HOME
PRODUCTS
SUPPORT
ABOUT
WHAT'S NEW
EVENTS


Insure++

Quick facts

Add-on Modules:
   -INUSE
   -TCA

Comparisons

Technical Papers

Support & Manuals

FAQs

Recent Reviews

User Testimonials

Press Releases


Insure tool to debug c++





Unable to open file <ins_init_1000.c> for output


This error message occurs when compiling with Insure++ on a file system mounted as NFS version 3:
    -> insure -g -o file file.c
    Unable to open file <ins_init_1000.c> for output.
    ->
The solution is to mount the file system as NFS version 2. You can check how your file system is mounted with the following command
    -> mount | grep <file system>
which will give output like
    wyvern:/home/wyvern1 on /home/wyvern1 type nfs
    (rw,soft,bg,vers=2,dev=100000)
for version 2 and
    wyvern:/home/wyvern1 on /home/wyvern1 type nfs
    (vers=3,rw,soft,bg,dev=c0002)
for version 3.

For more information . call (888) 305-0041, fax (626)305-9048, or email quality@parasoft.com

Tools to debug c++ and java
(888) 305-0041 info@parasoft.com Copyright © 1996-2001 ParaSoft