thanks for all your input so far, but I'm still stuck... unlimit stack; mozilla doesn't help anything mozilla -splash doesn't work either - although for a split second some window seems to appear... ---> this is probably a very similar error to the osx version I downloaded directly from www.mozilla.org. their mozilla also wasn't able to start, b/c for about half a second a window appeared and then the application unexpectedly quit. has anyone got another idea what could cause the problem?
alex On Sonntag, M�rz 24, 2002, at 09:53 Uhr, Prahlad Gupta wrote: > > > Chris Devers writes: >> On Sun, 24 Mar 2002, Finlay Dobbie wrote: >> >>> On Sunday, March 24, 2002, at 10:21 AM, Alexander Meier wrote: >>> >>>> I tried to find a manual or an info, but couldn't find anything right >>>> away. Anything obvious I'm missing? Any howto-info where I could >>>> look? >>> >>> try "ulimit stack; mozilla". Hmm... if that works, we'll probably need >>> to set the stack size higher programmatically in the patch. >> >> Do you mean 'unlimit'? I get command not found for 'ulimit'. >> >> In any case, I'm getting a similar problem -- Mozilla seems to have >> built >> normally, but when I try to launch it the program immediately exits >> with >> no output of any kind. When trying "mozilla -splash" it will get far >> enough to flash a splash image for a fraction of a second before >> quitting. >> > > > I believe 'ulimit' is the sh version, while 'unlimit' is the csh > version, so on OS X unlimit is the one to use in the default shell. > > Using this to allocate more resources to the shell can help some > applications run. I had a similar problem with xemacs: it built fine > but when I ran vm under it, it would exit after a couple of seconds > with an "illegal error" notification. Using 'unlimit stack; xemacs' > fixed that (thanks to Finlay D. for the suggestion, a few weeks ago) > > I don't have any ideas about the rest of the stuff you mentioned, > sorry.. (although maybe it's a similar issue: not enough > allocable memory, although hopefully it doesn't really need 1.5 Gig..) > > Hope this helps -- > > > -- Prahlad > > >> Also, after Mozilla finished installing I tried adding Nautilus & >> Galeon, >> but neither of those works either. Nautilus fails with: >> >> % nautilus >> *** malloc[55]: error: Can't allocate region >> >> Glib-ERROR **: could not allocate 1600742536 bytes >> aborting... >> Abort >> % >> >> Gee, only 1,600,742,536 bytes? I can see where a file manager should >> need >> a gig and a half of ram to launch -- that's *perfectly* reasonable. >> *Not* >> >> :) >> >> And then Galeon won't even build, throwing instead this error: >> >> c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src >> -I/sw/include/mozilla -I/sw/include/mozilla/nspr >> -I/sw/include/mozilla/appcomps -I/sw/include/mozilla/content >> -I/sw/include/mozilla/cookie -I/sw/include/mozilla/docshell >> -I/sw/include/mozilla/dom -I/sw/i >> nclude/mozilla/exthandler -I/sw/include/mozilla/find >> -I/sw/include/mozilla/gfx -I/sw/include/mozilla/gtkembedmoz >> -I/sw/include/mozilla/helperAppDlg -I/sw/include/mozilla/java >> -I/sw/include/mozilla/jsconsole -I/sw/include/mozilla/layout >> -I/sw/include/mozil >> la/mimetype -I/sw/include/mozilla/mozxfer -I/sw/include/mozilla/necko >> -I/sw/include/mozilla/necko2 -I/sw/include/mozilla/nkcache >> -I/sw/include/mozilla/oji -I/sw/include/mozilla/pref >> -I/sw/include/mozilla/string -I/sw/include/mozilla/shistory >> -I/sw/include >> /mozilla/uconv -I/sw/include/mozilla/uriloader >> -I/sw/include/mozilla/wallet -I/sw/include/mozilla/webbrowserpersist >> -I/sw/include/mozilla/webbrwsr -I/sw/include/mozilla/webshell >> -I/sw/include/mozilla/widget -I/sw/include/mozilla/windowwatcher >> -I/sw/includ >> e/mozilla/xpcom -I/sw/include/gconf/1 -I/sw/include >> -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/orbit-1.0 >> -I/sw/include/gtk-1.2 -I/usr/X11R6/include -I/sw/include/gdk- >> pixbuf-1.0 -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 >> -I/sw/lib/glib/i >> nclude -I/usr/X11R6/include -I/sw/include/gnome-vfs-1.0 >> -I/sw/lib/gnome-vfs-1.0/include -I/sw/include/gnome-xml -I/sw/include >> -I/sw/include/orbit-1.0 -I/sw/include/gconf/1 >> -I/sw/include/libglade-1.0 -I/sw/include/gnome-1.0 >> -DNEED_GNOMESUPPORT_H -I/sw/lib/ >> gnome-libs/include -I/sw/include/freetype2 -I/sw/include/eel-1 >> -DLIB_DIR=\"/sw/lib/galeon\" -DSHARE_DIR=\"/sw/share/galeon\" >> -DNULL=0L -no-cpp-precomp -I/sw/include -fno-rtti -g -O3 -Wall >> -Wmissing-declarations -Wmissing-prototypes -Wsign-compare -Werr >> or -c BaseProtocolHandler.cpp >> BaseProtocolHandler.cpp:47: prototype for `nsresult >> GBaseProtocolHandler::GetScheme(char **)' does not match any in class >> `GBaseProtocolHandler' >> BaseProtocolHandler.h:30: candidate is: nsresult >> GBaseProtocolHandler::GetScheme(nsACString &) >> BaseProtocolHandler.cpp:79: prototype for `nsresult >> GBaseProtocolHandler::NewURI(const char *, nsIURI *, nsIURI **)' does >> not match any in class `GBaseProtocolHandler' >> BaseProtocolHandler.h:30: candidate is: nsresult >> GBaseProtocolHandler::NewURI(const nsACString &, const char *, >> nsIURI *, nsIURI **) >> BaseProtocolHandler.cpp: In method `nsresult >> GBaseProtocolHandler::NewURI(const char *, nsIURI *, nsIURI **)': >> BaseProtocolHandler.cpp:89: no matching function for call to >> `nsDerivedSafe<nsIURI>::SetSpec (const char *&)' >> /sw/include/mozilla/necko/nsIURI.h:89: candidates are: nsresult >> nsIURI::SetSpec(const nsACString &) >> make[3]: *** [BaseProtocolHandler.o] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all-recursive-am] Error 2 >> ### make failed, exit code 2 >> Failed: compiling galeon-1.1.2-1 failed >> >> >> Any ideas? Should I wipe out Mozilla & try it again? I'm hesitant to >> try >> that without having an idea of what's going wrong at this point... >> >> >> -- >> Chris Devers [EMAIL PROTECTED] >> Apache / mod_perl / http://homepage.mac.com/chdevers/resume/ >> >> >> >> > > > ------------------------------------------------------------------------------ > Prahlad Gupta Email: > [EMAIL PROTECTED] > Assistant Professor Office phone: +1 > 319-335-2908 > Department of Psychology Lab phone: +1 > 319-335-2472 > University of Iowa Fax: +1 > 319-335-0191 > Iowa City, IA 52242 > http://www.psychology.uiowa.edu/Faculty/Gupta > ------------------------------------------------------------------------------ > > > _______________________________________________ > Fink-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/fink-users _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
