1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Proposal for bugzilla
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%20for%20bugzilla&In-Reply-To=%3CAANLkTiniFL6-EmdHfYBVJH9W8fk04k2yasfxby4uph-t%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001850.html">
<LINK REL="Next" HREF="001854.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Proposal for bugzilla</H1>
<B>Ahmad Samir</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%20for%20bugzilla&In-Reply-To=%3CAANLkTiniFL6-EmdHfYBVJH9W8fk04k2yasfxby4uph-t%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Proposal for bugzilla">ahmadsamir3891 at gmail.com
</A><BR>
<I>Wed Dec 22 20:38:06 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="001850.html">[Mageia-dev] Proposal for bugzilla
</A></li>
<LI>Next message: <A HREF="001854.html">[Mageia-dev] Proposal for bugzilla
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1852">[ date ]</a>
<a href="thread.html#1852">[ thread ]</a>
<a href="subject.html#1852">[ subject ]</a>
<a href="author.html#1852">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 22 December 2010 21:30, Renaud MICHEL <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">r.h.michel+mageia at gmail.com</A>> wrote:
><i> On mercredi 22 décembre 2010 at 18:46, Ahmad Samir wrote :
</I>>><i> > Sorry for not beeing clear.
</I>>><i> > What I propose is not for the case 'a bug originates from more than
</I>>><i> > one package';
</I>>><i> > but for the case 'a bug manifests itself in than one package'.
</I>>><i>
</I>>><i> A bug that manifests in more than one package must originate from
</I>>><i> 'some package', that 'some package' is the only one that should be in
</I>>><i> the 'RPM Package' field; i.e that's the package that's going to need
</I>>><i> fixing.
</I>><i>
</I>><i> I agree, but that doesn't mean the user is able to identify the problematic
</I>><i> package, even if he has good knowledge of the way packages work.
</I>><i>
</I>><i> Let's say for example that there is a problem with libxy, it is compiled
</I>><i> with a bad combination of optimizations that make some of its functions
</I>><i> behave randomly.
</I>><i> appA appB and appC use libxy, but appC only use simple functions that are
</I>><i> not affected by the optimization problem, so only appA and appB behave
</I>><i> badly.
</I>><i> Even if the user know about packages dependencies, as appC work fine he may
</I>><i> not come to the conclusion that libxy is causing the problem.
</I>><i> But he may still consider the problems with appA and appB to be related
</I>><i> because they started at the same time (the latest update that included
</I>><i> libxy).
</I>><i> So if he can fill a single bug report for both appA and appB, that is a good
</I>><i> hint to the developer that he should investigate in the dependencies those
</I>><i> apps have in common.
</I>><i>
</I>><i> So if you accept only one package per bug report, it may be harder to find
</I>><i> the actual cause, as those two apps may be maintained by different people,
</I>><i> each investigating the problem for his own app.
</I>><i>
</I>><i> --
</I>><i> Renaud Michel
</I>><i>
</I>
Sure, but there's strace and gdb crash backtraces, that's what devs
use to find where a crash/bug happens, whether it's in their
package/code or somewhere else.
To be more clear it's "one bug per report", that bug originates from a
package, that's what gets to be put in the 'RPM Package' field; it's
not unheard of that the 'RPM Package' field is changed through out the
life cycle of a bug report.
--
Ahmad Samir
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001850.html">[Mageia-dev] Proposal for bugzilla
</A></li>
<LI>Next message: <A HREF="001854.html">[Mageia-dev] Proposal for bugzilla
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1852">[ date ]</a>
<a href="thread.html#1852">[ thread ]</a>
<a href="subject.html#1852">[ subject ]</a>
<a href="author.html#1852">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|