monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] mtn: fatal signal: Segmentation fault


From: Nathaniel J. Smith
Subject: Re: [Monotone-devel] mtn: fatal signal: Segmentation fault
Date: Wed, 17 Jan 2007 13:07:30 -0800
User-agent: Mutt/1.2.5.1i

On Wed, Jan 17, 2007 at 04:01:35PM +0100, Boos, Markus wrote:
> b7965000-b7a39000 r-xp 00000000 03:01 975621     /usr/lib/libstdc++.so.6.0.8
> b7a39000-b7a3c000 r--p 000d4000 03:01 975621     /usr/lib/libstdc++.so.6.0.8
> b7a3c000-b7a3e000 rw-p 000d7000 03:01 975621     /usr/lib/libstdc++.so.6.0.8
[...]
> b7dde000-b7e8e000 r-xp 00000000 03:01 975619     /usr/lib/libstdc++.so.5.0.7
> b7e8e000-b7e93000 rw-p 000af000 03:01 975619     /usr/lib/libstdc++.so.5.0.7

Your monotone is linked against both v5 and v6 of the standard c++
library, which (as you saw) doesn't work.  Probably the problem is
that you used a new version of g++ to build monotone against some
libboost libraries that were compiled with an old version of g++, or
vice versa.

> i have ubuntu 6.10 installed on Microsoft Virtual PC 2004

Some things to try:
  - The Ubuntu 6.06 deb might work for you:
      http://venge.net/monotone/downloads/monotone_0.32-dapper0.1_i386.deb
  - The statically compiled binary will almost certainly work for you:
      http://venge.net/monotone/downloads/mtn-0.32-linux-x86.bz2
  - Rebuilding monotone, making sure that you are using the right
    boost binaries.

-- Nathaniel




reply via email to

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