| Reporter's email: |
robby@cs.uchicago.edu |
| Number: |
9838 |
| Category: |
all |
| Synopsis: |
errortrace's profiling mode signals namespace mismatch error |
| Class: |
sw-bug |
| Responsible: |
samth |
| Notify-List: |
Deepankar Sharma <deepankar.sharma@gmail.com> |
| Severity: |
serious |
| Priority: |
medium |
| State: |
closed |
| Confidential: |
no |
| Arrival-Date: |
Wed Oct 15 21:44:01 -0400 2008 |
| Closed-Date: |
Fri Feb 03 19:14:06 -0500 2012 |
| Last-Modified: |
Mon Feb 18 23:42:52 -0500 2013 |
| Originator: |
Robby Findler |
| Organization: |
plt
|
| Submitter-Id: |
unknown |
| Release: |
4.1.1.2-svn13oct2008 |
| Environment: |
macosx "Darwin chienshi.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386" (i386-macosx/3m) (get-display-depth) = 32
Human Language: english
(current-memory-use) 124507688
Collections:
(("/Users/robby/Library/PLT Scheme/4.1.1.2/collects" non-existent-path) ("/Users/robby/svn/exp/plt/collects" ".svn" "afm" "algol60" "browser" "combinator-parser" "compiler" "config" "defaults" "drscheme" "dynext" "embedded-gui" "eopl" "errortrace" "ffi" "file" "framework" "frtime" "games" "graphics" "gui-debugger" "guibuilder" "handin-client" "handin-server" "help" "hierlist" "honu" "htdch" "htdp" "html" "icons" "info-domain" "lang" "launcher" "lazy" "macro-debugger" "make" "mred" "mrlib" "mysterx" "mzcom" "mzlib" "mzscheme" "net" "openssl" "parser-tools" "planet" "plot" "preprocessor" "profj" "profjWizard" "r5rs" "r6rs" "readline" "redex" "repos-time-stamp" "rnrs" "s-exp" "scheme" "scribble" "scribblings" "setup" "sgl" "sirmail" "slatex" "slideshow" "srfi" "srpersist" "stepper" "string-constants" "swindle" "syntax" "syntax-color" "teachpack" "test-box-recovery" "test-engine" "tests" "tex2page" "texpict" "trace" "typed-scheme" "version" "waterworld" "web-server" "wxme" "xml"!
))
Computer Language: (("Module") (#(#t write mixed-fraction-e #f #t debug/profile) (default) #() "#lang scheme\n"))
|
| Description: |
The transcript below signals an error, but I wouldn't expect it to.
% mzscheme
Welcome to MzScheme v4.1.1.2 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.
> (require errortrace)
> (profiling-enabled #t)
> (module m mzscheme (lambda () 1 2))
require: namespace mismatch; reference (phase 0) to a module "/Users/robby/svn/exp/plt/collects/scheme/private/kw.ss" that is not available (phase level 0) in: #%app
=== context ===
/Users/robby/svn/exp/plt/collects/scheme/private/misc.ss:74:7
> ^D
|
| File Attachments: |
|
| How-To-Repeat: |
|
| Fix: |
|
| Release-Note: |
|
| Unformatted: |
|