<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">Vitaly V. Ch</b> &lt;<a href="mailto:vitaly.v.ch@gmail.com">vitaly.v.ch@gmail.com</a>&gt;<br>Date: Oct 23, 2007 4:52 PM
<br>Subject: Re: SEGV in dbus-ping-send.c<br>To: Rafaël Carré &lt;<a href="mailto:funman@videolan.org">funman@videolan.org</a>&gt;<br><br></span>Hm. It&#39;s success. Thanks<br>But At now I have another troubles with dbus-ping-listen.
<br><br>sources and valgrind log is attached<br><br>bash-3.1# gdb ./dbus-ping-listen<span class="q"><br>GNU gdb 6.6<br>Copyright (C) 2006 Free Software Foundation, Inc.
<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.<br>Type &quot;show copying&quot; to see the conditions.<br>

There is absolutely no warranty for GDB.&nbsp; Type &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;i486-slackware-linux&quot;...<br>Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.
<br></span>(gdb) run<br>Starting program: /root/projects.izum/dbus.ping/dbus-ping-listen <br>Ping received: Ping!<span class="q"><br><br>Program received signal SIGSEGV, Segmentation fault.<br></span>0xb7d4e0c7 in free () from /lib/libc.so.6
<br>(gdb) bt
<br>#0&nbsp; 0xb7d4e0c7 in free () from /lib/libc.so.6<br>#1&nbsp; 0xb7f17e91 in dbus_free () from /usr/lib/libdbus-1.so.3<br>#2&nbsp; 0x080488db in signal_filter (connection=0x804b6e8, message=0x804bb10, user_data=0x804ae88) at dbus-ping-listen.c

:57<br>#3&nbsp; 0xb7efea2c in dbus_connection_dispatch () from /usr/lib/libdbus-1.so.3<br>#4&nbsp; 0xb7f2b56d in ?? () from /usr/lib/libdbus-glib-1.so.2<br>#5&nbsp; 0x0804b6e8 in ?? ()<br>#6&nbsp; 0x0804d4b8 in ?? ()<br>#7&nbsp; 0xbfbbf188 in ?? ()
<br>#8&nbsp; 0xb7e69da2 in g_slist_prepend () from /usr/lib/libglib-2.0.so.0<br>#9&nbsp; 0xb7e51b11 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0<br>#10 0xb7e54b86 in ?? () from /usr/lib/libglib-2.0.so.0<br>#11 0x0804a008 in ?? ()
<br>#12 0x00000000 in ?? ()<span class="q"><br>(gdb) quit<br>The program is running.&nbsp; Exit anyway? (y or n) y<br>bash-3.1#<br><br><br><br></span><div><span class="e" id="q_115cd22ca0a885d4_6"><div><span class="gmail_quote">
On 10/23/07, <b class="gmail_sendername">Rafaël Carré</b> &lt;<a href="mailto:funman@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
funman@videolan.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br>

<br>Vitaly V. Ch a écrit :<br>&gt; I receive unexpected SIGSEGV at trying to start dbus-ping-send from<br>&gt; examples.<br>&gt;<br>&gt; dbus-ping-send.c is attached.<br>&gt;<br>&gt; system slackware-12.0<br>&gt;<br>&gt; 
bash-3.1# gdb ./dbus-ping-send<br>&gt; GNU gdb 6.6<br>&gt; Copyright (C) 2006 Free Software Foundation, Inc.<br>&gt; GDB is free software, covered by the GNU General Public License, and you are<br>&gt; welcome to change it and/or distribute copies of it under certain
<br>&gt; conditions.<br>&gt; Type &quot;show copying&quot; to see the conditions.<br>&gt; There is absolutely no warranty for GDB.&nbsp;&nbsp;Type &quot;show warranty&quot; for details.<br>&gt; This GDB was configured as &quot;i486-slackware-linux&quot;...
<br>&gt; Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.<br>&gt; (gdb) break send_ping<br>&gt; Breakpoint 1 at 0x80487c7: file dbus-ping-send.c, line 44.<br>&gt; (gdb) run<br>&gt; Starting program: /root/projects.izum/dbus.ping/dbus-ping-send
<br>&gt;<br>&gt; Breakpoint 1, send_ping (bus=0x804b6e8) at dbus-ping-send.c:44<br>&gt; 44&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;message = dbus_message_new_signal (&quot;/com/burtonini/dbus/ping&quot;,<br>&gt; (gdb) next<br>&gt; 47&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbus_message_append_args (message,
<br>&gt; (gdb)<br>&gt;<br>&gt; Program received signal SIGSEGV, Segmentation fault.<br>&gt; 0xb7cec253 in strlen () from /lib/libc.so.6<br>&gt; (gdb) bt<br>&gt; #0&nbsp;&nbsp;0xb7cec253 in strlen () from /lib/libc.so.6<br>&gt; #1&nbsp;&nbsp;0xb7eb2751 in ?? () from /usr/lib/libdbus-
1.so.3<br>&gt; #2&nbsp;&nbsp;0x676e6950 in ?? ()<br>&gt; #3&nbsp;&nbsp;0x00000061 in ?? ()<br>&gt; #4&nbsp;&nbsp;0x0000006c in ?? ()<br>&gt; #5&nbsp;&nbsp;0xbfe8d398 in ?? ()<br>&gt; #6&nbsp;&nbsp;0xb7dbbff4 in ?? () from /lib/libc.so.6<br>&gt; #7&nbsp;&nbsp;0xb7dbd120 in ?? () from /lib/libc.so.6
<br>&gt; #8&nbsp;&nbsp;0x0000000c in ?? ()<br>&gt; #9&nbsp;&nbsp;0xb7eb3a3c in ?? () from /usr/lib/libdbus-1.so.3<br>&gt; #10 0xb7ce7b7e in malloc () from /lib/libc.so.6<br>&gt; #11 0xb7e9f4cc in ?? () from /usr/lib/libdbus-1.so.3<br>&gt; #12 0x0804bb50 in ?? ()
<br>&gt; #13 0x00000000 in ?? ()<br>&gt; (gdb) quit<br>&gt; The program is running.&nbsp;&nbsp;Exit anyway? (y or n) y<br>&gt; bash-3.1#<br>&gt;<br>&gt;<br>&gt; Log of runing under valgrind is attached also<br>&gt;<br><br>&nbsp;&nbsp;char *ping = &quot;Ping!&quot;;
<br>&nbsp;&nbsp;dbus_message_append_args (message,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DBUS_TYPE_STRING, &amp;ping,<br><br>is the correct way to go<br><br>- --<br>Rafaël Carré<br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.6 (GNU/Linux)
<br>Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://enigmail.mozdev.org</a><br><br>iD8DBQFHHfeiYWCeGMCv8Q8RAh5xAJ4jTutO7trbdMAOQHQ9shRQLlr6wQCZAYWU
<br>LtIq8fHm9ukaqH4ygohzx+Y=<br>=lhVY<br>-----END PGP SIGNATURE-----
<br></blockquote></div><br>
</span></div><br clear="all">