https://bugzilla.novell.com/show_bug.cgi?id=639111 https://bugzilla.novell.com/show_bug.cgi?id=639111#c6 Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |koenig@linux.de --- Comment #6 from Li Bin <bili@novell.com> 2010-09-14 10:48:34 UTC --- https://api.opensuse.org/build/home:BinLi:branches:openSUSE:11.3:Update:Test... https://api.opensuse.org/build/home:BinLi:branches:openSUSE:11.3:Update:Test... I add a debug patch to output the length of data. --- wireless_tools.30.orig/iwevent.c +++ wireless_tools.30/iwevent.c @@ -512,6 +512,7 @@ print_event_stream(int ifindex, struct timezone tz; struct wireless_iface * wireless_data; + printf("strlen data is %d, len is %d.\n", strlen(data), len); /* Get data from cache */ wireless_data = iw_get_interface_data(ifindex); if(wireless_data == NULL) Could you try it? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.