public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Randall R Schulz <rrschulz@cris.com>
To: Marc Chantreux <chantreux.marc@wanadoo.fr>, cygwin@cygwin.com
Subject: Re: cygwin randomly pauses under Win2k
Date: Wed, 17 Apr 2002 12:43:00 -0000	[thread overview]
Message-ID: <5.1.0.14.2.20020417120421.025ae8c8@pop3.cris.com> (raw)
In-Reply-To: <3CBDC514.8050604@wanadoo.fr>

Marc,

Yes.

% strace --version
trace V1.0, Copyright (C) 2001, 2002 Red Hat Inc., Feb 25 2002

% strace --help
Usage: strace [OPTIONS] <command-line>
  -b, --buffer-size=SIZE       set size of output file buffer
  -d, --no-delta               don't display the delta-t microsecond timestamp
  -f, --trace-children         also trace forked child processes
  -h, --help                   display this help info
  -m, --mask=MASK              set message filter mask
  -o, --output=FILENAME        set output file to FILENAME
  -p, --pid=n                  attach to executing program with cygwin pid n
  -n, --crack-error-numbers    output descriptive text instead of error
                               numbers for Windows errors
  -S, --flush-period=PERIOD    flush buffered strace output every PERIOD secs
  -t, --timestamp              use an absolute hh:mm:ss timestamp insted of the
                               default microsecond timestamp.  Implies -d
  -v, --version                display version info
  -w, --new-window             spawn program under test in a new window

    MASK can be any combination of the following mnemonics and/or hex values
    (0x is optional).  Combine masks with '+' or ',' like so:

                      --mask=wm+system,malloc+0x00800

    Mnemonic Hex     Corresponding Def  Description
    =========================================================================
    all      0x00001 (_STRACE_ALL)      All strace messages.
    flush    0x00002 (_STRACE_FLUSH)    Flush output buffer after each message.
    inherit  0x00004 (_STRACE_INHERIT)  Children inherit mask from parent.
    uhoh     0x00008 (_STRACE_UHOH)     Unusual or weird phenomenon.
    syscall  0x00010 (_STRACE_SYSCALL)  System calls.
    startup  0x00020 (_STRACE_STARTUP)  argc/envp printout at startup.
    debug    0x00040 (_STRACE_DEBUG)    Info to help debugging.
    paranoid 0x00080 (_STRACE_PARANOID) Paranoid info.
    termios  0x00100 (_STRACE_TERMIOS)  Info for debugging termios stuff.
    select   0x00200 (_STRACE_SELECT)   Info on ugly select internals.
    wm       0x00400 (_STRACE_WM)       Trace Windows msgs (enable _strace_wm).
    sigp     0x00800 (_STRACE_SIGP)     Trace signal and process handling.
    minimal  0x01000 (_STRACE_MINIMAL)  Very minimal strace output.
    exitdump 0x04000 (_STRACE_EXITDUMP) Dump strace cache on exit.
    system   0x08000 (_STRACE_SYSTEM)   Serious error which goes to console and log.
    nomutex  0x10000 (_STRACE_NOMUTEX)  Don't use mutex for synchronization.
    malloc   0x20000 (_STRACE_MALLOC)   Trace malloc calls.
    thread   0x40000 (_STRACE_THREAD)   Thread-locking calls.


Randall Schulz
Mountain View, CA USA


At 11:55 2002-04-17, Marc Chantreux wrote:
>is strace/ltrace available on cygwin ??? :)
>
>I've just run the setup.exe but i don't find it ! not more on the web:(
>
>Marc


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

  parent reply	other threads:[~2002-04-17 19:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3CB43BBD0072ED1B@>
2002-04-17 12:07 ` Marc Chantreux
2002-04-17 12:15   ` where is strace? Michael A Chase
2002-04-17 13:52     ` Marc Chantreux
2002-04-17 12:43   ` Randall R Schulz [this message]
2002-04-18 11:17 cygwin randomly pauses under Win2k Heribert Dahms
2002-04-18 12:39 ` Chris January
     [not found] <E16xVQZ-0005tK-00@m1.dnsix.com>
2002-04-18  8:42 ` Chris January
2002-04-18  8:57   ` Christopher Faylor
2002-04-18  9:17     ` Corinna Vinschen
2002-04-18  9:59       ` Christopher Faylor
2002-04-18  9:40     ` Chris January
2002-04-18  9:26   ` Mark Paulus
     [not found] <20020416160351.C85D922A45@flognat.myip.org>
2002-04-16 10:45 ` Andrew Markebo
     [not found] <200204161603.MAA27469@acestes-fe0.ultra.net>
2002-04-16  9:45 ` Larry Hall (RFK Partners, Inc)
2002-04-17 10:01   ` Mark Paulus
     [not found]   ` <200204171655.MAA15550@acestes-fe0.ultra.net>
2002-04-17 10:33     ` Larry Hall (RFK Partners, Inc)
2002-04-17 11:14       ` Mark Paulus
  -- strict thread matches above, loose matches on Subject: below --
2002-04-16  9:18 Mark Paulus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.2.20020417120421.025ae8c8@pop3.cris.com \
    --to=rrschulz@cris.com \
    --cc=chantreux.marc@wanadoo.fr \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).