Thank you for your bug report. This crash is due to a bug in
libflickrnet, so I'm re-assinging. F-Spot seems to bundle it's own
patched libflickrnet which doesn't have this problem, but F-Spot isn't
built against this version.

FYI, there is a patch in the upstream issue tracker for libflickrnet to
make Zoomr support work. This patch will fix the crasher you see, in
particular, this bit of the patch will fix it:

@@ -443,7 +443,8 @@
             {

                 // This is needed in the Compact Framework

                 // See for more details: http://msdn2.microsoft.com/en-
us/library/1afx2b0f.aspx

-                req.GetRequestStream().Close();

+               if (req.Method=="POST")

+                       req.GetRequestStream().Close();

             }

** Changed in: libflickrnet (Ubuntu)
Sourcepackagename: f-spot => libflickrnet
   Importance: Undecided => Medium
       Status: New => Triaged

** Changed in: libflickrnet (Ubuntu)
     Assignee: (unassigned) => Chris Coulson (chrisccoulson)
       Status: Triaged => In Progress

-- 
f-spot crashes when exporting to Zooomr
https://bugs.launchpad.net/bugs/288070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to