Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2010 11:53:44 -0700
From:      Garrett Cooper <yanefbsd@gmail.com>
To:        Torfinn Ingolfsen <tingox@gmail.com>
Cc:        ports@freebsd.org, x11@freebsd.org
Subject:   Re: [Call for Testing] X.org 7.5 for FreeBSD
Message-ID:  <7d6fde3d1003181153r673e97c2o621203508172bb41@mail.gmail.com>
In-Reply-To: <ef8c8a881003181116i5f59dc71ub00477469459924a@mail.gmail.com>
References:  <20100311134413.GH19740@bsdcrew.de> <7d6fde3d1003121409l7de396bake4409dddfb9f1783@mail.gmail.com> <ef8c8a881003130532i77648b22gd29269d5d2299ede@mail.gmail.com> <7d6fde3d1003131114x29db8e1coc188f6795c1194cb@mail.gmail.com> <ef8c8a881003141235m5876d0ady55d788a053cfd477@mail.gmail.com> <ef8c8a881003141304j562b5ffds469823eeaef39796@mail.gmail.com> <7d6fde3d1003141343o7a7f3f36n9a1eb447cdc5f1e6@mail.gmail.com> <ef8c8a881003151440x12c660a0o603d163ac845e53c@mail.gmail.com> <1268690553.2608.590.camel@balrog.2hip.net> <ef8c8a881003181116i5f59dc71ub00477469459924a@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 18, 2010 at 11:16 AM, Torfinn Ingolfsen <tingox@gmail.com> wrot=
e:
> Update:
>
> On Mon, Mar 15, 2010 at 11:02 PM, Robert Noland <rnoland@freebsd.org> wro=
te:
>>
>> On Mon, 2010-03-15 at 22:40 +0100, Torfinn Ingolfsen wrote:
>> > On Sun, Mar 14, 2010 at 9:43 PM, Garrett Cooper <yanefbsd@gmail.com>
>> > wrote:
>> >
>> > > =A0 =A0Could you compile xfce4-session with -g and attach gdb to it =
as
>> > > it's starting up to get a backtrace please?
>> >
>> >
>> > So I am guessing that running gdb on the core file I already have (fro=
m
>> > xfce4-session) isn't of any use?
>> > I'll have to figure out how to compil with -g and how to "attach gdb"
>> > then.
>>
>> "make -DWITH_DEBUG all deinstall reinstall"
>
> Ok, I finally found time to try this. After recompiling xfce4-session as
> stated above, I did a 'startxfce4' as root. After that I did 'gdb
> xfce4-session xfce4-session.core'
> Correct so far?
> On loading gdb prints:
> Core was generated by `xfce4-session'.
> Program terminated with signal 6, Aborted.
>
> then proceeds and load symbols.
> I then try a backtrace:
> (gdb) bt
> #0=A0 0x0000000804bbf91c in kill () from /lib/libc.so.7
> #1=A0 0x0000000804bbe71b in abort () from /lib/libc.so.7
> #2=A0 0x0000000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.=
so.3
> #3=A0 0x000000080416df55 in dbus_watch_handle () from
> /usr/local/lib/libdbus-1.so.3
> #4=A0 0x0000000804163046 in dbus_message_new_signal () from
> /usr/local/lib/libdbus-1.so.3
> #5=A0 0x00000008040271e9 in dbus_g_connection_register_g_object () from
> /usr/local/lib/libdbus-glib-1.so.2
> #6=A0 0x00000008042909ef in g_closure_invoke () from
> /usr/local/lib/libgobject-2.0.so.0
> #7=A0 0x00000008042a4547 in g_signal_parse_name () from
> /usr/local/lib/libgobject-2.0.so.0
> #8=A0 0x00000008042a5f96 in g_signal_emit_valist () from
> /usr/local/lib/libgobject-2.0.so.0
> #9=A0 0x00000008042a6353 in g_signal_emit () from
> /usr/local/lib/libgobject-2.0.so.0
> #10 0x000000000040f664 in xfsm_client_set_state (client=3D0x804e56400,
> state=3DXFSM_CLIENT_SAVINGLOCAL) at xfsm-client.c:344
> #11 0x0000000000414c35 in xfsm_manager_register_client (manager=3D0x804e1=
e810,
> client=3D0x804e56400, previous_id=3D0x0) at xfsm-manager.c:909
> #12 0x000000000040da34 in sm_register_client (sms_conn=3D0x804e39300,
> client_data=3D0x804e56400, previous_id=3D0x0) at sm-layer.c:210
> #13 0x0000000800f25abe in _SmsProcessMessage () from
> /usr/local/lib/libSM.so.6
> #14 0x0000000801039cd0 in IceProcessMessages () from
> /usr/local/lib/libICE.so.6
> #15 0x000000000040aeb2 in ice_process_messages (channel=3D0x804e8c100,
> condition=3DG_IO_IN, user_data=3D0x804e72f80) at ice-layer.c:111
> #16 0x00000008043fe692 in g_main_context_dispatch () from
> /usr/local/lib/libglib-2.0.so.0
> #17 0x0000000804401a2e in g_main_context_check () from
> /usr/local/lib/libglib-2.0.so.0
> #18 0x0000000804401d19 in g_main_loop_run () from
> /usr/local/lib/libglib-2.0.so.0
> #19 0x0000000801384743 in gtk_main () from
> /usr/local/lib/libgtk-x11-2.0.so.0
> #20 0x000000000040bbea in main (argc=3D1, argv=3D0x7fffffffea08) at main.=
c:299
> (gdb)
>
> What next?
>
>>
>> works in most cases. =A0If your existing core doesn't have symbols, then
>> no it won't offer much insight.
>
> Noted.

Here's the problem area that needs inspecting:

#2  0x0000000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3

do:

1. make -C $PORTSDIR/*/dbus extract
2. Find the file where dbus_malloc is defined.
3. Look for an abort.

The pain in the ass part about dbus is that while it's a fairly well
formed communication bus, if the implementing party isn't properly
transmitting messages, then stuff goes south quickly, but dies without
much helpful noise.

But in the meantime, your console may have some helpful messages worth
looking at.

HTH,
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7d6fde3d1003181153r673e97c2o621203508172bb41>