Hi! Mike Hommey wrote:
> On Sat, Oct 17, 2009 at 07:59:12PM +0200, Vedran Furač wrote: >> Barry deFreese wrote: >> >>> Here is a patch that seems to work. Probably needs some good runtime >>> testing though. >> >> Yes, thanks, it compiles. I'll test it for a week to see if changes >> somehow affected bfilter and if not, I'll contact my sponsor to upload >> the package (or you can do a NMU instead if you want). > > The patch is good to avoid the FTBFS but is not good because it removes > what the branch callback was there for: avoiding infinite loops. > > It appears that contrary to the branch callback, the operation callbacks > are not automatically triggered, and must be triggered by the > application itself, typically either from a signal handler or a watchdog > thread. See > http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_thread/thread/a4d1fe147761aacb/e61d2592faf4ef72?lnk=gst&q=js_setoperationcallback#e61d2592faf4ef72 > for reference. Thanks for info. I've read this now, but libjs is completely unknown to me, so even after reading I'm to sure what to do. Should I put JS_TriggerOperationCallback somewhere or? During this week when I tested patched bfilter, I experienced one infinite-loop like behavior. Apart from that, bfilter runs and works normally. Regards, Vedran -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

