aquiring service problem

Havoc Pennington hp@redhat.com
Mon, 08 Mar 2004 13:53:42 -0500


On Fri, 2004-03-05 at 07:01, saroj panda wrote:
> Hi,
> 
>    When I say dbus_bus_acquire_service() from my
> server program, it seems the dbus daemon is exiting
> infact it is crashing somewhere. The parameters apssed
> to this functions are 
>  dbus_bus_acquire_service(conn, my_svc,
> 0, &error);
> 
> Here conn is a valid connecton to the daemon.
> 
> Is it a bug in dbus daemon?

If it's crashing, then yes.

Please get a backtrace and send it to us... or a compilable test program
showing the problem.

Havoc