Andriy Khavryuchenko wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0xb66ea346 in nsEmbedStream::AppendToStream () from /usr/lib/libxul.so
> (gdb) bt

Here it fails on call

   // notify our listeners
   rv = mStreamListener->OnDataAvailable(mChannel,
                                        NULL,
                                        static_cast<nsIInputStream*>(this),
                                        mOffset, /* offset */
                                        aLen); /* len */

just because mStreamListener is NULL.

Now tracing where it is initialized...

-- 
Sincerely,

Andrey Khavryuchenko            http://a.khavr.com/
KDS Software Group              http://www.kds.com.ua/
Software Solutions Company
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to