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
no backtrace in console
Re: no backtrace in console
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".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
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.
no backtrace in console
On Thu, May 29, 2008 at 11:50 AM, chourmovs <[email protected]> wrote:
Open two terminals:
Terminal 1:
$ wine your_app.exe #crash, but no backtrace
Terminal 2:
$ winedbg
Pretty simple:woow
maybe i have to read the documentation for a "how to" ....
Thank you
Open two terminals:
Terminal 1:
$ wine your_app.exe #crash, but no backtrace
Terminal 2:
$ winedbg
Copy and paste into text file, and attach to bug.bt all