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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] urpmi segfaults on the build system (was Re: Our BS is about to eat packages?)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20urpmi%20segfaults%20on%20the%20build%20system%20%28was%20Re%3A%20Our%20BS%20is%0A%09about%20to%20eat%20packages%3F%29&In-Reply-To=%3Cm3sjbt1zw4.fsf_-_%40euphor.blino.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018124.html">
<LINK REL="Next" HREF="018054.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] urpmi segfaults on the build system (was Re: Our BS is about to eat packages?)</H1>
<B>Olivier Blin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20urpmi%20segfaults%20on%20the%20build%20system%20%28was%20Re%3A%20Our%20BS%20is%0A%09about%20to%20eat%20packages%3F%29&In-Reply-To=%3Cm3sjbt1zw4.fsf_-_%40euphor.blino.org%3E"
TITLE="[Mageia-dev] urpmi segfaults on the build system (was Re: Our BS is about to eat packages?)">mageia at blino.org
</A><BR>
<I>Sat Aug 11 12:33:47 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018124.html">[Mageia-dev] Fwd: [Bugsquad] KDE BugDays for Kmail on 18/19 and 25/26 August - please join the fun!
</A></li>
<LI>Next message: <A HREF="018054.html">[Mageia-dev] urpmi segfaults on the build system (was Re: Our BS is about to eat packages?)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18052">[ date ]</a>
<a href="thread.html#18052">[ thread ]</a>
<a href="subject.html#18052">[ subject ]</a>
<a href="author.html#18052">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>nicolas vigier <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">boklm at mars-attacks.org</A>> writes:
><i> On Mon, 29 Aug 2011, Michael Scherer wrote:
</I>
[...]
>><i> > After looking at the problem, I suspect it could be linked to texmf.
</I>>><i> > Each time iurt install it, the process stop.
</I>>><i>
</I>>><i> Boklm found the problem, it was urpmi segfaulting.
</I>>><i>
</I>>><i> We remove the chroot, and thing seems to be ok now again.
</I>><i>
</I>><i> But we probably still have the problem, as segfaults seems to be
</I>><i> happenning not all the time.
</I>><i>
</I>><i> After succesfully reproducing the error using the old chroot and running
</I>><i> urpmi several times, the backtrace :
</I>><i>
</I>><i> #0 0xf7405b29 in _int_malloc () from /lib/i686/libc.so.6
</I>><i> #1 0xf7408177 in malloc () from /lib/i686/libc.so.6
</I>><i> #2 0xf6eadfa8 in __os_malloc (env=0xb442db8, size=4149199776, storep=0xffbbf5cc) at ../os/os_alloc.c:253
</I>><i> #3 0xf6eac47c in __memp_sync_int (env=0xb442db8, dbmfp=0xb893130, trickle_max=0, flags=8, wrote_totalp=0x0, interruptedp=0x0)
</I>><i> at ../mp/mp_sync.c:294
</I>><i> #4 0xf6eacfaf in __memp_fsync (dbmfp=0xb893130) at ../mp/mp_sync.c:202
</I>><i> #5 0xf6e3cdf9 in __db_sync (dbp=0xb8963e8) at ../db/db_am.c:706
</I>><i> #6 0xf6e3aa68 in __db_refresh (dbp=0xb8963e8, txn=0x0, flags=0, deferred_closep=0xffbbf6fc, reuse=0) at ../db/db.c:819
</I>><i> #7 0xf6e3adc5 in __db_close (dbp=0xb8963e8, txn=0x0, flags=0) at ../db/db.c:695
</I>><i> #8 0xf6e52a38 in __db_close_pp (dbp=0xb8963e8, flags=0) at ../db/db_iface.c:253
</I>><i> #9 0xf72fec45 in db3close (dbi=0xb893030, flags=0) at backend/db3.c:494
</I>><i> #10 0xf73071c6 in dbiClose (db=0xb2b6950) at ../lib/rpmdb_internal.h:453
</I>><i> #11 rpmdbClose (db=0xb2b6950) at rpmdb.c:852
</I>><i> #12 0xf73379d6 in rpmtsCloseDB (ts=0xb231b20) at rpmts.c:64
</I>><i> #13 0xf7337a48 in rpmtsFree (ts=0xb231b20) at rpmts.c:567
</I>><i> #14 0xf736c7a1 in XS_URPM__DB_DESTROY (my_perl=0x8d42008, cv=0x8e2d420) at URPM.xs:2794
</I>
[...]
Hello,
After hitting the issue yesterday with the "git" package, we had a look
at the issue together with pterjan.
I had to merge some patches in valgrind to support the new compressed
debug info first, but then valgrind spotted some interesting issues.
pterjan fixed some of them, fixes are now in perl-URPM 4.12.
It should help preventing "build loops" in the BS.
Attached is the valgrind log with remaining issues, maybe insightful for
Titi.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: valgrind.log.bz2
Type: application/x-bzip2
Size: 7174 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20120811/3ce980ee/attachment.bz2>
-------------- next part --------------
--
Olivier Blin - blino
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018124.html">[Mageia-dev] Fwd: [Bugsquad] KDE BugDays for Kmail on 18/19 and 25/26 August - please join the fun!
</A></li>
<LI>Next message: <A HREF="018054.html">[Mageia-dev] urpmi segfaults on the build system (was Re: Our BS is about to eat packages?)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18052">[ date ]</a>
<a href="thread.html#18052">[ thread ]</a>
<a href="subject.html#18052">[ subject ]</a>
<a href="author.html#18052">[ 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>
|