Abdelrazak Younes wrote: > Jürgen Spitzmüller wrote: > > 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(); > > I guess the work_area pointer points to nothing. Could you put a > breakpoint here and gives us its value?
Breakpoint 1, lyx::LyXView::view (this=0x1340048) at LyXView.C:294 294 return &work_area_->bufferView(); > > (gdb) bt > > #0 lyx::LyXView::view (this=0x13) at LyXView.C:288 > > Hum, this=0x13 seems suspicious also... > > > #1 0x0000000000be221c in lyx::frontend::Kernel::bufferview ( > > this=<value optimized out>) at Kernel.C:91 > > Could you put a break point and verify that lyxview_ is sane at this point? Breakpoint 1, lyx::frontend::Kernel::bufferview (this=0x7fff6badcc48) at Kernel.C:91 91 return lyxview_.view(); BTW your new asserts do not trigger in this case. HTH, Jürgen