[ubuntu-mono] [Bug 288070] Re: f-spot crashes when exporting to Zooomr

Chris Coulson chrisccoulson at googlemail.com
Fri Oct 24 18:29:58 UTC 2008


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 MOTU Mono
Team, which is subscribed to f-spot in ubuntu.




More information about the Ubuntu-mono mailing list