<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 &quot;Debugging&quot; is chosen as the dynamic properties for module. The code does not work when &quot;Debugging and Profiling&quot; 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">&lt;<a href="mailto:robby@cs.uchicago.edu">robby@cs.uchicago.edu</a>&gt;</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&#39;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 &quot;Submit Bug Report&quot; menu<br>
item in the &quot;Help&quot; menu), that would be appropriate.<br>
<br>
Thanks,<br>
Robby<br>
<br>
On Tue, Oct 14, 2008 at 12:22 AM, Deep &lt;<a href="mailto:deepankar.sharma@gmail.com">deepankar.sharma@gmail.com</a>&gt; wrote:<br>
&gt; Just wanted to clarify -<br>
&gt;<br>
&gt; When i choose the &quot;Debugging&quot; under Dynamic Properties of the module<br>
&gt; language, things work just fine.<br>
&gt; However if i change the to Dynamic Properties to &quot;Debugging and<br>
&gt; Profiling&quot; i get the error message pasted above.<br>
&gt;<br>
&gt;<br>
&gt; On Oct 14, 1:07 am, Deep &lt;<a href="mailto:deepankar.sha...@gmail.com">deepankar.sha...@gmail.com</a>&gt; wrote:<br>
&gt;&gt; I cannot profile an application that I am currently working on. I am<br>
&gt;&gt; using DrScheme 4.1.1 on windows.<br>
&gt;&gt; Here is the error trace I get -<br>
&gt;&gt; require: namespace mismatch; reference (phase 0) to a module &quot;C:<br>
&gt;&gt; \Program Files\PLT\collects\scheme\private\kw.ss&quot; that is not<br>
&gt;&gt; available (phase level 0) in: #%app<br>
&gt;&gt;<br>
&gt;&gt; Anyway to debug this error ?<br>
&gt;&gt; _________________________________________________<br>
&gt;&gt; &nbsp; For list-related administrative tasks:<br>
&gt;&gt; &nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt; _________________________________________________<br>
&gt; &nbsp;For list-related administrative tasks:<br>
&gt; &nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>