> -- The C compiler identification is GNU
> -- The CXX compiler identification is GNU
> -- Check for working C compiler: /usr/bin/cc
> terminate called after throwing an instance of 'std::length_error'
>   what():  basic_string::_S_create
> Abort trap (core dumped) 
> ---------------------------------------------
> Error when bootstrapping CMake:
> Problem while running initial CMake
> ---------------------------------------------

So cmake still has problems on arm with a new libsupc++ that is doing
SJLJ exceptions. Anyone have ideas?


GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "arm-unknown-openbsd5.0"...
(no debugging symbols found)

Core was generated by `cmake'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libstdc++.so.52.0...done.
Loaded symbols for /usr/lib/libstdc++.so.52.0
Reading symbols from /usr/lib/libm.so.7.0...done.
Loaded symbols for /usr/lib/libm.so.7.0
Reading symbols from /usr/lib/libc.so.60.1...done.
Loaded symbols for /usr/lib/libc.so.60.1
Reading symbols from /usr/libexec/ld.so...done.
Loaded symbols for /usr/libexec/ld.so
#0  0x4a029b68 in kill () from /usr/lib/libc.so.60.1
(gdb) bt
#0  0x4a029b68 in kill () from /usr/lib/libc.so.60.1
#1  0x4a08cca8 in abort () at /usr/src/lib/libc/stdlib/abort.c:68
#2  0x43acdf58 in __gnu_cxx::__verbose_terminate_handler ()
    at 
/usr/src/gnu/lib/libstdc++-v3/../../gcc/libstdc++-v3/libsupc++/vterminate.cc:98
#3  0x43b2301c in __cxxabiv1::__terminate (
    handler=0x43acdd84 <__gnu_cxx::__verbose_terminate_handler()>)
    at 
/usr/src/gnu/lib/libstdc++-v3/../../gcc/libstdc++-v3/libsupc++/eh_terminate.cc:43
#4  0x43b230a4 in std::terminate ()
    at 
/usr/src/gnu/lib/libstdc++-v3/../../gcc/libstdc++-v3/libsupc++/eh_terminate.cc:53
#5  0x43b230a4 in std::terminate ()
    at 
/usr/src/gnu/lib/libstdc++-v3/../../gcc/libstdc++-v3/libsupc++/eh_terminate.cc:53
Previous frame identical to this frame (corrupt stack?)



Reply via email to