Opened 7 years ago
Last modified 7 years ago
#1461 closed defect
file access test fails on windows with PLATFORM=mingw — at Version 2
Reported by: | Kooda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | core libraries | Version: | 5.0.0 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description (last modified by )
On Mingw-64:
Error: assertion failed: (file-exists? /) Call history: <syntax> (##sys#error "assertion failed" (##core#quote (not (directory-exists? "")))) <syntax> (##core#quote (not (directory-exists? ""))) <syntax> (not (directory-exists? "")) <syntax> (directory-exists? "") <eval> (not (directory-exists? "")) <eval> (directory-exists? "") <syntax> (assert (file-exists? /)) <syntax> (##core#let ((tmp293 (file-exists? /))) (##core#if (##core#check tmp293) tmp293 (##sys#error "assert... <syntax> (##core#begin (##core#if (##core#check tmp293) tmp293 (##sys#error "assertion failed" (##core#quote ... <syntax> (##core#if (##core#check tmp293) tmp293 (##sys#error "assertion failed" (##core#quote (file-exists? ... <syntax> (##core#check tmp293) <syntax> (##sys#error "assertion failed" (##core#quote (file-exists? /))) <syntax> (##core#quote (file-exists? /)) <syntax> (file-exists? /) <eval> (file-exists? /) <eval> (##sys#error "assertion failed" (##core#quote (file-exists? /))) <--
Change History (2)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Description: | modified (diff) |
---|
According to Kooda, this happened on Mingw-64, not the "standard" Mingw.
Note: See
TracTickets for help on using
tickets.
I can't reproduce this with the standard MingW (with or without MSYS)