On Fri, 13 Aug 2010 13:25:10 -0700, Jim Nelson <[email protected]> wrote:
> On Fri, Aug 13, 2010 at 5:00 AM, Sebastian Spaeth <[email protected]>wrote:
> We had some problems in the past with HTML messages and enabled content
> filtering.  Do you know what mime type a gpg-signed message would be?  I can
> look into adding it to the filter.

These are the parts of my signed messages:
 Content-Type: multipart/signed;
 Content-Type: text/plain; charset=utf-8
 Content-Type: application/pgp-signature

> The crash is occurring when we "sniff" the photo file, that is, scoop up all
> the information we can about it.  When we're done, we close the file.  For
> some reason, the call to close() is generating an exception, which is
> unusual but not fatal.  Then, before propagating the error, the reference to
> the input stream is unref'd and freed, calling close() again, which is where
> the crash occurs.
> 
> The question in my mind is why close() is causing the exception in the first
> place, which is a little mysterious.  It sounds like you can reproduce this
> fairly easily.  Can you access your NAS over another protocol, i.e. SSH?  I
> wonder if this is related to the GVFS Windows file sharing driver.  What
> version of Ubuntu are you using?

It is a proprietary (but Linux-based) NAS from Linksys and I only have CIFS
and FTP access to it. I don't know why and when it happens but it seems
to close the connection sometimes, leading to the SIGPIPE signal. My
Ubuntu is a stock "Lucid" 64bit installation on a Macbook Pro.

Let me know if there are more things I can do to test or replicate
things. Usually it occurs after some while (it takes long to import
things, after about 5h import it had only imported 2,000 medium-sized
jpeg photos over my 100MB-Ethernet line).

I could also give you access to the NAS via an SSH tunnel if that helps
you debug things (it's a slow shitty ADSL line though).

Sebastian
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to