Jonathan Vogt wrote:
Hi all,
hope I don't report anything old as new again, at least I didn't find
anything.
1) Open up one Document
2) Open new window and load same document
3) Type some lines in new window
4) change to old window and scroll down using the scrollbar
I cannot reproduce that with MSVC/debug mode. Somebody else is seeing this?
=>
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/debug/safe_iterator.h:193:
error: attempt to dereference a past-the-end iterator.
Objects involved in the operation:
iterator "this" @ 0x0xafe69b20 {
type =
N11__gnu_debug14_Safe_iteratorISt17_Rb_tree_iteratorISt4pairIKiN3lyx5Poin
tEEEN15__gnu_debug_def3mapIiS5_St4lessIiESaIS6_EEEEE (mutable iterator);
state = past-the-end;
references sequence with type
`N15__gnu_debug_def3mapIiN3lyx5PointESt4lessIiES
aISt4pairIKiS2_EEEE' @ 0x0xafe69b20
}
I need a bigger back trace to know where this happens. Do you know gdb?
You just need to run LyX within gdb and ask for the backtrace when it
crashes:
> gdb lyx
gdb> run
[crash]
gdb> bt
Thanks in advance,
Abdel.