Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 18:53:31 +0200 (CEST)
From:      Martin Blapp <mb@imp.ch>
To:        John Polstra <jdp@polstra.com>
Cc:        <hackers@FreeBSD.ORG>, <openoffice@FreeBSD.ORG>, Alexander Kabaev <ak03@gte.com>, <deischen@FreeBSD.ORG>
Subject:   Re: Help needed. Deadlock in rtld makes openoffice build hang ag
Message-ID:  <20020806185049.H58571-100000@levais.imp.ch>
In-Reply-To: <XFMail.20020806092521.jdp@polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi,

>      sigfillset(&fullsigmask);
> +    sigdelset(&fullsigmask, SIGPROF);
>      sigdelset(&fullsigmask, SIGILL);

Been there, done that.

Now idlc hangs around early. I do not reach the build state
where regmerge gets compiled.

  2257 idlc     RET   sigreturn JUSTRETURN
  2257 idlc     PSIG  SIGPROF caught handler=0x2837e308 mask=0x0 code=0x0
  2257 idlc     CALL  gettimeofday(0x283e1a2c,0)
  2257 idlc     RET   gettimeofday 0
  2257 idlc     CALL  sigreturn(0x8087e7c)
  2257 idlc     RET   sigreturn JUSTRETURN
  2257 idlc     PSIG  SIGPROF caught handler=0x2837e308 mask=0x0 code=0x0
  2257 idlc     CALL  gettimeofday(0x283e1a2c,0)
  2257 idlc     RET   gettimeofday 0
  2257 idlc     CALL  sigreturn(0x8087e7c)
  2257 idlc     RET   sigreturn JUSTRETURN

and I guess lot's of other threaded appllications will do the same.

Martin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message




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