From owner-freebsd-ports Tue Nov 14 19:38: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from teapot28.domain6.bigpond.com (teapot28.domain6.bigpond.com [139.134.5.197]) by hub.freebsd.org (Postfix) with SMTP id D194137B479 for ; Tue, 14 Nov 2000 19:37:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by teapot28.domain6.bigpond.com (NTMail 3.02.13) with ESMTP id ra876997 for ; Wed, 15 Nov 2000 13:37:40 +1000 Received: from WEBH-T-007-p-154-242.tmns.net.au ([203.54.154.242]) by mail6.bigpond.com (Claudes-Flaming-MailRouter V2.9c 11/302448); 15 Nov 2000 13:37:39 Message-ID: <3A120602.9F2124BB@bigpond.com> Date: Wed, 15 Nov 2000 11:41:54 +0800 From: Terry Dwyer Organization: Cottage Networks X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Internet Movie Database (ports/misc/moviedb dumps core during title display Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've reported this problem using gnats about 3 weeks ago, but nobody has followed it up - no big deal, I know you're all busy. I also mailed the submitter a couple of days ago but have not had an acknowledgement as yet. I thought I'd post the problem here with what I know about it in the hope that someone else can tell me that it must be a problem with my system (and how to fix it) or confirm it is a real bug. Since a search of the mailing lists produces nothing but unassigned bug reports containg my problem report and a record of the conversations between the submitter and the committer, I gather that no one has actually installed the port but me 8-(. OS ver: 4.2-BETA FreeBSD 4.2-BETA #0: Mon Nov 13 14:11:28 WST 2000 Running a title query on the database always produces the following results: ------------------------------------------------------------- title -t Pi -full [...] Summary by: Genres: Thriller Sci-Fi Keywords: genius judaism chaos-theory computer cult-favorite delusion low-budget insanity mathematical-equation independent-film brain game-of-go geometry mathematics paranoia pi self-mutilation surreal ant Segmentation fault - core dumped charon $ --------------------------------------------------------------- It doesn't matter what movie name is searched for or what switches are used, there is always a core dump. I compiled the port with the -g flag in CFLAGS and used gdb to do a backtrace: --------------------------------------------------------------- Summary by: Genres: Thriller Sci-Fi Keywords: genius judaism chaos-theory computer cult-favorite delusion low-budget insanity mathematical-equation independent-film brain game-of-go geometry mathematics paranoia pi self-mutilation surreal ant Program received signal SIGSEGV, Segmentation fault. 0x280d79bc in strcmp () from /usr/lib/libc.so.4 (gdb) bt #0 0x280d79bc in strcmp () from /usr/lib/libc.so.4 #1 0x8052118 in titleResultSort (e1=0x805a6a4, e2=0x805a5f0) at display.c:903 #2 0x280d68c3 in qsort () from /usr/lib/libc.so.4 #3 0x80521dc in displayFilmographyListData (trec=0x805a000) at display.c:933 #4 0x8052b06 in displayTitleSearchRec (trec=0x805a000, tidy=1) at display.c:1219 #5 0x8052be6 in displayTitleSearchResults (tchain=0x805a000, tidy=1) at display.c:1250 ----------------------------------------------------------------- Can anyone help with this as I have now reached the limit of my debugging skills. Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message