How to debug?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Dotan Cohen

How to debug?

Post by Dotan Cohen »

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
×
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to debug?

Post by austin987 »

On Fri, Mar 14, 2008 at 7:15 PM, Dotan Cohen <[email protected]> wrote:
[quote]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
×
Dotan Cohen

How to debug?

Post by Dotan Cohen »

On 15/03/2008, Austin English <[email protected]> wrote:
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.
Thank you. Just to clarify, are the commas in your post supposed to be
there, or are they copy-pasted from my mail?

Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
×
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to debug?

Post by austin987 »

On Fri, Mar 14, 2008 at 7:36 PM, Dotan Cohen <[email protected]> wrote:
On 15/03/2008, Austin English <[email protected]> wrote:
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.
Thank you. Just to clarify, are the commas in your post supposed to be
there, or are they copy-pasted from my mail?
Yes, they need to be there. If you have multiple debug channels,
separate them with commas. See also:
http://wiki.winehq.org/DebugChannels
Dotan Cohen

How to debug?

Post by Dotan Cohen »

On 15/03/2008, Dotan Cohen <[email protected]> wrote:
Thank you. Just to clarify, are the commas in your post supposed to be
there, or are they copy-pasted from my mail?
Sorry, on this page: http://wiki.winehq.org/DebugChannels
I see that the commas are supposed to be there.

Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
×
Dotan Cohen

How to debug?

Post by Dotan Cohen »

On 15/03/2008, Austin English <[email protected]> wrote:
Yes, they need to be there. If you have multiple debug channels,
separate them with commas. See also:
http://wiki.winehq.org/DebugChannels
Ah, you beat me to it!

Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
×
Locked