From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Boris Zbarsky Newsgroups: gmane.lisp.guile.user Subject: Re: Issues using statprof (no samples taken) Date: Thu, 20 Nov 2008 21:51:59 -0500 Message-ID: <4926224F.8030402@mit.edu> References: <491DBAE5.5060100@mit.edu> <87prkx28cp.fsf@gnu.org> <49206D71.9070407@mit.edu> <87bpwecrsb.fsf@gnu.org> <49218F97.2000805@mit.edu> <87abbybatj.fsf@gnu.org> <4921E796.6000408@mit.edu> <87wsf1iawe.fsf@gnu.org> <4922EA36.7080905@mit.edu> <87zljwheuy.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227235959 12284 80.91.229.12 (21 Nov 2008 02:52:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2008 02:52:39 +0000 (UTC) Cc: guile-user@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Nov 21 03:53:41 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L3M9M-0002n4-M2 for guile-user@m.gmane.org; Fri, 21 Nov 2008 03:53:40 +0100 Original-Received: from localhost ([127.0.0.1]:44379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3M8E-0004OY-4M for guile-user@m.gmane.org; Thu, 20 Nov 2008 21:52:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3M8A-0004OF-2V for guile-user@gnu.org; Thu, 20 Nov 2008 21:52:26 -0500 Original-Received: from [199.232.76.173] (port=37028 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3M89-0004O7-4d for guile-user@gnu.org; Thu, 20 Nov 2008 21:52:25 -0500 Original-Received: from biscayne-one-station.mit.edu ([18.7.7.80]:35608) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3M88-0000Z5-RL; Thu, 20 Nov 2008 21:52:24 -0500 Original-Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id mAL2q2WL019584; Thu, 20 Nov 2008 21:52:02 -0500 (EST) Original-Received: from boris-zbarskys-macbook-pro.local (dsl092-065-154.bos1.dsl.speakeasy.net [66.92.65.154]) (authenticated bits=0) (User authenticated as bzbarsky@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id mAL2q0VC023897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 20 Nov 2008 21:52:01 -0500 (EST) User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) In-Reply-To: <87zljwheuy.fsf@gnu.org> X-Scanned-By: MIMEDefang 2.42 X-Spam-Score: 0.00 X-MIME-Autoconverted: from 8bit to quoted-printable by biscayne-one-station.mit.edu id mAL2q2WL019584 X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6952 Archived-At: Ludovic Court=E8s wrote: > Boris Zbarsky writes: >> That doesn't seem to have any effect. Interestingly, if I change the >> setitimer call but NOT the sigaction call I see the program terminate >> with an uncaught SIGPROF... So clearly the sigaction is having _some_ >> effect. Just not that of calling the handler. ;) >=20 > Aaarg. That's about how I feel. > However, it would help if you used 1.8, as I'm not sure exactly how 1.6 > differs in that respect. According to > https://bugs.gentoo.org/show_bug.cgi?id=3D165492 , it is feasible to ju= st > switch to 1.8 and keep GnuCash happy. I'll see if I can manage this, but=20 http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail#guile_1.8.1 doesn't=20 fill me with hope. It'll certainly involve me hacking around in the=20 Macports gnucash and recompiling it to look for "guile" as oppposed to=20 "guile16" at the very least... It also sounds like I'll need to compile=20 guile 1.8 with some non-default options, at least according to those=20 gentoo bug reports. :( -Boris