|
#132: libusb_open_device_with_vid_pid libusb 1.0.9 Segmentation fault: 11
-------------------------------------+------------------------------------- Reporter: thireus | Owner: Type: defect | Status: new Component: libusb-1.0 Darwin | Keywords: MacOS, Darwin, backend | libusb_open_device_with_vid_pid, Blocked By: | 1.0.8, 1.0.9 | Blocks: -------------------------------------+------------------------------------- Hi there, With the latest version on MacOS 10.7.4 libusb 1.0.9 using libusb_open_device_with_vid_pid function causes Segmentation fault. I do not have any other log file to provide. With libusb 1.0.8 everything is ok with this function. Regards, Thi. -- Ticket URL: <http://libusb.org/ticket/132> libusb <http://libusb.org/> C library for writing portable USB drivers in userspace ------------------------------------------------------------------------------ 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/ _______________________________________________ libusb-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/libusb-devel |
|
#132: libusb_open_device_with_vid_pid libusb 1.0.9 Segmentation fault: 11
-------------------------------------------------+------------------------- Reporter: thireus | Owner: Type: defect | Status: new Component: libusb-1.0 Darwin backend | Resolution: Keywords: MacOS, Darwin, | Blocked By: libusb_open_device_with_vid_pid, 1.0.8, 1.0.9 | Blocks: | -------------------------------------------------+------------------------- Comment (by xiaofan): Please provide the log and more details. If not, it is very difficult for people to help you. -- Ticket URL: <http://libusb.org/ticket/132#comment:1> libusb <http://libusb.org/> C library for writing portable USB drivers in userspace ------------------------------------------------------------------------------ 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/ _______________________________________________ libusb-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/libusb-devel |
|
In reply to this post by libusb Trac
#132: libusb_open_device_with_vid_pid libusb 1.0.9 Segmentation fault: 11
-------------------------------------------------+------------------------- Reporter: thireus | Owner: Type: defect | Status: new Component: libusb-1.0 Darwin backend | Resolution: Keywords: MacOS, Darwin, | Blocked By: libusb_open_device_with_vid_pid, 1.0.8, 1.0.9 | Blocks: | -------------------------------------------------+------------------------- Comment (by sping): Are you are of configure parameter --enable-debug-log ? If you would rather not touch your system installation of libusb, you do not have to. This is how I made lsusb use a local version of libusb 1.0.9 with debug logging enabled: {{{ wget http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2 tar xf libusb-1.0.9.tar.bz2 cd libusb-1.0.9 ./configure --enable-debug-log --prefix="$PWD/usr" make make install LD_LIBRARY_PATH="$PWD/usr/lib" /usr/bin/lsusb }}} -- Ticket URL: <http://libusb.org/ticket/132#comment:2> libusb <http://libusb.org/> C library for writing portable USB drivers in userspace ------------------------------------------------------------------------------ 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/ _______________________________________________ libusb-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/libusb-devel |
|
In reply to this post by libusb Trac
#132: libusb_open_device_with_vid_pid libusb 1.0.9 Segmentation fault: 11
-------------------------+------------------------------------------------- Reporter: thireus | Owner: Type: defect | Status: new Milestone: 1.0.10 | Component: libusb-1.0 Darwin backend Resolution: | Keywords: MacOS, Darwin, Blocked By: | libusb_open_device_with_vid_pid, 1.0.8, 1.0.9 | Blocks: -------------------------+------------------------------------------------- Changes (by sping): * milestone: => 1.0.10 -- Ticket URL: <http://libusb.org/ticket/132#comment:3> libusb <http://libusb.org/> C library for writing portable USB drivers in userspace ------------------------------------------------------------------------------ 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/ _______________________________________________ libusb-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/libusb-devel |
| Powered by Nabble | Edit this page |
