Bug#596732: perlmagick: BlobToImage fails for SVG

2010-09-13 Thread Thomas Marshall
Package: perlmagick Version: 8:6.6.0.4-2.2 Severity: important When using Image::Magick within perl script to convert SVG data to other, script fails with no delegate found error when using BlobToImage. Imagemagick does properly handle SVG (convert, etc). I recompiled the imagemagick package sou

Bug#420583: Fix for unionfs oops

2008-07-09 Thread Thomas Marshall
I ran into this issue when trying to enable LVM in the Ubuntu 8.04 LiveCD. I tracked down the issue just far enough to get a minimal fix for the oops. The problem is that unionfs_file_revalidate() calls is_robranch(dentry), which has the statement "IS_RDONLY(dtohd_index(dentry, index)->d_inode)".