<div dir="ltr">I have narrowed the problem down to a minimal piece of code. I am attaching two files - main.ss and seedgen.ss. <br>seedgen.ss has mzscheme as the language implementation name. main.ss has scheme as the language implementation. I dont know if running code across different implementation names is supposed to work. The code as is works when "Debugging" is chosen as the dynamic properties for module. The code does not work when "Debugging and Profiling" is selected. <br>
If I change the implementation name in seedgen.ss to scheme, the code begins to work. <br><br>I have to admit I have not read much about modules, so I might be missing something obvious here. <br><br><div class="gmail_quote">
On Wed, Oct 15, 2008 at 8:41 AM, Robby Findler <span dir="ltr"><<a href="mailto:robby@cs.uchicago.edu">robby@cs.uchicago.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
That sounds like a bug. I tried some simple things and wasn't able to<br>
reproduce it, tho. Do you mind sending a (hopefully small) program<br>
that illustrates the problem?<br>
<br>
Also, if you wanted to submit a PR (via the "Submit Bug Report" menu<br>
item in the "Help" menu), that would be appropriate.<br>
<br>
Thanks,<br>
Robby<br>
<br>
On Tue, Oct 14, 2008 at 12:22 AM, Deep <<a href="mailto:deepankar.sharma@gmail.com">deepankar.sharma@gmail.com</a>> wrote:<br>
> Just wanted to clarify -<br>
><br>
> When i choose the "Debugging" under Dynamic Properties of the module<br>
> language, things work just fine.<br>
> However if i change the to Dynamic Properties to "Debugging and<br>
> Profiling" i get the error message pasted above.<br>
><br>
><br>
> On Oct 14, 1:07 am, Deep <<a href="mailto:deepankar.sha...@gmail.com">deepankar.sha...@gmail.com</a>> wrote:<br>
>> I cannot profile an application that I am currently working on. I am<br>
>> using DrScheme 4.1.1 on windows.<br>
>> Here is the error trace I get -<br>
>> require: namespace mismatch; reference (phase 0) to a module "C:<br>
>> \Program Files\PLT\collects\scheme\private\kw.ss" that is not<br>
>> available (phase level 0) in: #%app<br>
>><br>
>> Anyway to debug this error ?<br>
>> _________________________________________________<br>
>> For list-related administrative tasks:<br>
>> <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
> _________________________________________________<br>
> For list-related administrative tasks:<br>
> <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
><br>
><br>
</blockquote></div><br></div>