[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2011-08-23 Thread Niels Kristian Bech Jensen
** Changed in: ufraw (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/93811

Title:
  [apport] ufraw crashed canon raw files (cr2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufraw/+bug/93811/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2008-04-23 Thread Richard Johnson
** Changed in: ufraw (Ubuntu)
 Assignee: Marco Rodrigues (gothicx) => (unassigned)

-- 
[apport] ufraw crashed canon raw files (cr2)
https://bugs.launchpad.net/bugs/93811
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-12-02 Thread udifuchs
In ufraw_developer.c there are two calls to
cmsCreateMultiprofileTransform(). As far as I know only one of them
requires the use of the NOCOLORSPACECHECK() macro.

Are you still getting the same crash with UFRaw-0.12.1?

Udi

-- 
[apport] ufraw crashed canon raw files (cr2)
https://bugs.launchpad.net/bugs/93811
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-11-29 Thread Marco Rodrigues
This wasn't fixed on version 0.12.1, I check the source code myself. I
need to report it upstream..

** Changed in: ufraw (Ubuntu)
   Status: New => Confirmed

** Changed in: ufraw (Ubuntu)
 Assignee: MOTU (motu) => Marco Rodrigues (gothicx)

-- 
[apport] ufraw crashed canon raw files (cr2)
https://bugs.launchpad.net/bugs/93811
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-06-23 Thread udifuchs
It seems like a problem with lcms-1.16. The following patch to
ufraw_developer.c might solve the problem:

prof[i++] = d->saturationProfile;
prof[i++] = d->profile[1];
d->colorTransform = cmsCreateMultiprofileTransform(prof, i,
-   TYPE_RGB_16, TYPE_RGB_16, d->intent, 0);
+   TYPE_RGB_16, NOCOLORSPACECHECK(TYPE_RGB_16), d->intent, 0);
}
 }
 }

Udi

-- 
[apport] ufraw crashed canon raw files (cr2)
https://bugs.launchpad.net/bugs/93811
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-06-18 Thread Apport retracing service
** Attachment removed: "CoreDump.gz"

   http://launchpadlibrarian.net/6859881/CoreDump.gz

-- 
[apport] ufraw crashed canon raw files (cr2)
https://bugs.launchpad.net/bugs/93811
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-03-21 Thread Daniel Holbach
Thanks for your bug report.

** Changed in: ufraw (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => MOTU

** Tags added: need-i386-retrace

-- 
[apport] ufraw crashed canon raw files (cr2)
https://launchpad.net/bugs/93811

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-03-21 Thread Apport retracing service

StacktraceTop:_start () from /lib/ld-linux.so.2
?? ()
?? ()

** Description changed:

  Binary package hint: ufraw
  
  open .cr2 file of canon 350d
- -> corrections
- -> edit curve
- -> crash
+ -> corrections
+ -> edit curve
+ -> crash
  
  ProblemType: Crash
  Architecture: i386
  Date: Mon Mar 19 19:34:47 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/ufraw
  Package: ufraw 0.11-0~getdeb1
  PackageArchitecture: i386
  ProcCmdline: ufraw
  ProcCwd: /home/gigi
  ProcEnviron:
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: ufraw
  StacktraceTop:
   memcpy () from /lib/tls/i686/cmov/libc.so.6
   cmsAllocLinearTable () from /usr/lib/liblcms.so.1
   ?? ()
   ?? () from /lib/ld-linux.so.2
   cmsCreateLinearizationDeviceLink ()
  Uname: Linux squid 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev root 
scanner users video

** Tags removed: need-i386-retrace

** Attachment added: "Stacktrace.txt (retraced)"
   http://librarian.launchpad.net/6893483/%3Cfdopen%3E

-- 
[apport] ufraw crashed canon raw files (cr2)
https://launchpad.net/bugs/93811

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93811] Re: [apport] ufraw crashed canon raw files (cr2)

2007-03-19 Thread calca

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6859881/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6859882/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6859883/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6859884/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6859885/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6859886/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6859887/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6859888/ThreadStacktrace.txt

-- 
[apport] ufraw crashed canon raw files (cr2)
https://launchpad.net/bugs/93811

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs