桐山です

At Sun, 31 Mar 2013 03:09:40 +0900,
Kouichi ABE (WALL) wrote:
> 
(snip)
> 
> 今回は firefox の設定画面を開いて作業している時に落ちました。
> 
> #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) 

↑で気になったのですが,エラーを起しているのは libxul のようですが,検索する
と OpenBSD ですが,[1]のようなものが出ました.これによれば

   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.

と言っているので,一度 limit して memoryuse, vmemoryuse, descriptors,
memorylocked, maxproc あたりを調べられてはどうでしょう? ちなみに私のは

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]% 

なかんじです.

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

メールによる返信