diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-July/017106.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-July/017106.html | 163 |
1 files changed, 163 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-July/017106.html b/zarb-ml/mageia-dev/2012-July/017106.html new file mode 100644 index 000000000..879628408 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-July/017106.html @@ -0,0 +1,163 @@ +<!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=%3C20120702204520.3de89d11%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="017097.html"> + <LINK REL="Next" HREF="017110.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] net_applet segfaulting</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20net_applet%20segfaulting&In-Reply-To=%3C20120702204520.3de89d11%40lap.shlomifish.org%3E" + TITLE="[Mageia-dev] net_applet segfaulting">shlomif at shlomifish.org + </A><BR> + <I>Mon Jul 2 19:45:20 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="017097.html">[Mageia-dev] Evolution strange menus +</A></li> + <LI>Next message: <A HREF="017110.html">[Mageia-dev] some problem using convert from imagemagick +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17106">[ date ]</a> + <a href="thread.html#17106">[ thread ]</a> + <a href="subject.html#17106">[ subject ]</a> + <a href="author.html#17106">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Robert, + +please reply to the list. + +On Mon, 02 Jul 2012 19:17:45 +0200 +Robert Fox <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">list at foxconsult.net</A>> wrote: + +><i> On Mon, 2012-07-02 at 13:14 +0300, Shlomi Fish wrote: +</I>><i> > Hi Robert, +</I>><i> > +</I>><i> > On Mon, 02 Jul 2012 09:05:46 +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> > > +</I>><i> > > On Sun, 2012-07-01 at 18:15 +0300, Shlomi Fish wrote: +</I>><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>><i> > > +</I>><i> > > Thanks Shlomi! Here's the results - I guess I need to open a formal bug +</I>><i> > > now: +</I>><i> > +</I>><i> > You're welcome. However, it seems that your stack trace is missing some debug +</I>><i> > packages. Please try to install them and to reproduce the stack trace again. +</I>><i> > +</I>><i> > Regards, +</I>><i> > +</I>><i> > Shlomi Fish +</I>><i> > +</I>><i> +</I>><i> Hello Shlomi - I installed what Thierry Vignaud suggested: +</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> +Looks fine. + +><i> 2) run "gdb perl /usr/bin/net_applet" +</I> +That's wrong - it should just be "gdb perl". + +><i> 3) type "run" to start it from the debuger +</I> +"run /usr/bin/net_applet". + +><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> What am I missing?? +</I>><i> +</I> +I don't think you're missing anything. Don't know what the problem is, but +maybe gdb does not load all the debug symbols. There's a related bug report +about it here: + +<A HREF="https://bugs.mageia.org/show_bug.cgi?id=3417">https://bugs.mageia.org/show_bug.cgi?id=3417</A> + +Regards, + + Shlomi Fish + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +List of Portability Libraries - <A HREF="http://shlom.in/port-libs">http://shlom.in/port-libs</A> + +<PerlJam> I’m trying to achieve world peace and this regex is the last thing +standing in my way! ;) + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="017097.html">[Mageia-dev] Evolution strange menus +</A></li> + <LI>Next message: <A HREF="017110.html">[Mageia-dev] some problem using convert from imagemagick +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17106">[ date ]</a> + <a href="thread.html#17106">[ thread ]</a> + <a href="subject.html#17106">[ subject ]</a> + <a href="author.html#17106">[ 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> |