On Mon, 18 Aug 2003 16:30:29 -0400 [EMAIL PROTECTED] wrote: > Summary: make_services causes a core dump on FreeBSD 4.8 > Original Submission: Under FreeBSD 4.8, with the cvs version of core, > make_services crashes with a core dump (signal 11). In fact, every > application using GUI seem to crash the same way (I tested > Affiche.app, GNUMail.app, ImageViewer.app). Rebuilding the whole core > and reinstalling it (after erasing the /usr/local/GNUstep directory) > does'nt solve the problem. Additionnaly, gdomap uses a lot of CPU > (allmost 90%). However, applications without gui using DO seem to > work. Thanks for investigating.
Maybe a long shot, but, does your system use the original SSL libraries, or did you install OpenSSL from ports with OPENSSL_OVERWRITE_BASE=YES set in /etc/make.conf ? The original SSL won't work with GNUstep. If you do not want to override it, you must configure -base with --disable-openssl. -- Chris _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
