Hi:
I compiled the program of bluez.
./configure --disable-static --enable-cups --enable-hid2hci --enable-dfutool --enable-bccmd --enable-hidd --enable-pand --enable-dund -gstreamer -enable-alsa -enable-usb -enable-tools --enable-test -with-telephony=ofono.
However, after I run bluetoothd -d -n, the bluez crash.
it crash at g_slist_foreach(watches, (GFunc) remove_watch, NULL) in the function of telephony_exit();
When removing the items of watches, bluez crash.
The log show that it crash when removing the last item of watches.
The error is "Process 1228:Attempt to remove filter function 0xb76dda60 user data(nul), but no such filter has been added ..."
Why bluez crash?
Best regards
Zheng wu