View Problem Report: 12590
Audit Trail:
From: Sam Tobin-Hochstadt <samth at ccs.neu.edu>
To: gustavo at oma.org.ar, bugs at racket-lang.org
Cc: nobody at racket-lang.org, bug-notification at racket-lang.org
Subject: Re: [racket-bug] all/12590: error display handler: normalize-path: #<path:C:/var>
Date: Wed, 22 Feb 2012 10:19:14 -0500
On Tue, Feb 21, 2012 at 4:12 PM, <gustavo at oma.org.ar> wrote:
>
> *** Description:
> I saw an error like this a few days ago, but it was in a large project.
>
> "exception raised by error display handler: normalize-path: #<path:C:/var> (within the input path) is not a directory or does not exist; original exception raised: module: duplicate definition for identifier"
>
> This is the minimal example to reproduce the error.
>
> I guest that the problem is that a .zo exist for an older version of a file that now doesn't compile. The error disappears if I delete all the .zo files.
I believe that this bug was fixed a week or two ago. Can you try this
with a nightly build [1] and see if it still happens?
Thanks!
[1] http://pre.racket-lang.org/installers/
--
sam th
samth at ccs.neu.edu
State changed from "open" to "closed" by samth at Thu, 23 Feb 2012 16:49:30 -0500
Reason>>> Fixed by mflatt a couple weeks ago.
From: Sam Tobin-Hochstadt <samth at ccs.neu.edu>
To: Gustavo Massaccesi <gustavo at oma.org.ar>
Cc: bugs at racket-lang.org, nobody at racket-lang.org,
bug-notification at racket-lang.org
Subject: Re: [racket-bug] all/12590: error display handler: normalize-path: #<path:C:/var>
Date: Thu, 23 Feb 2012 16:48:46 -0500
Thanks for the feedback, Gustavo.
I'll close the bug.
On Thu, Feb 23, 2012 at 4:45 PM, Gustavo Massaccesi <gustavo at oma.org.ar> wrote:
> OK. I tested my example in plt-5.2.1.6-bin-i386-win32.exe (nightly,
> 2012-02-23).
>
> With the incorrect program and I got the error:
>
> ERROR: . ..\def-one.rkt:7:9: module: duplicate definition for identifier in: one
>
> that is the expected error. :)
>
> Gustavo
>
>
> On Wed, Feb 22, 2012 at 12:19, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
>> On Tue, Feb 21, 2012 at 4:12 PM, <gustavo at oma.org.ar> wrote:
>>>
>>> *** Description:
>>> I saw an error like this a few days ago, but it was in a large project.
>>>
>>> "exception raised by error display handler: normalize-path: #<path:C:/var> (within the input path) is not a directory or does not exist; original exception raised: module: duplicate definition for identifier"
>>>
>>> This is the minimal example to reproduce the error.
>>>
>>> I guest that the problem is that a .zo exist for an older version of a file that now doesn't compile. The error disappears if I delete all the .zo files.
>>
>> I believe that this bug was fixed a week or two ago. Can you try this
>> with a nightly build [1] and see if it still happens?
>>
>> Thanks!
>>
>> [1] http://pre.racket-lang.org/installers/
>> --
>> sam th
>> samth at ccs.neu.edu
--
sam th
samth at ccs.neu.edu
From: Gustavo Massaccesi <gustavo at oma.org.ar>
To: Sam Tobin-Hochstadt <samth at ccs.neu.edu>
Cc: bugs at racket-lang.org, nobody at racket-lang.org,
bug-notification at racket-lang.org
Subject: Re: [racket-bug] all/12590: error display handler: normalize-path: #<path:C:/var>
Date: Thu, 23 Feb 2012 18:45:03 -0300
OK. I tested my example in plt-5.2.1.6-bin-i386-win32.exe (nightly,
2012-02-23).
With the incorrect program and I got the error:
ERROR: . ..\def-one.rkt:7:9: module: duplicate definition for identifier in: one
that is the expected error. :)
Gustavo
On Wed, Feb 22, 2012 at 12:19, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
> On Tue, Feb 21, 2012 at 4:12 PM, <gustavo at oma.org.ar> wrote:
>>
>> *** Description:
>> I saw an error like this a few days ago, but it was in a large project.
>>
>> "exception raised by error display handler: normalize-path: #<path:C:/var> (within the input path) is not a directory or does not exist; original exception raised: module: duplicate definition for identifier"
>>
>> This is the minimal example to reproduce the error.
>>
>> I guest that the problem is that a .zo exist for an older version of a file that now doesn't compile. The error disappears if I delete all the .zo files.
>
> I believe that this bug was fixed a week or two ago. Can you try this
> with a nightly build [1] and see if it still happens?
>
> Thanks!
>
> [1] http://pre.racket-lang.org/installers/
> --
> sam th
> samth at ccs.neu.edu
Responsible changed from "nobody" to "samth" by eli at Mon, 18 Feb 2013 23:26:01 -0500
Reason>>> samth closed