[Top][All Lists]
[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
- gnokii 0.6.29 and 0.6.32 master segfaults, Charles, 2012/04/16
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Charles, 2012/04/22
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Charles, 2012/04/23
- Re: gnokii 0.6.29 and 0.6.32 master segfaults,
Daniele Forsi <=
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Charles, 2012/04/25
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Daniele Forsi, 2012/04/25
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Charles, 2012/04/25
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Daniele Forsi, 2012/04/25
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Charles, 2012/04/26
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Daniele Forsi, 2012/04/26
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Charles, 2012/04/26
- Re: gnokii 0.6.29 and 0.6.32 master segfaults, Daniele Forsi, 2012/04/26