Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| I finally managed to compile cvs on gcc 2.96 using stlport. I used an
| approach slightly different from Martin's, that is a small shell
| wrapper around gcc. This allows to use this as your compiler. The
| script is attached.
>
| I needed also the attached trivial patch to compile (which I am going
| to commit right now).
>
| I can run both lyx-qt and lyx-xforms, but as soon as I create a new
| file, I get:
>
| Program received signal SIGSEGV, Segmentation fault.
| [Switching to Thread 1024 (LWP 25851)]
| 0x08285fdc in _STL::basic_streambuf<char, _STL::char_traits<char> >::sputn (
|     this=0x84751e0, __s=0x83cc1a3 "text not available!", __n=19)
|     at /afs/rocq/home/preval/common/src/STLport-4.5.3/stlport/stl/_streambuf.h:435
| 435           __res = this->overflow(traits_type::to_int_type(__c));
| Current language:  auto; currently c++
| (gdb) bt
| #0  0x08285fdc in _STL::basic_streambuf<char, _STL::char_traits<char> >::sputn (
|     this=0x84751e0, __s=0x83cc1a3 "text not available!", __n=19)
|     at /afs/rocq/home/preval/common/src/STLport-4.5.3/stlport/stl/_streambuf.h:435
| #1  0x0829df9d in _STL::basic_ostream<char, _STL::char_traits<char> 
>::_M_put_nowiden (this=0x846a380, __s=0x83cc1a3 "text not available!")
|     at /afs/rocq/home/preval/common/src/STLport-4.5.3/stlport/stl/_ostream.c:265
| #2  0x0829ca37 in _STL::basic_ostream<char, _STL::char_traits<char> > & 
_STL::operator<<<_STL::char_traits<char> > ([EMAIL PROTECTED], 
|     __s=0x83cc1a3 "text not available!")
|     at /afs/rocq/home/preval/common/src/STLport-4.5.3/stlport/stl/_ostream.h:300
| #3  0x0805fb1e in BufferView::Pimpl::resizeCurrentBuffer (this=0x84c8b98)
|     at ../../lyx-devel/src/BufferView_pimpl.C:420
>
>
| So basically, it dies at the first error it tries to output. Could
| this be a debugstream bug, or is it that I did not compile correctly?

Not directly. It is hard to tell...

You are sure there are not mixing of io libs?

-- 
        Lgb

Reply via email to