Comment 12 for bug 178303

Revision history for this message
morsch (moritz-schallaboeck) wrote : Re: f-spot 2 picasaweb failed to upload

Could not upload to Picasa Web. This is on 8.10, F-Spot 0.5.0.3. F-Spot logged into the account just fine, it displayed a list of the available albums and successfully created a new one. But on uploading it stalls on uploading picture 1/x, the progress bar remains at 0 bytes/X MB. I did a kill -3 to get a thread dump which is attached.

The most relevant part seems to be this:
"" tid=0x0x409b8950 this=0x0x7f4be29468a0:
  at GLib.Idle.Add (GLib.IdleHandler) <0x0005c>
  at FSpot.Delay.Start () <0x000df>
  at (wrapper managed-to-native) System.Threading.Monitor.Monitor_wait (object,int) <0x00048>
  at (wrapper managed-to-native) System.Threading.Monitor.Monitor_wait (object,int) <0xffffffff>
  at FSpot.ThreadProgressDialog.set_ProgressText (string) <0x0003e>
  at System.Threading.Monitor.Wait (object) <0x0004d>
  at FSpot.PixbufCache.WorkerTask () <0x00069>
  at FSpotGoogleExport.GoogleExport.HandleUploadProgress (object,Mono.Google.Picasa.UploadProgressEventArgs) <0x00117>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  at Mono.Google.Picasa.PicasaAlbum.DoUploadProgress (string,long,long) <0x0006b>
  at Mono.Google.Picasa.PicasaAlbum.UploadPicture (string,string,string,System.IO.Stream) <0x00396>
  at Mono.Google.Picasa.PicasaAlbum.UploadPicture (string,string,System.IO.Stream) <0x00034>
  at Mono.Google.Picasa.PicasaAlbum.UploadPicture (string,string,string) <0x00054>
  at FSpotGoogleExport.GoogleExport.Upload () <0x00571>