Pavel Sanda schreef:
Pavel Sanda wrote:
Pavel Sanda wrote:
hi,
i get regular crashes with branch lately. just scrolling with mouse
wheel through the document without single touch on the keyboard.
it crashes so often that i have problem to produce some example file.... ;)
once it get frozen and killing lead to this backtrace:
[Switching to Thread 0xb6dc2700 (LWP 27669)]
std::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> >
>, unsigned int, int> (__first=
{_M_current = 0x8d26860}, __n=266, __val...@0xbfaef4d8)
at
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h:618
618 *__first = __tmp;
(gdb)
(gdb) bt
after cont i get another SIGSEGV with the following bt:
#24 std::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int>
> >, unsigned int, int> (__first=
{_M_current = 0x8d26860}, __n=266, __val...@0xbfaef4d8)
at
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h:618
From here it's the same as the first one.
Vincent