From owner-freebsd-questions Mon Jun 5 14:52:56 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA11479 for questions-outgoing; Mon, 5 Jun 1995 14:52:56 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA11473 for ; Mon, 5 Jun 1995 14:52:54 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id OAA16411 ; Mon, 5 Jun 1995 14:52:45 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Mark Diekhans cc: grashiya@chaph.usc.edu, questions@freebsd.org Subject: Re: smalltalk-1.1.1 In-reply-to: Your message of "Mon, 05 Jun 1995 13:52:38 PDT." <199506052052.NAA13594@Grizzly.COM> Date: Mon, 05 Jun 1995 14:52:44 -0700 Message-ID: <16410.802389164@westhill.cdrom.com> From: Gary Palmer Sender: questions-owner@freebsd.org Precedence: bulk In message <199506052052.NAA13594@Grizzly.COM>, Mark Diekhans writes: >I couldn't get it to work. It core dumps with a corrupt pointer in the heap. >I haven't figure out the source of the problem (do data breakpoints on heap >memory addresses actually work in GDB?). >Does anyone have a fix? Speaking as the smalltalk maintainer, I know how you felt. I spent AGES trying to debug that exact same problem (was it during the initialisation phase?). Then I did a make clean, recompiled, and everything WORKED. I was ASTOUNDED, OVERJOYED, and RELIVED! I think there must be something that changed between 2.0 and the -current sources of a couple of months ago (when I finally got smalltalk to work) which knocks smalltalk off kilter, and I'm damned if I know what. And just to ensure I wasn't seeing things, I verifyed my results on thud - I'd tried thud previously with my code and it failed, and after I got my machine working by not doing anything to the smalltalk code, thud also worked. It was most mysterious. If anyone can point me in the direction of the culprit, I'll send them a bag of cookies! Gary