Date: Wed, 15 Nov 2000 11:41:54 +0800 From: Terry Dwyer <tdwyer@bigpond.com> To: ports@freebsd.org Subject: Internet Movie Database (ports/misc/moviedb dumps core during title display Message-ID: <3A120602.9F2124BB@bigpond.com>
next in thread | raw e-mail | index | archive | help
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: <jhailey@hotmail.com> 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: <jhailey@hotmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A120602.9F2124BB>