Hi Michael,
Le vendredi 17 novembre 2006 14:49, Michael Biebl a écrit :
> to be honest, I'm a bit lost at this issue. There is nothing obviously
> wrong with your setup. I even consulted upstream and he agreed that your
> problem is very bizarre but had no real idea either.
> Has this problem with knetworkmanager always existed or did I fail to
> work after an upgrade? (If so, which one)
If I remember well it once worked but I can't tell when and a lot of things
have changed in Sid since.
> Would you consider to help debug this problem (build with "make
> CFLAGS="-g3 -O0" and run inside a debugger like ddd)?
I'm not sure how to define the CFLAGS with cdbs. It tried to add:
DEB_CONFIGURE_EXTRA_FLAGS = --enable-debug=full
DEB_MAKE_ENVVARS := CFLAGS="-g3 -O0"
to debian/rules so that at least I get the debugging messages of the
application.
Now, when I launch knetworkmanager in the console, I have:
knetworkmanager: [static DBusHandlerResult \
DBusConnection::networkManagerInfoMessageHandler(DBusConnection*, \
DBusMessage*, void*)] getNetworks
knetworkmanager: [static DBusHandlerResult \
DBusConnection::networkManagerInfoMessageHandler(DBusConnection*, \
DBusMessage*, void*)] getVPNConnections
I have nothing more if I launch it within ddd (just launching, no fully
debugging as I don't know how).
Hope it helps,
Yannick