2012/8/2  <sebasti...@gmx-topmail.de>:
> Hello Ludovic,
>
>> On 2012.08.02 10:19, Ludovic Rousseau wrote:
>> In gdb can you display the different variables using:
>
> This is the output for the first backtrace I send today:
> #0  0x00697e9b in add_to_flying_list (transfer=0xb6600468) at io.c:1185
> 1185    io.c: Datei oder Verzeichnis nicht gefunden.
>         in io.c
> (gdb) print cur_tv
> $1 = (struct timeval *) 0x8
> (gdb) print cur_tv->tv_sec
> Cannot access memory at address 0x8

cur_tv is wrong.

What gives:
print *cur
print *ctx
print ctx->flying_transfers

-- 
 Dr. Ludovic Rousseau

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to