help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] GNU Smalltalk 2.3 released


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] GNU Smalltalk 2.3 released
Date: Wed, 06 Dec 2006 09:17:00 +0100
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

FileSegment relocateFrom: 'usr/share/smalltalk/kernel' to: '/usr/share/smalltalk/kernel/'!

does not fix it this time.
i think it's a problem with --prefix on ./configure again.

You should use

  FileSegment relocateFrom: '/home/manveru/pkgbuilds/smalltalk/pkg/'
     to: '/'!

to fix it, if anything. But just to understand, you should be configuring with

  ./configure --prefix=/usr

and installing with

  make install DESTDIR=$HOME/pkgbuilds/smalltalk/pkg

This bug might actually be the result of a fix. :-)

this is no surprise though, since it wasn't fixed since 2.2e
i tried to find the reason for the segfault and ran it with strace again:

You should try with gdb instead:

  gdb gst crashgst.st
  handle SIGSEGV noprint
  b abort
  run
  bt

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]