Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
But where does it crash?
It doesn't crash (in this case), it breaks at the break point.
OK it was expected that it breaks at the break point ;-),
For the segfault (without the breakpoints), see the message I sent earlier:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47549887078496 (LWP 19228)]
lyx::LyXView::view (this=0x13) at LyXView.C:288
288 return &work_area_->bufferView();
OK, then, if you continue and it should break just before the crash at
this point. What is the value of work_area_ there? If it is not null,
does it seem to point to something reasonable? I forgot the gdb command
that permits to watch a variable but you certainly know this, don't you?
Abdel.