> On 2012.08.02 13:58, Pete Batard wrote:
> I think 'print (struct usbi_transfer)0xb6600468' should do but if that
> doesn't work, the hex dump should do just fine.
(gdb) print (struct usbi_transfer)0xb6600468
Invalid cast.


For the first backtrace:
(gdb) x 0xb6600468
0xb6600468:     0x00000000

(gdb) print 0xb6600468
$1 = 3059745896


For the second backtrace:
(gdb) x 0x8b64a08
0x8b64a08:      0x00000000

(gdb) print 0x8b64a08
$1 = 146164232

=========
Regards

Sebastian
=========

------------------------------------------------------------------------------
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