From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from systemhalted (CPE00045aedab24-CM.cpe.net.cable.rogers.com [24.112.227.68]) by dsl2.external.hp.com (Postfix) with ESMTP id A8F1C482F for ; Wed, 30 Apr 2003 12:11:24 -0600 (MDT) Date: Wed, 30 Apr 2003 14:12:16 -0400 From: Carlos O'Donell To: Joel Soete Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] Program counter from sigcontext, constructurs and -fPIC Message-ID: <20030430181216.GA20779@systemhalted> References: <20030430003106.GC12492@systemhalted> <3EA9466400001A95@ocpmta7.freegates.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <3EA9466400001A95@ocpmta7.freegates.net> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > >Don't touch -17, the _Unwind_Find_FDE code broke and it's doing damage > >to things like 'vi' ... *sigh* I haven't even looked into this (looks > >like gcc/glibc clashes again). > > > Umm could this be why that my b2k crashed when compiling a kernel to test > a patch? Quite possibly. If you can get a backtrace of the crash you'll se it die inside _Unwind_Find_FDE in glibc. I'm working on fixing this. c.