Menu

#1 comsport binary segfaults

open
nobody
None
5
2012-06-02
2012-06-02
Anonymous
No

Hi!

When running comsport with or without parameters, the binary crashes. I runned a strace over the binary and this are the last lines:

open("/dev/bus/usb/001/012", O_RDWR) = 3
ioctl(3, USBDEVFS_IOCTL or USBDEVFS_IOCTL32, 0x7fff5be5cf60) = -1 ENOTTY (Inappropriate ioctl for device)
close(3) = 0
open("/dev/bus/usb/001/009", O_RDWR) = 3
ioctl(3, USBDEVFS_IOCTL or USBDEVFS_IOCTL32, 0x7fff5be5cf60) = -1 ENOTTY (Inappropriate ioctl for device)
close(3) = 0
open("/dev/bus/usb/001/008", O_RDWR) = 3
ioctl(3, USBDEVFS_IOCTL or USBDEVFS_IOCTL32, 0x7fff5be5cf60) = -1 ENOTTY (Inappropriate ioctl for device)
close(3) = 0
open("/dev/bus/usb/001/007", O_RDWR) = 3
ioctl(3, USBDEVFS_IOCTL or USBDEVFS_IOCTL32, 0x7fff5be5cf60) = 5
close(3) = 0
open("/dev/bus/usb/001/001", O_RDWR) = 3
ioctl(3, USBDEVFS_IOCTL or USBDEVFS_IOCTL32, 0x7fff5be5cf60) = 6
close(3) = 0
open("/dev/bus/usb/001/012", O_RDWR) = 3
ioctl(3, USBDEVFS_CLAIMINTERFACE, 0x7fff5be5d07c) = 0
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 8
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 7
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 8
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 63
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 8
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 63
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 8
ioctl(3, USBDEVFS_CONTROL or USBDEVFS_CONTROL32, 0x7fff5be5d060) = 15
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Any ideas?

Discussion


Log in to post a comment.

MongoDB Logo MongoDB