no backtrace in console

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

no backtrace in console

Post by chourmovs »

buggzilla maintainer tell me "there's no backtrace in console output" in comment to my newly posted bug

here is the bug: http://bugs.winehq.org/show_bug.cgi?id=13450

i don't understand this and if i have something to do
Thank you for explanations

Vincent
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: no backtrace in console

Post by vitamin »

chourmovs wrote:buggzilla maintainer tell me "there's no backtrace in console output" in comment to my newly posted bug

here is the bug: http://bugs.winehq.org/show_bug.cgi?id=13450

i don't understand this and if i have something to do
Thank you for explanations
Usually when something crashes Wine attaches it's own debugger and generating a backtrace of the crash. In some cases, programs might intercept this and create their own "bug report", "crash dump" or just "memory dump".

If you don't get a backtrace from Wine, then try to find that other report and attach it. Or if it's a memory dump - load it with winedbg and do 'bt all'. Then attach the output.
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

Post by chourmovs »

woow :?

maybe i have to read the documentation for a "how to" ....

Thank you
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

no backtrace in console

Post by austin987 »

On Thu, May 29, 2008 at 11:50 AM, chourmovs <[email protected]> wrote:
woow :?

maybe i have to read the documentation for a "how to" ....

Thank you





Pretty simple:

Open two terminals:
Terminal 1:
$ wine your_app.exe #crash, but no backtrace

Terminal 2:
$ winedbg
bt all
Copy and paste into text file, and attach to bug.
Greyvend
Newbie
Newbie
Posts: 2
Joined: Wed Jul 11, 2012 1:23 am

Post by Greyvend »

And what to do if the application closes immediately after crushing?
Locked