|
From: Christian Z. <za...@tr...> - 2007-08-30 13:17:47
|
Hi, I need some advice on debugging libusb-win32. I get a segmentation fault in usb_submit_async(). There isn't too much code in that function, any hints on what the problem could be or how I can approach this? Also, is it likely that this is a bug outside of libusb, with wrong parameters or maybe the specific usb driver? I'm using libusb-win32. 0.1.12.1 filter and ObexFTP to access my mobile phone (download at http://triq.net/obexftp/obex-win32.zip ) This is from gdb: Program received signal SIGSEGV, Segmentation fault. 0x6e602da4 in usb_submit_async () from C:\WINDOWS\system32\libusb0.dll #0 0x6e602da4 in usb_submit_async () from C:\WINDOWS\system32\libusb0.dll #1 0x6e6043d2 in usb_reap_async () from C:\WINDOWS\system32\libusb0.dll #2 0x003f4988 in libopenobex-1!OBEX_FreeInterfaces () #3 0x003f26a3 in libopenobex-1!OBEX_FreeInterfaces () #4 0x003f3952 in libopenobex-1!OBEX_FreeInterfaces () #5 0x003f53c9 in libopenobex-1!OBEX_FreeInterfaces () #6 0x003f19b8 in libopenobex-1!OBEX_Request () #7 0x1000227a in cli_sync_request () from libobexftp-0.dll #8 0x100027f0 in obexftp_connect_src () from libobexftp-0.dll #9 0x00401b2a in cli_connect_uuid () #10 0x00401bcd in cli_connect () #11 0x004027cf in main () regards, Christian |