Mailinglist Archive: opensuse-bugs (4661 mails)
| < Previous | Next > |
[Bug 639111] iwevent crash
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 14 Sep 2010 10:48:35 +0000
- Message-id: <20100914104835.5AE57CC7CE@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=639111
https://bugzilla.novell.com/show_bug.cgi?id=639111#c6
Li Bin <bili@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
InfoProvider| |koenig@xxxxxxxx
--- Comment #6 from Li Bin <bili@xxxxxxxxxx> 2010-09-14 10:48:34 UTC ---
https://api.opensuse.org/build/home:BinLi:branches:openSUSE:11.3:Update:Test/standard/i586/wireless-tools/wireless-tools-30.pre8-14.1.i586.rpm
https://api.opensuse.org/build/home:BinLi:branches:openSUSE:11.3:Update:Test/standard/i586/wireless-tools/libiw30-30.pre8-14.1.i586.rpm
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.
| < Previous | Next > |