Ticket #1180 (closed bug: done)
examples/nci/ls.pir prints only lines with one character each
| Reported by: | moritz | Owned by: | NotFound |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | 1.7.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
Currently (r42217) examples/nci/ls.pir gives a weird output, at most one character per line, instead of giving me a directory listing as advertised in the comments in that file.
$ ./parrot examples/nci/ls.pir |hexdump -C
00000000 02 0a 0a 0a 0a 0a 0c 0a 10 0a 16 0a 18 0a 1d 0a |................|
00000010 1d 0a 1f 0a 24 0a 25 0a 27 0a 2b 0a 2b 0a 2d 0a |....$.%.'.+.+.-.|
00000020 30 0a 32 0a 32 0a 39 0a 3b 0a 3e 0a 41 0a 48 0a |0.2.2.9.;.>.A.H.|
00000030 48 0a 4a 0a 50 0a 59 0a 59 0a 5f 0a 60 0a 66 0a |H.J.P.Y.Y._.`.f.|
00000040 6c 0a 72 0a 76 0a 79 0a 7b 0a 7e 0a 7f 0a 7f 0a |l.r.v.y.{.~.....|
00000050
This is Debian GNU/Linux 5.0, amd64. Parrot is built with --optimize.
Change History
Note: See
TracTickets for help on using
tickets.
