From owner-FreeBSD-users-jp@jp.FreeBSD.org Mon Apr  1 14:43:30 2013
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id r315hUk81882;
	Mon, 1 Apr 2013 14:43:30 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from pis.elm.toba-cmt.ac.jp (pis.elm.toba-cmt.ac.jp [202.26.248.196])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id r315hTH81877
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 1 Apr 2013 14:43:29 +0900 (JST)
	(envelope-from kiri@pis.elm.toba-cmt.ac.jp)
Received: from kiri.pis.pis.elm.toba-cmt.ac.jp (kiri.pis [192.168.1.1] (may be forged))
	by pis.elm.toba-cmt.ac.jp (8.14.5/8.14.5) with ESMTP id r315hSug063584
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 1 Apr 2013 14:43:28 +0900 (JST)
	(envelope-from kiri@pis.elm.toba-cmt.ac.jp)
Message-Id: <201304010543.r315hSug063584@pis.elm.toba-cmt.ac.jp>
From: KIRIYAMA Kazuhiko <kiri@pis.elm.toba-cmt.ac.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
In-Reply-To: <20130330180940.GA32793@MysticWALL.COM>
References: <20130331004536.101c39e7e2026a6045f662ef@a011.broada.jp>
	<20130330180940.GA32793@MysticWALL.COM>
User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9
 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.6 MULE XEmacs/21.4 (patch 22) (Instant
 Classic) (amd64--freebsd)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=ISO-2022-JP
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Mon, 01 Apr 2013 14:43:28 +0900
X-Sequence: FreeBSD-users-jp 94143
Subject: [FreeBSD-users-jp 94143] Re: www/firefox
 =?ISO-2022-JP?B?GyRCJCxGMCQrJEokJBsoQg==?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: kiri@pis.elm.toba-cmt.ac.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

$B6M;3$G$9(B

At Sun, 31 Mar 2013 03:09:40 +0900,
Kouichi ABE (WALL) wrote:
> 
(snip)
> 
> $B:#2s$O(B firefox $B$N@_Dj2hLL$r3+$$$F:n6H$7$F$$$k;~$KMn$A$^$7$?!#(B
> 
> #0  0x282325fb in thr_kill () from /lib/libc.so.7
> #1  0x281ccd26 in pthread_sigmask () from /lib/libthr.so.3
> #2  0x281cd3fb in raise () from /lib/libthr.so.3
> #3  0x288be44b in XRE_InstallX11ErrorHandler ()
>    from /usr/local/lib/firefox/libxul.so
> #4  0x281ccec5 in pthread_sigmask () from /lib/libthr.so.3
> #5  0x281cd045 in pthread_sigmask () from /lib/libthr.so.3
> #6  <signal handler called>
> #7  0x282de600 in .cerror () from /lib/libc.so.7
> #8  0x303d7ca0 in ?? ()
> #9  0x3cb14f20 in ?? ()
> #10 0x34ffcef8 in ?? ()
> #11 0x00000001 in ?? ()
> #12 0xbd9ddc88 in ?? ()
> #13 0x28326b5e in ffi_call () from /usr/local/lib/libffi.so.6
> Previous frame identical to this frame (corrupt stack?)
> (gdb) 

$B",$G5$$K$J$C$?$N$G$9$,!$%(%i!<$r5/$7$F$$$k$N$O(B libxul $B$N$h$&$G$9$,!$8!:w$9$k(B
$B$H(B OpenBSD $B$G$9$,!$(B[1]$B$N$h$&$J$b$N$,=P$^$7$?!%$3$l$K$h$l$P(B

   Your firefox does not crash by itself. It is wiped out by the system
   when the process size reaches the maximum memory size you allowed to be
   requested by your user.

$B$H8@$C$F$$$k$N$G!$0lEY(B limit $B$7$F(B memoryuse, vmemoryuse, descriptors,
memorylocked, maxproc $B$"$?$j$rD4$Y$i$l$F$O$I$&$G$7$g$&!)(B $B$A$J$_$K;d$N$O(B

kiri@kazu:/etc[1012]% limit
cputime      unlimited
filesize     unlimited
datasize     33554432 kbytes
stacksize    524288 kbytes
coredumpsize 0 kbytes
memoryuse    unlimited
vmemoryuse   unlimited
descriptors  11095 
memorylocked unlimited
maxproc      5547 
sbsize       unlimited
swapsize     unlimited
kiri@kazu:/etc[1013]% 

$B$J$+$s$8$G$9!%(B

[1] http://old.nabble.com/firefox-crashes-td34933227.html
