[Desktop-packages] [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

2012-09-12 Thread Didier Roche
** Changed in: colord (Ubuntu) Assignee: (unassigned) => Chris Halse Rogers (raof) ** Changed in: colord (Ubuntu) Milestone: None => ubuntu-12.10-beta-2 ** Tags removed: rls-q-incoming ** Also affects: colord (Ubuntu Quantal) Importance: Medium Assignee: Chris Halse Rogers (raof

[Desktop-packages] [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

2012-10-04 Thread Lei Zhang
I suspect this is caused by libhpmud0 not checking the return value from libusb_init(). All the places in hplip-3.12.2/io/hpmud/musb.c that calls usb_init() should check for return values and bail out if initialization fails. -- You received this bug notification because you are a member of Deskt

[Desktop-packages] [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

2012-09-19 Thread Robert Ancell
This is actually a crash in SANE. Can this still be reproduces in SANE 1.0.23? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to colord in Ubuntu. https://bugs.launchpad.net/bugs/1016470 Title: colord crashed with SIGSEGV in __opendirat(

[Desktop-packages] [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

2012-09-25 Thread Jean-Baptiste Lallement
Still a problem with Beta2 which has colord 0.1.21-1ubuntu1 and sane 1.0.23-0ubuntu1 See bug 1055315 for an updated trace -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to colord in Ubuntu. https://bugs.launchpad.net/bugs/1016470 Title:

[Desktop-packages] [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

2012-10-16 Thread Sebastien Bacher
** Changed in: colord (Ubuntu Quantal) Milestone: ubuntu-12.10 => quantal-updates -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to colord in Ubuntu. https://bugs.launchpad.net/bugs/1016470 Title: colord crashed with SIGSEGV in __ope

[Desktop-packages] [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

2012-10-16 Thread Chris Halse Rogers
Oh! This should have been fixed by the 0.1.21-1ubutu2 upload. Please reopen if it's not fixed! ** Changed in: colord (Ubuntu Quantal) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to colord in Ubu

Re: [Desktop-packages] [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

2012-10-04 Thread Chris Halse Rogers
It's actually worse than that; colord calls sane_init / sane_get_devices / sane_exit repeatedly, and sane leaks fds across that usage. So eventually we run out of fds and crash. I'm not sure if *this* crash is due to running out of fds, but many of the other ones are. -- You received this bug no