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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] net_applet segfaulting
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20net_applet%20segfaulting&In-Reply-To=%3C1341212746.18577.0.camel%40ThinkFox%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="017052.html">
<LINK REL="Next" HREF="017095.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] net_applet segfaulting</H1>
<B>Robert Fox</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20net_applet%20segfaulting&In-Reply-To=%3C1341212746.18577.0.camel%40ThinkFox%3E"
TITLE="[Mageia-dev] net_applet segfaulting">list at foxconsult.net
</A><BR>
<I>Mon Jul 2 09:05:46 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="017052.html">[Mageia-dev] net_applet segfaulting
</A></li>
<LI>Next message: <A HREF="017095.html">[Mageia-dev] net_applet segfaulting
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17086">[ date ]</a>
<a href="thread.html#17086">[ thread ]</a>
<a href="subject.html#17086">[ subject ]</a>
<a href="author.html#17086">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
On Sun, 2012-07-01 at 18:15 +0300, Shlomi Fish wrote:
><i> On Sun, 01 Jul 2012 14:55:25 +0200
</I>><i> Robert Fox <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">list at foxconsult.net</A>> wrote:
</I>><i>
</I>><i> > On Tue, 2012-06-19 at 19:46 +0200, Thierry Vignaud wrote:
</I>><i> > > On 19 June 2012 16:01, Robert Fox <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">list at foxconsult.net</A>> wrote:
</I>><i> > > > So for some unexplained reason it segfaults and I have to start it
</I>><i> > > > again.
</I>><i> > >
</I>><i> > > Please:
</I>><i> > > 1) install perl-debug glibc-debug perl-Glib-debug perl-Gtk2-debug
</I>><i> > > gtk2.0-debug gdb
</I>><i> > > 2) run "gdb perl /usr/bin/net_applet"
</I>><i> > > 3) type "run" to start it from the debuger
</I>><i> > > 4) type "bt" to get a backstrace once it segfaulted
</I>><i> > > 5) paste the backtrace in a text file you'll _attach_ to a bug report
</I>><i> >
</I>><i> That's the wrong way to invoke gdb. You need:
</I>><i>
</I>><i> $ gdb /usr/bin/perl
</I>><i>
</I>><i> And in the gdb prompt:
</I>><i>
</I>><i> $ r /usr/bin/net_applet
</I>><i>
</I>><i> You can also use a --command start-up flag for that.
</I>><i>
</I>><i> Regards,
</I>><i>
</I>><i> Shlomi Fish
</I>><i>
</I>><i>
</I>
Thanks Shlomi! Here's the results - I guess I need to open a formal bug
now:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe8043700 (LWP 5147)]
Perl_csighandler (sig=17, sip=<optimized out>, uap=<optimized out>) at
mg.c:1381
1381 (sig == SIGSEGV || (PL_signals &
PERL_SIGNALS_UNSAFE_FLAG)))
(gdb) bt
#0 Perl_csighandler (sig=17, sip=<optimized out>, uap=<optimized out>)
at mg.c:1381
#1 <signal handler called>
#2 0x00007ffff6a8f378 in __GI___poll (fds=<optimized out>,
nfds=<optimized out>, timeout=<optimized out>)
at ../sysdeps/unix/sysv/linux/poll.c:87
#3 0x00007ffff2b06ef6 in ?? () from /lib/../lib64/libglib-2.0.so.0
#4 0x00007ffff2b0735a in g_main_loop_run ()
from /lib/../lib64/libglib-2.0.so.0
#5 0x00007fffec67b4e6 in ?? () from /lib64/libgio-2.0.so.0
#6 0x00007ffff2b28ac5 in ?? () from /lib/../lib64/libglib-2.0.so.0
#7 0x00007ffff6d51c7d in start_thread (arg=0x7fffe8043700) at
pthread_create.c:301
#8 0x00007ffff6a97f4d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#9 0x0000000000000000 in ?? ()
R.Fox
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="017052.html">[Mageia-dev] net_applet segfaulting
</A></li>
<LI>Next message: <A HREF="017095.html">[Mageia-dev] net_applet segfaulting
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17086">[ date ]</a>
<a href="thread.html#17086">[ thread ]</a>
<a href="subject.html#17086">[ subject ]</a>
<a href="author.html#17086">[ 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>
|