[plt-scheme] DrScheme breaks compiled file loading
Hello,
I'm running some tests on a servlet. When I run the tests from
MzScheme they all work. When I run the tests from DrScheme the web
server throws the following error while trying to load my servlet.
This error indicates that DrScheme is somehow breaking the loading
procedure, as the data below is the compiled (.zo) form of the
servlet.
I am using version 371.4-svn12nov2007 [3m].
Output:
Servlet didn't load:
load-servlet/path: Loading
#<path:/Users/noel/programming/delirium-trunk/src/delirium/test-servlet.ss>
produced
#~371.4m
6BT]????-Hf?? Li??7p??1W?????_r??????%*-PS????
? ?
#
5
G
<BV\bq?????????
);Rdv??????
instead of either (1) a response or (2) nothing and exports 'interface-version
Thanks,
Noel