On Fri, Mar 14, 2008 at 7:15 PM, Dotan Cohen <dotancohen at gmail.com>
wrote:> In a wine bug report I have been asked to attach a compressed
> +tid,+seh,+relay,+msi log. I have been googling for over two hours
> trying to find out just how to do that. Can someone please RTFM me
> with a link to information that explains how to do that? If you find
> it via google, I would like to know what keywords you used. Thanks in
> advance.
>
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
> ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>
Hmm, doesn't seem to be in the FAQ, perhaps it should be added.
To answer your question, in terminal:
$ WINEDEBUG=+tid,+seh,+relay,+msi wine your_program.exe &> /tmp/log.txt
And attach /tmp/log.txt to the bug.