[BASH] Backtick problem still NOTsolved! [STRACE output inside]

Andreas Eibach a.eibach@gmx.net
Mon Sep 25 05:43:00 GMT 2000


> Sounds as if you have a problem with the backtick...
>
> But most important:
>
> - Did you try to _debug_ the problem?
>   Gdb and strace are part of the distro.

YUP, thanks!!

That's what I did:

$ cat
 test``

This is my strace output: (like you can see, I've typed two backticks
with a space followed each, but only the space.(0x20 / dec. #32) is
recognized, the other part is regarded as if not there:

**********************************************
Program name: D:\CYGWIN32\BIN\CAT.EXE
App version:  1001.2, api: 0.21
DLL version:  1001.4, api: 0.26
DLL build:    2000-08-03 20:53
OS version:   Windows 95-4.0
Date/Time:    2000-09-25 10:22:24
**********************************************
<snip>

  544  562239 [main] CAT 1027 setmode: setmode (1, text) returns binary
16339  578578 [main] CAT 1027 time: 969870145 = time (0)
 2364  580942 [main] CAT 1027 _fstat: 0 = fstat (0, 253FCD8)
12230  593172 [main] CAT 1027 set_sig_errno: errno 0
 1755  594927 [main] CAT 1027 _read: read (0, 0x45710F0, 1024)
  546  595473 [main] CAT 1027 _read: non-interruptible read

8683926 9279399 [main] CAT 1027 fhandler_termios::line_edit: char t
 3004 9282403 [main] CAT 1027 fhandler_console::write: 253FB1B, 1
 1742 9284145 [main] CAT 1027 fhandler_console::write: at 116(t) state is 1
10721 9294866 [main] CAT 1027 fhandler_console::write: 1 = write_console
(,..1)

1779299 11074165 [main] CAT 1027 fhandler_termios::line_edit: char e
 1977 11076142 [main] CAT 1027 fhandler_console::write: 253FB1B, 1
 1571 11077713 [main] CAT 1027 fhandler_console::write: at 101(e) state is 1
 3059 11080772 [main] CAT 1027 fhandler_console::write: 1 = write_console
(,..1)

1634141 12714913 [main] CAT 1027 fhandler_termios::line_edit: char s
 2979 12717892 [main] CAT 1027 fhandler_console::write: 253FB1B, 1
 1672 12719564 [main] CAT 1027 fhandler_console::write: at 115(s) state is 1
 9237 12728801 [main] CAT 1027 fhandler_console::write: 1 = write_console
(,..1)

1544859 14273660 [main] CAT 1027 fhandler_termios::line_edit: char t
 3045 14276705 [main] CAT 1027 fhandler_console::write: 253FB1B, 1
 1596 14278301 [main] CAT 1027 fhandler_console::write: at 116(t) state is 1
 2783 14281084 [main] CAT 1027 fhandler_console::write: 1 = write_console
(,..1)

7207450 21488534 [main] CAT 1027 fhandler_termios::line_edit: char 0x20
 3069 21491603 [main] CAT 1027 fhandler_console::write: 253FB1B, 1
 1606 21493209 [main] CAT 1027 fhandler_console::write: at 32(0x20) state is
1
 2975 21496184 [main] CAT 1027 fhandler_console::write: 1 = write_console
(,..1)

6116442 27612626 [main] CAT 1027 fhandler_termios::line_edit: char 0x20
 3044 27615670 [main] CAT 1027 fhandler_console::write: 253FB1B, 1
 1621 27617291 [main] CAT 1027 fhandler_console::write: at 32(0x20) state is
1
 3046 27620337 [main] CAT 1027 fhandler_console::write: 1 = write_console
(,..1)

Andreas




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list