From owner-freebsd-mozilla Wed Oct 20 11:41:19 1999 Delivered-To: freebsd-mozilla@freebsd.org Received: from mail.tvol.com (mail.wgate.com [38.219.83.4]) by hub.freebsd.org (Postfix) with ESMTP id 7F8F114CBE for ; Wed, 20 Oct 1999 11:41:17 -0700 (PDT) (envelope-from rjesup@wgate.com) Received: from jesup.eng.tvol.net (jesup.eng.tvol.net [10.32.2.26]) by mail.tvol.com (8.8.8/8.8.3) with ESMTP id OAA12532 for ; Wed, 20 Oct 1999 14:35:16 -0400 (EDT) Reply-To: Randell Jesup To: mozilla@freebsd.org Subject: Problems with M10 From: Randell Jesup Date: 20 Oct 1999 14:37:06 +0000 Message-ID: X-Mailer: Gnus v5.6.43/Emacs 20.4 Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I hand-installed the M10 patch for the mozilla port, and have built it (under 3.3). However, it segfaults in apprunner, as per below: Needless to say, this is rather opaque to someone who's not intimate with the design of the Javascript in Mozilla. Any solutions? I built with --debug-enable to get this output. Also, what's a good way to track ongoing mozilla work? Do the normal "add CVS to the installed tarball [in /usr/ports/www/mozilla/work] and cvs update" trick? Thanks Randell #0 0x80daffc in ?? () #1 0x28530046 in WrappedNative_GetProperty (cx=0x808c000, obj=0x80dafc0, id=135501760, vp=0xbfbfca38) at xpcwrappednativejsops.cpp:235 #2 0x280cda45 in js_Interpret (cx=0x808c000, result=0xbfbfcb1c) at jsinterp.c:2205 #3 0x280c77d0 in js_Invoke (cx=0x808c000, argc=1, flags=0) at jsinterp.c:687 #4 0x280ce562 in js_Interpret (cx=0x808c000, result=0xbfbfce68) at jsinterp.c:2249 #5 0x280c7b9f in js_Execute (cx=0x808c000, chain=0x80db168, script=0x8134c00, fun=0x0, down=0x0, debugging=0, result=0xbfbfce68) at jsinterp.c:844 #6 0x280ad747 in JS_ExecuteScript (cx=0x808c000, obj=0x80db168, script=0x8134c00, rval=0xbfbfce68) at jsapi.c:2562 #7 0x284f3161 in mozJSComponentLoader::GlobalForLocation (this=0x8082880, aLocation=0x80bb300 "rel:nsSample.js", component=0x809aa20) at mozJSComponentLoader.cpp:591 #8 0x284f2f3a in mozJSComponentLoader::ModuleForLocation (this=0x8082880, registryLocation=0x80bb300 "rel:nsSample.js", component=0x809aa20) at mozJSComponentLoader.cpp:499 #9 0x284f2e1d in mozJSComponentLoader::AutoRegisterComponent (this=0x8082880, when=0, component=0x809aa20, registered=0xbfbfcf44) at mozJSComponentLoader.cpp:456 #10 0x284f280f in mozJSComponentLoader::RegisterComponentsInDir ( this=0x8082880, when=0, dir=0x809a980) at mozJSComponentLoader.cpp:327 #11 0x284f2558 in mozJSComponentLoader::AutoRegisterComponents (this=0x8082880, when=0, aDirectory=0x809a980) at mozJSComponentLoader.cpp:289 #12 0x2817b884 in AutoRegister_enumerate (key=0x809b000, aData=0x8082880, aClosure=0xbfbfd188) at nsComponentManager.cpp:1980 #13 0x2814f3b9 in _hashEnumerate (he=0x80bb2d0, i=0, arg=0xbfbfd07c) at nsHashtable.cpp:85 #14 0x281da798 in PL_HashTableEnumerateEntries (ht=0x8052300, f=0x2814f390 <_hashEnumerate(PLHashEntry *, int, void *)>, arg=0xbfbfd07c) at plhash.c:368 #15 0x2814f833 in nsHashtable::Enumerate (this=0x80632b0, aEnumFunc=0x2817b830 , closure=0xbfbfd188) at nsHashtable.cpp:214 #16 0x2817c0c2 in nsComponentManagerImpl::AutoRegister (this=0x8064100, when=0, inDirSpec=0x0) at nsComponentManager.cpp:2059 #17 0x28182214 in nsComponentManager::AutoRegister (when=0, directory=0x0) at nsRepository.cpp:196 #18 0x804b62b in NS_AutoregisterComponents () at nsSetupRegistry.cpp:94 #19 0x804bc55 in NS_SetupRegistry_1 () at nsSetupRegistry.cpp:114 #20 0x804a974 in main1 (argc=1, argv=0xbfbfd3a0) at nsAppRunner.cpp:501 #21 0x804b42d in main (argc=1, argv=0xbfbfd3a0) at nsAppRunner.cpp:702 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Wed Oct 20 11:53:55 1999 Delivered-To: freebsd-mozilla@freebsd.org Received: from petent.ocsny.com (petent.ocsny.com [204.107.76.50]) by hub.freebsd.org (Postfix) with ESMTP id 52B9514A09 for ; Wed, 20 Oct 1999 11:53:53 -0700 (PDT) (envelope-from pcollins@ocsny.com) Received: from ocsny.com (localhost [127.0.0.1]) by petent.ocsny.com (8.9.3/8.9.3) with ESMTP id OAA13418; Wed, 20 Oct 1999 14:53:30 -0400 (EDT) (envelope-from pcollins@ocsny.com) Message-ID: <380E0FA7.599D1AE8@ocsny.com> Date: Wed, 20 Oct 1999 14:53:29 -0400 From: pete collins Organization: Optimized Computer Solutions X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Randell Jesup Cc: mozilla@FreeBSD.ORG Subject: Re: Problems with M10 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG aprunner doesn't run in M10. infact it don't run much these days. here is a tarball of my binaries. ftp://204.107.76.15/pub/mozilla-M10-FreeBSD3.2.tar.gz It is the closest version to M10 i got to run on FreeBSD. I did the build about 2 days before the official release of M10. pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message