Date: Sun, 11 Nov 2007 10:45:05 +0200 From: Aharon Schkolnik <aschkolnik@gmail.com> To: Maslan <maslanbsd@gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: pgk_add segmentation fault Message-ID: <200711111045.05609.aschkolnik@gmail.com> In-Reply-To: <319cceca0711080913s493b7f7eufec02a9a6d92404e@mail.gmail.com> References: <200711080944.00335.aschkolnik@gmail.com> <319cceca0711080913s493b7f7eufec02a9a6d92404e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 08 November 2007, Maslan wrote: > Hi, > > It seems that pkg_add tries to executes ldconfig which itself cause > the segmentation fault. > Yeah , I thought of that, and tested it. ldconfig works fine. # /sbin/ldconfig -m /usr/local/lib/mysql # > On Nov 8, 2007 7:44 AM, Aharon Schkolnik <aschkolnik@gmail.com> wrote: > > Hi ! > > > > pkg_add is crashing with a segmentation fault: > > > > pkg_add -v mysql-client-5.1.22.tbz > > Requested space: 3809856 bytes, free space: 128323438592 bytes > > in /var/tmp/instmp.ND8UBU > > extract: Package name is mysql-client-5.1.22 > > extract: CWD to /usr/local > > extract: /usr/local/man/man1/mysql_config.1.gz > > extract: /usr/local/man/man1/mysql.1.gz > > extract: /usr/local/man/man1/mysqladmin.1.gz > > extract: /usr/local/man/man1/mysqlbinlog.1.gz > > extract: /usr/local/man/man1/mysqlcheck.1.gz > > extract: /usr/local/man/man1/mysqldump.1.gz > > extract: /usr/local/man/man1/mysqlimport.1.gz > > extract: /usr/local/man/man1/mysqlshow.1.gz > > extract: /usr/local/man/man8/mysqlmanager.8.gz > > . > > . > > . > > > > extract: /usr/local/lib/mysql/libmysqlclient_r.la > > extract: /usr/local/lib/mysql/libmysqlclient_r.so > > extract: /usr/local/lib/mysql/libmysqlclient_r.so.16 > > extract: /usr/local/share/aclocal/mysql.m4 > > extract: /usr/local/share/mysql/mysql_fix_privilege_tables.sql > > extract: execute '/sbin/ldconfig -m /usr/local/lib/mysql' > > extract: CWD to (null) > > Segmentation fault (core dumped) > > > > # uname -a > > FreeBSD CMXHost 5.30.0170 FreeBSD 5.30.0170 #0: Thu Apr 13 14:05:14 UTC > > 2006 i386 7.05.0014 > > > > > > Any ideas ? > > > > TIA > > -- > > The day is short, and the work is great, | Aharon Schkolnik > > and the laborers are lazy, and the reward | > > is great, and the Master of the house is | aschkolnik@gmail.com > > impatient. - Ethics Of The Fathers Ch. 2 | 054 8422076 > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to > > "freebsd-hackers-unsubscribe@freebsd.org" -- The day is short, and the work is great, | Aharon Schkolnik and the laborers are lazy, and the reward | is great, and the Master of the house is | aschkolnik@gmail.com impatient. - Ethics Of The Fathers Ch. 2 | 054 8422076
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711111045.05609.aschkolnik>