<div dir="ltr">yes now it works!<br>thank you very much for your great job :D<br><br>regards,<br>Claudio Contino<br><br><div class="gmail_quote">On Mon, Aug 18, 2008 at 11:36 PM, P. Durante <span dir="ltr">&lt;<a href="mailto:shackan@gmail.com">shackan@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Mon, Aug 18, 2008 at 2:45 PM, Claudio Contino &lt;<a href="mailto:ckonte@gmail.com">ckonte@gmail.com</a>&gt; wrote:<br>

</div><div><div></div><div class="Wj3C7c">&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m a computer science student and I need an IPC API written in C++ for a<br>
&gt; project I&#39;m working at. I thought DBUS was the best choice, but I have some<br>
&gt; problems with C++ bindings.<br>
&gt; I have written this very very simple piece of code:<br>
&gt;<br>
&gt; #include &lt;dbus-c++-1/dbus-c++/dbus.h&gt;<br>
&gt;<br>
&gt; DBus::BusDispatcher dispatcher;<br>
&gt;<br>
&gt; int main()<br>
&gt; {<br>
&gt; &nbsp; &nbsp; DBus::default_dispatcher = &amp;dispatcher;<br>
&gt; &nbsp; &nbsp; DBus::Connection bus = DBus::Connection::SessionBus();<br>
&gt; &nbsp; &nbsp; return 0;<br>
&gt; }<br>
&gt;<br>
&gt; but I get a segmentation fault on DBus::Connection::SessionBus();<br>
&gt; this is the backtrace stack:<br>
&gt;<br>
&gt; #0 0xb7edbfb7 &nbsp; &nbsp;std::_List_node_base::hook() (/usr/lib/libstdc++.so.6:??)<br>
&gt; #1 0xb7f9d340 &nbsp; &nbsp;DBus::Dispatcher::queue_connection()<br>
&gt; (/usr/lib/libdbus-c++-1.so.0:??)<br>
&gt; #2 0xb7f99089 &nbsp; &nbsp;DBus::Connection::setup() (/usr/lib/libdbus-c++-1.so.0:??)<br>
&gt; #3 0xb7f9a943 &nbsp; &nbsp;DBus::Connection::Connection()<br>
&gt; (/usr/lib/libdbus-c++-1.so.0:??)<br>
&gt; #4 0xb7f9b1d7 &nbsp; &nbsp;DBus::Connection::SessionBus()<br>
&gt; (/usr/lib/libdbus-c++-1.so.0:??)<br>
&gt; #5 0x804b2fb &nbsp; &nbsp;main()<br>
&gt; (/home/claudio/Documents/progetti/codeblocks/dbus_prova/main.cpp:8)<br>
&gt;<br>
&gt; I&#39;m using dbus-c++ compiled today from GIT and dbus daemon 1.2.3<br>
&gt; should I move to another API or I am doing something incorrect?<br>
&gt;<br>
&gt; thanks,<br>
&gt; Claudio Contino<br>
&gt;<br>
</div></div><div class="Ih2E3d">&gt; _______________________________________________<br>
&gt; dbus mailing list<br>
&gt; <a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
&gt;<br>
&gt;<br>
<br>
</div>the current version ought to work, my bad<br>
<br>
sorry,<br>
Paolo<br>
</blockquote></div><br></div>