After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347556 - bug-buddy should be able to get complete stack trace to help developers analysing a bug.
bug-buddy should be able to get complete stack trace to help developers analy...
Status: VERIFIED DUPLICATE of bug 331004
Product: bug-buddy
Classification: Deprecated
Component: general
2.12.x
Other All
: Normal enhancement
: ---
Assigned To: Bug-buddy Maintainers
Bug-buddy Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-14 21:26 UTC by natraj
Modified: 2006-07-15 00:55 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description natraj 2006-07-14 21:26:54 UTC
bug-buddy some times is not able to get the required stack trace. I see below message in lot of evolution bug updates.

<snip>
 that stack trace is not very useful in determining the cause of the crash. Can  
 you get us one with debugging symbols? Please see
 http://live.gnome.org/GettingTraces   for more information on how to do so.
<snip>

Some times the user who submits the bug is not able to get back to the developer with the required stack trace for various reasons and the developer cannot fix the bug because the user have not given the required info.
Comment 1 Sergej Kotliar 2006-07-14 22:43:00 UTC
Well, the message you see is a standardized message that can be pasted with the click of a mouse.
The thing is, that debugging symbols, which are requested by that message are often stripped out by distributions. Why? Because they waste a lot of precious space, and many users never help debug bugs anyway...
Bug buddy gets the best stack trace that is possible, and if the user really does want to help out, he can follow the instructions and help reproduce the bug...

Not much that can be done by bug-buddy, I'm afraid...
Comment 2 Olav Vitters 2006-07-14 22:46:00 UTC
Bug-Buddy could either:
1. Submit MD5 sums of all libs, and have a server which does the 'add debug symbol magic'. This is very very very hard to do.
2. Automatically install required debug symbols for the user. Also very hard as this differs per distro and not every distro has debug symbols for every package.
Comment 3 Olav Vitters 2006-07-14 22:46:23 UTC

*** This bug has been marked as a duplicate of 331004 ***