[Bug 28543] New: crash dialog should show backtrace, so user can attach to bug
http://bugs.winehq.org/show_bug.cgi?id=28543 Bug #: 28543 Summary: crash dialog should show backtrace, so user can attach to bug Product: Wine Version: 1.3.29 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Classification: Unclassified Should show backtrace in edit box. Bonus points to allow saving to a .txt file. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs(a)o2.co.uk -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de, | |wine.dev(a)web.de Target Milestone|--- |1.4.0 --- Comment #1 from André H. <nerv(a)dawncrow.de> 2011-10-02 07:16:55 CDT --- nominating for 1.4 as of AJs keynote on wineconf 2011 wasn't Detlef working on it? For ARM i dived into the debugger code too, so maybe i could do it if Detlef has no code yet. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com --- Comment #2 from fracting <fracting(a)gmail.com> 2011-10-02 09:10:12 CDT --- I suggest to append `wine --version`, `uname -a`, `lsb_release -a`, `echo $LANG`, `ps aux | grep win`, graphic driver, sound driver and other useful information in the crash dialog text, that will help wine developers save a lot of time especially when the reporter didn't provide such information ;p -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #3 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-10-02 09:21:32 CDT --- And a big sign stating "DO NOT PASTE - ATTACH IN A TEXT FILE". -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #4 from fracting <fracting(a)gmail.com> 2011-10-02 09:36:03 CDT --- (In reply to comment #3)
And a big sign stating "DO NOT PASTE - ATTACH IN A TEXT FILE".
+1 I think something like ubuntu-bug/apport-bug will very good for collect information, the ubuntu-bug command can automatic submit information as attachment to launchpad bugzilla, that will solve the "DO NOT PASTE" problem graceful. However, the back traces are usually useless without debugging symbols, what about a sign for stating "Please install winedbg and reproduce the problem again" ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2011-10-02 09:42:32 CDT --- (In reply to comment #4)
(In reply to comment #3)
And a big sign stating "DO NOT PASTE - ATTACH IN A TEXT FILE".
+1
I think something like ubuntu-bug/apport-bug will very good for collect information, the ubuntu-bug command can automatic submit information as attachment to launchpad bugzilla, that will solve the "DO NOT PASTE" problem graceful.
This has been discussed before, though that's a much larger task. Small steps...
However, the back traces are usually useless without debugging symbols, what about a sign for stating "Please install winedbg and reproduce the problem again" ?
Perhaps, or we can play it by ear and ask the user after uploading a backtrace that is incomplete. Besides, the package name changes for each distro.. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #6 from André H. <nerv(a)dawncrow.de> 2011-10-03 12:45:31 CDT --- Meanwhile i started coding, saving it to a txt file seems not to be a big deal -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, integration, | |source --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2011-10-03 13:17:53 CDT --- Note that whomever gets this in gets an automatic Julliard rank boost ;) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2011-10-05 16:49:39 CDT --- http://source.winehq.org/patches/data/79603 http://source.winehq.org/patches/data/79604 http://source.winehq.org/patches/data/79605 woo! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com Component|-unknown |winedbg --- Comment #9 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-10-30 18:16:48 CDT --- What happened to the patches? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2011-10-31 12:13:32 CDT --- (In reply to comment #9)
What happened to the patches?
André was reworking them after feedback from AJ on IRC (dialog should be resizable, backtrace viewable before saving, etc.). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #11 from André H. <nerv(a)dawncrow.de> 2011-10-31 13:17:09 CDT --- and so there are: http://source.winehq.org/patches/data/80296 http://source.winehq.org/patches/data/80297 http://source.winehq.org/patches/data/80298 still with status NEW (as in "do not ask") ;) ... i need to have a look again, but time is the problem, maybe in some weeks -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 --- Comment #12 from André H. <nerv(a)dawncrow.de> 2011-12-23 08:14:39 CST --- http://source.winehq.org/patches/data/82065 http://source.winehq.org/patches/data/82066 http://source.winehq.org/patches/data/82067 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 Sylvain Petreolle <spetreolle(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle(a)yahoo.fr -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |dcd5643f74df5301e667337f6ce | |6a609f4d99043 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2012-01-17 14:07:20 CST --- http://source.winehq.org/git/wine.git/commitdiff/dcd5643f74df5301e667337f6ce... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28543 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2012-01-27 14:17:35 CST --- Closing bugs fixed in 1.4-rc1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org