Re: few programs now getting sig 6

From: Stijn Hoop <stijn_at_win.tue.nl>
Date: Tue, 15 Feb 2005 14:33:02 +0100
On Tue, Feb 15, 2005 at 02:08:11PM +0100, Kirill Ponomarew wrote:
> On Tue, Feb 15, 2005 at 12:01:36PM +0100, Ted Lindgreen wrote:
> > Just tried: reinstalling a /usr/lib/libpthread.so.1 build
> > on Feb 12 makes the problem go away (nothing else changed).

I can confirm this:

cvs -d /freebsd/cvsroot co -P -D '2005/02/12' libpthread
cvs -d /freebsd/cvsroot co -P libc
cd libpthread
env CFLAGS="-I/usr/src/libexec/rtld-elf -I/usr/src/libexec/rtld-elf/i386" make

(with sources in /usr/src of course)

produces a libpthread.so.1 that restores openoffice functionality for me.

> This commit probably broke it:
> 
> deischen    2005-02-13 18:38:06 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     lib/libpthread/thread thr_attr_init.c thr_init.c thr_private.h
>                           thr_stack.c
>   Log:
>   Increase the default stacksizes:
>
>                   32-bit          64-bit
>   main thread       2MB             4MB
>   other threads     1MB             2MB

Isn't it strange that a rebuild of the affected program will not
change this behaviour then? I'm trying to say that I think it's weird
that programs would still core when built with the default stack size...
Then again I know next to nothing about thread programming.

Thanks for the fix!

--Stijn

-- 
Nostalgia ain't what it used to be.

Received on Tue Feb 15 2005 - 12:33:13 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:28 UTC