[Bug 28258] cmd/batch.ok fails under WINEDEBUG=warn+heap

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 7 09:52:14 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=28258

Frédéric Delanoy <frederic.delanoy at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download, source
                 CC|                            |frederic.delanoy at gmail.com

--- Comment #1 from Frédéric Delanoy <frederic.delanoy at gmail.com> 2011-09-07 09:52:13 CDT ---
Minimised file to get the error:
test_builtins.cmd:
@echo off
echo ...stdout redirection
mkdir foobar & cd foobar
echo foo at tab@1>@tab at foo
type foo
echo foo7 7> foo
type foo
echo foo9 9> foo
type foo
echo foo1> foo
type foo
echo foo11> foo
type foo
echo foo12> foo
type foo
echo1>foo
type foo
cd .. & rd /s/q foobar
cd

test_builtins.cmd.exp
...stdout redirection
foo at tab@
foo7 at space@@or_broken at foo@tab@
foo9 at space@@or_broken at foo@tab@
foo1
foo11
foo12
@pwd@

Redirections handling is a bit messy.
This may be related to bugs 28037 (and 21227?)

Ideas welcome ;)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list