ports/139867: mail/isoqlog catch segmentation fault under AMD64

Bartosz Stec admin at kkip.pl
Mon Nov 15 13:50:11 UTC 2010


The following reply was made to PR ports/139867; it has been noted by GNATS.

From: Bartosz Stec <admin at kkip.pl>
To: bug-followup at FreeBSD.org, arved at freebsd.org, 
 Stefan Walter <stefan at freebsd.org>
Cc:  
Subject: Re: ports/139867: mail/isoqlog catch segmentation fault under AMD64
Date: Mon, 15 Nov 2010 14:02:58 +0100

 Unfortunately Tilmans patch doesn't change anything in my case:
 
     # gdb /usr/local/bin/isoqlog isoqlog.core
     GNU gdb 6.1.1 [FreeBSD]
     Copyright 2004 Free Software Foundation, Inc.
     GDB is free software, covered by the GNU General Public License, and
     you are
     welcome to change it and/or distribute copies of it under certain
     conditions.
     Type "show copying" to see the conditions.
     There is absolutely no warranty for GDB.  Type "show warranty" for
     details.
     This GDB was configured as "amd64-marcel-freebsd"...
     Core was generated by `isoqlog'.
     Program terminated with signal 11, Segmentation fault.
     Reading symbols from /lib/libc.so.7...done.
     Loaded symbols for /lib/libc.so.7
     Reading symbols from /libexec/ld-elf.so.1...done.
     Loaded symbols for /libexec/ld-elf.so.1
     #0  0x000000000040b50a in sortDomainUsersFrom (domain=0x800a1ccd0
     "domain.com")
          at Data.c:224
     224                                     if (tmp1->from_cnt >
     tmp2->from_cnt)
     (gdb) bt
     #0  0x000000000040b50a in sortDomainUsersFrom (domain=0x800a1ccd0
     "domain.com")
          at Data.c:224
     #1  0x0000000000404fa8 in createDailyHtml (
          f=0x800a3b400
     "/usr/local/www/sarg/exim/domain.com/2010/11/15.html",
          d=0x800a1ccd0) at Html.c:206
     #2  0x0000000000404910 in createHtml () at Html.c:83
     #3  0x000000000040361a in main (argc=1, argv=0x7fffffffea40) at
     main.c:74
 
 Backtrace output is the same as before. Here's build log, and warnings 
 are still there:
 http://pastebin.com/eAVda465
 
 I patched a port by hashing BROKEN line and then I fetched patch file to 
 mail/isoqlog/files. I also tried to patch manually, which was 
 succesfull, but with the same result.



More information about the freebsd-ports-bugs mailing list