Re: Debugging Runtime Error

From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 11/08/03


Date: Fri, 07 Nov 2003 23:31:22 GMT


"Bob Bamberg" <robert.bamberg@verizon.net> wrote...
> I have been trying without luck to get some information on debugging
> the Runtime Error R6025 - Pure Virtual Function Call. I am working in
> C++ and have only one class that is derived from an Abstract class, I
> do not believe that this class object is causing me my problem. Below
> is that message I have posted before to other groups.
> [...]

The easiest thing would be to _define_ the function that is allegedly
being called (instead of having it pure) and put a breakpoint in it.
You will see where it's called from.

Victor



Relevant Pages

  • Re: Strange lockups - 5.4 PRERELEASE / BackupPC/ Samba3
    ... > of perl scripts) that might be causing a lockup. ... the first step in debugging system hangs is to compile ... or a serial break on a serial console. ...
    (freebsd-stable)
  • Re: error message wat does it mean?
    ... isolate what program at boot is causing it. ... > Then we can figure out how to fix it. ... > Best of Luck, ...
    (microsoft.public.windowsxp.general)
  • Re: Strange Problem
    ... I have tried to do this, but have had no luck. ... Could this be causing the problem too? ... >> caption so it just says button. ... >> recompiling. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: sio0: more interrupt-level buffer overflows
    ... > considering messages I see after hanging up my modem ... > but with no luck. ... What is causing this behavior? ...
    (freebsd-questions)
  • Re: /var with capacity -1%
    ... No luck ... on /var before it filled may be causing this. ... fstat may help you here. ... I guess I could be happy for this extra diskspace, but I am afraid that ...
    (freebsd-stable)

Loading