Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 May 2005 12:14:33 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Tilman Linneweh <arved@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/80711: misc/most: most-4.10.1 can not search 
Message-ID:  <20050509191433.91BD25D08@ptavv.es.net>
In-Reply-To: Your message of "Sun, 08 May 2005 20:28:47 GMT." <200505082028.j48KSlwF053917@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Sun, 8 May 2005 20:28:47 GMT
> From: Tilman Linneweh <arved@FreeBSD.org>
> 
> Synopsis: misc/most: most-4.10.1 can not search
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: arved
> State-Changed-When: Sun May 8 20:25:17 GMT 2005
> State-Changed-Why: 
> Can't reproduce here...
> 
> Can you look at ktrace output to find out where it fails?
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=80711
> 

I think I need to be more clear. I'm not getting a SIGABRT. I am getting
the literal message "Aborted!" and most does not terminate.

Here is the relevant bit of the ktrace. I think it really just says
that the kernel is not involved.
17679 most     GIO   fd 3 read 1 byte
       "\r"
 17679 most     RET   read 1
 17679 most     CALL  write(0x1,0x280de780,0x1)
 17679 most     GIO   fd 1 wrote 1 byte
       0x0000 07                                       |.|

 17679 most     RET   write 1
 17679 most     CALL  write(0x1,0x280de780,0x12)
 17679 most     GIO   fd 1 wrote 18 bytes
       0x0000 1b5b 3234 3b31 4841 626f 7274 6564 211b  |.[24;1HAborted!.|
       0x0010 5b4b                                     |[K|

I am seeing this on RELENG_4, RELENG_5 and current systems. In all cases
I re-installed 4.9.5 and it works fine. I have nothing odd in
make.conf. All systems use -O and none have any CPU type stuff. One is
an AMD K6, two others are PIIIs and one is a P4m. All behave exactly the
same way.

Guess it's time to re-build with -g and see what I can find,
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050509191433.91BD25D08>