gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnokii 0.6.29 and 0.6.32 master segfaults


From: Daniele Forsi
Subject: Re: gnokii 0.6.29 and 0.6.32 master segfaults
Date: Tue, 24 Apr 2012 00:18:08 +0200

2012/4/23 Charles:

> current->device: 0x65e0a0
> Segmentation fault

the other place to check is in libusb
if you can compile it from sources with debug symbols, then gdb will
tell the exact line else you will need to add printf's in file usb.c
in function usb_get_string_simple()

eg. printf("%d %d %d\n", di, si, tbuf[0]); just inside the for loop
(line 261 in my copy):
  for (di = 0, si = 2; si < tbuf[0]; si += 2) {

-- 
Daniele Forsi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]