Subject: Re: Mozilla on -current (pthread related)
To: Martin J. Laubach <mjl@usenet-2002-07.emsi.priv.at>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 01/26/2003 16:25:12
On Mon, Jan 27, 2003 at 12:15:02AM +0000, Martin J. Laubach wrote:

 > % mozilla
 > Segmentation fault (core dumped)
 > 
 >   GDB says:
 > (gdb) bt
 > #0  0x41813440 in _rtld_bind_start () from /usr/libexec/ld.elf_so
 > Cannot access memory at address 0xfffffff0

Hrmf.  ld.elf_so is not currently thread-safe, although it currently
only manifests itself if the application uses dlopen(), etc.

We need an SA-aware read/write lock implementation for ld.elf_so.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>