Closed racket-bug-submit closed 12 years ago
dherman@ccs.neu.edu wrote:
> When running programs with the profiler, particularly with SchemeUnit, the profiler seems to be finding points of the program that have not been set up in the profiler table, and it's raising an error: "hash-table-get: no value found for key: profile-pointXXX" (where XXX is some number).
Aha!
PR 6146 reports similar behavior when MysterX COM event handlers
are invoked when profiling is enabled. I'd thought it was
particular to MysterX, but this PR suggests otherwise.
-- Paul
John Clements wrote:
> This one is probably my bug. I tried to infer the interaction between
> the annotater and the profiler based on the existing code, but I'd
> guess that I missed the mark.
Could that lapse also be responsible for PR 6146?
Is the annotator always used when profiling is enabled?
-- Paul
At Thu, 3 Apr 2003 17:54:57 -0500 (EST), Paul Steckler wrote:
> Is the annotator always used when profiling is enabled?
Yes. That's how it is implemented.
Robby
Again, can you check whether this is still a problem?
Seems to be fixed, or at least I can't reproduce the bug anymore. Thanks,
Dave
eli@plt-scheme.org wrote:
> Responsible changed from "nobody" to "eli" by eli at Mon, 05 Apr 2004 00:08:27 -0400
> Reason>>> Replying
>
> State changed from "open" to "feedback" by eli at Mon, 05 Apr 2004 00:08:27 -0400
> Reason>>> Again, can you check whether this is still a problem?
>
>
> View:
> http://bugs.plt-scheme.org/query/?cmd=view+audit-trail&pr=6191
>
Originally submitted on: Thu Apr 03 16:50:00 -0500 2003
Steps to Reproduce:
Release:
203
Environment:
windows-2000
This bug was converted from Gnats bug 6191.
[anon-submit dherman AT ccs.neu.edu]