Again, wondering why edbrowse works with our compiled js 24 library but not with their distributed library. Has anyone looked at their shell application?
/usr/local/mozjs-24.2.0/js/src/shell/js.cpp If you take this stand alone program and compile it against the debian library does it run? If not I would think that worthy of a bug report. If yes then there is information there. I did a grep for NewRuntime and there are only a couple calls between that and NewContext, which is the point where we segfault. I don't think the intervening calls are important, although SetNativeStackQuota might be, don't know what that does. Well it seemed like something to look at, an application that they provide, that uses their library, that is suppose to work. Karl Dahlke _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
