Bug#442858: libc6-prof: programs linked agains libc_p.a crash with a SEGV

2008-04-05 Thread Aurelien Jarno
On Mon, Sep 17, 2007 at 02:25:24PM +0100, Stephane Chazelas wrote: > Package: libc6-prof > Version: 2.6.1-4 > Severity: grave > Justification: renders package unusable > > > Hi, > > I don't seem to able build any program linked against the > profiled version of the glibc. > > I can reproduce th

Bug#442858: libc6-prof: programs linked agains libc_p.a crash with a SEGV

2007-10-31 Thread Edwin Steiner
Hi! I came across the same bug in Ubuntu gutsy. The problem is that the instrumentation function __mcount_internal uses the thread control block (the "cmpl $0x0,%gs:0xc"), but %gs is not initialized at this point, yet (mcount is called at the very start of __libc_start_main). As a crude work-a

Bug#442858: libc6-prof: programs linked agains libc_p.a crash with a SEGV

2007-09-17 Thread Pierre Habouzit
found 442858 2.6.1-1 tag 442858 + confirmed thanks It's already present in lenny, don't block migrations because of that. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpC

Bug#442858: libc6-prof: programs linked agains libc_p.a crash with a SEGV

2007-09-17 Thread Stephane Chazelas
Package: libc6-prof Version: 2.6.1-4 Severity: grave Justification: renders package unusable Hi, I don't seem to able build any program linked against the profiled version of the glibc. I can reproduce the problem with any version of gcc (3.3, 3.4, 4.0, 4.1, 4.2), with 2.6.1-1 and 2.6.1-4. Manu