Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2003 20:07:42 +0400 (MSD)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        deischen@FreeBSD.org
Cc:        threads@FreeBSD.org
Subject:   Re: libthr/libkse and Mozilla Firebird
Message-ID:  <20030915200204.F2297@news1.macomnet.ru>
In-Reply-To: <20030915195428.C96932@news1.macomnet.ru>
References:  <Pine.GSO.4.10.10309151146320.26414-100000@pcnet5.pcnet.com> <20030915195428.C96932@news1.macomnet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Sep 2003, 19:56+0400, Maxim Konovalov wrote:

> [...]
> > Do you have any malloc options set, or any kernel options set
>
> no malloc options.
>
> > that are different from GENERIC?
>
> here you are: http://maxim.int.ru/stuff/GOLF5
>
> The only option I am worry about is 'options HZ 1000'.  Could it
> interfere with libkse?

>From ktrace.out the last things firebird done were:

# kdump -f ktrace.out | tail -20
 37436 MozillaFirebird-bin CALL  socket(0x2,0x1,0)
 37436 MozillaFirebird-bin RET   socket 31/0x1f
 37436 MozillaFirebird-bin CALL  fcntl(0x1f,0x3,0x10)
 37436 MozillaFirebird-bin RET   fcntl 2
 37436 MozillaFirebird-bin CALL  fcntl(0x1f,0x4,0x6)
 37436 MozillaFirebird-bin RET   fcntl 0
 37436 MozillaFirebird-bin CALL  connect(0x1f,0xbfaedc48,0x10)
 37436 MozillaFirebird-bin RET   connect -1 errno 36 Operation now in progress
 37436 MozillaFirebird-bin CALL  poll(0xbfaedce8,0x6,0xffffffff)
 37436 MozillaFirebird-bin RET   fork 0
 37436 MozillaFirebird-bin CALL  gettimeofday(0xbfabaf10,0)
 37436 MozillaFirebird-bin RET   gettimeofday 0
 37436 MozillaFirebird-bin CALL  gettimeofday(0xbfabaee0,0)
 37436 MozillaFirebird-bin RET   gettimeofday 0
 37436 MozillaFirebird-bin PSIG  SIGSEGV caught handler=0x484f62e0 mask=0xfffefaff code=0xc
 37436 MozillaFirebird-bin CALL  unlink(0x81c4440)
 37436 MozillaFirebird-bin NAMI  "/home/maxim/.phoenix/default/17ma97wm.slt/lock"
 37436 MozillaFirebird-bin RET   unlink 0
 37436 MozillaFirebird-bin CALL  exit(0xb)

-- 
Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org



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