Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to understand error displayed by Insure++.

PKS
PKS Posts: 2

Is there any reference available to link observed error no pertaining to Insure++ with its probable reason and possible solution.

I am having an error as "Unix/NativeFilestream.cc-------hexdecimal number-----Trace/breakpoint trap (core dump)" and not able to understand the reason.

Details of machine a below:-
OS - RHEL 6.6
Architecture - X64
Compiler - gcc 4.4.7
Insure++ version - 7.4

Answers

  • Hi @PKS,
    This kind of issues is going to be specific to your environment. It just that it manifests inside Insure++ library, because it monitors your application.

    What I can recommend is to contact support via support@parasoft.com, or open a support ticket in the customer portal (https://parasoft.force.com/customerportal/MyCases)

  • PKS
    PKS Posts: 2

    Thanks

  • Rich
    Rich Posts: 34 ✭✭

    Hi @PKS,
    We'll need the complete error message, (hex number included), with all following information, (it tells us the function, file and line number inside Insure++ so we can determine the cause), and the complete Insure++ version number, which is easily accessed by simply typing "insure" with no arguments. Be sure to include the build date.

    If this is reproducible, then it will help if we can get a stack back trace. Run your application under "gdb" and when it halts, (this is actually an Insure++ panic), get a back trace of all threads, (gdb command: "thread apply all bt").

    Capture the back trace in a file, and attach that file to your email or the support ticket.

    Kind regards,
    --Rich, Lead Engineer, Insure++