When I run the code I get the following output:<br><br>Line: 48<div>Fail</div><div>Segmentation fault</div><div><br>Segmentation fault corresponds to line 58:</div><div><br>g_printerr(&quot; 1 %S\n&quot;, error-&gt;message);<br>
<br>On Wed, Oct 5, 2011 at 9:38 PM, Iraq Ja &lt;<a href="mailto:deadpixel01@gmail.com">deadpixel01@gmail.com</a>&gt; wrote:<br>&gt; When I run the code I get the following output:<br>&gt; Line: 48 FailSegmentation fault<br>
&gt; Segmentation fault corresponds to line 58:<br>&gt; g_printerr(&quot; 1 %S\n&quot;, error-&gt;message);<br>&gt;<br>&gt; On Wed, Oct 5, 2011 at 7:10 PM, Thiago Macieira &lt;<a href="mailto:thiago@kde.org">thiago@kde.org</a>&gt; wrote:<br>
&gt;&gt; On Wednesday, 5 de October de 2011 18:45:52 Iraq Ja wrote:<br>&gt;&gt;&gt; Hi,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; In my program attached, the method call (line 50):<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;     if (dbus_g_proxy_call(proxy, &quot;GetDevices&quot;, &amp;error, G_TYPE_INVALID,<br>
&gt;&gt;&gt; DBUS_TYPE_G_OBJECT_ARRAY, name_list_ptr, G_TYPE_INVALID))<br>&gt;&gt;&gt;     {<br>&gt;&gt;&gt;               printf(&quot;Success\n&quot;);<br>&gt;&gt;&gt;               g_printerr(&quot;List: %S \n&quot;, name_list_ptr);<br>
&gt;&gt;&gt;     }<br>&gt;&gt;&gt;     else<br>&gt;&gt;&gt;     {<br>&gt;&gt;&gt;       printf(&quot;Fail\n&quot;);<br>&gt;&gt;&gt;               g_printerr(&quot; 1 %S\n&quot;, error-&gt;message);<br>&gt;&gt;&gt;               g_printerr(&quot; 1 %S\n&quot;, name_list_ptr);<br>
&gt;&gt;&gt;       exit(1);<br>&gt;&gt;&gt;     }<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; does not return true, I think I&#39;ve done everything correct as far as<br>&gt;&gt;&gt; the parameters to dbus_g_proxy_call(), and setting everything up, but<br>
&gt;&gt;&gt; for whatever reason it won&#39;t return true.<br>&gt;&gt;<br>&gt;&gt; If it doesn&#39;t return true, it prints an error message. What was it?<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Thiago Macieira - thiago (AT) <a href="http://macieira.info">macieira.info</a> - thiago (AT) <a href="http://kde.org">kde.org</a><br>
&gt;&gt;   Software Architect - Intel Open Source Technology Center<br>&gt;&gt;      PGP/GPG: 0x6EF45358; fingerprint:<br>&gt;&gt;      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>
&gt;&gt; dbus mailing list<br>&gt;&gt; <a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>&gt;&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/dbus">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
&gt;&gt;<br>&gt;&gt;<br>&gt;<br><br></div>