On Sat, Sep 17, 2011 at 02:10:32PM -0400, John J. Foerch wrote:
> On Sat, Sep 17, 2011 at 09:51:52AM -0700, Vinh Nguyen wrote:
> > I'm getting an error whenever I click on a pdf link (segmentation
> > fault).  When I remove
> > 
> > set_protocol_handler("mailto",
> > "https://mail.google.com/mail/?extsrc=mailto&url=%s";);
> > 
> > the error goes away.  Can anyone reproduce this?
> 
> Yes.  Seems to happen with any type that Gecko can't handle internally,
> and also happens when the protocol handler is an external program.  Does
> not seem to happen with set_protocol_handler("mailto", true); or
> set_protocol_handler("mailto", null);

Someone opened an issue on the bug tracker about this, so I'm continuing
discussion there, to keep everything in one place.

  http://bugs.conkeror.org/issue372

My latest post:

  It seems to be that the segfaults only occur after calling
  set_protocol_handler.  For example, if you call set_protocol_handler,
  then restart conkeror, and do not call it in the new instance, no
  segfault occurs when following a link to a pdf.  Can others confirm
  this?

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to