On Tue, 2002-11-26 at 21:40, Angus Leeming wrote:
> On Tuesday 26 November 2002 10:59 am, Darren Freeman wrote:
> > Dear list,
> >
> > Open the math panel.
> >
> > Click a button.
> >
> > *BOOM*
> >
> > segfault
> 
> I do not see this at all, so it's going to be hard to fix your problem unless 
> you supply something useful like a backtrace

ummmm...

the segfault on file->new file->save just went away as of the last
update.. so if it's a lurking bug then I'm not able to help as I forgot
to back up the tree when I checked out. If anyone else still sees it in
the tree then I might checkout the tree as of yesterday but I don't
currently know how to do that.

I did manage to get a capture of my shell session when I did the update
and make. So if that becomes useful I have it and it's not that big. But
rest assured the change was checked in sometime between my last post
claiming a crash and this one since I cvs update religiously.

As for the mathed segfault described above, that's still present. I'll
do what you asked:

> gdb lyx
> <crash LyX>
> gdb> bt
> gdb> up

Done. Attached.

HTH

Have fun,
Darren


(gdb) run
Starting program: /home/lyx-devel/src/lyx
Received unhandled X11 event
Type: 13 Target: 0x3e0009c

Program received signal SIGSEGV, Segmentation fault.
0x082368ef in ControlMath::showDaughter(void*) (this=0x8341bb8, key=0x8395408) at 
ControlMath.h:91
91              ControlMathSub & controller() { return controller_; }
(gdb) bt
#0  0x082368ef in ControlMath::showDaughter(void*) (this=0x8341bb8, key=0x8395408) at 
ControlMath.h:91
#1  0x081dd64a in FormMathsPanel::input(flobjs_*, long) (this=0x8341c4c, ob=0x0) at 
FormMathsPanel.C:218
#2  0x081bf79f in FormBase::InputCB(flobjs_*, long) (this=0x8341c4c, ob=0x8395408, 
data=0) at FormBase.C:213
#3  0x081bfd33 in C_FormBaseInputCB (ob=0x54206574, d=0) at FormBase.C:399
#4  0x40067cb4 in fl_object_qread () from /usr/lib/libforms.so.0.89
#5  0x40078679 in fl_check_forms () from /usr/lib/libforms.so.0.89
#6  0x081fbe00 in lyx_gui::start(std::string const&, std::vector<std::string, 
std::allocator<std::string> > const&) (batch=@0xbffff6c4, files=@0xbffff680)
    at lyx_gui.C:312
#7  0x080bd9e3 in LyX (this=0xbffff6c0, argc=@0xbffff720, argv=0xbffff774) at 
../src/lyx_main.C:166
#8  0x080ece4d in main (argc=1, argv=0xbffff774) at ../src/main.C:31
#9  0x40322082 in __libc_start_main () from /lib/i686/libc.so.6
(gdb) up
#1  0x081dd64a in FormMathsPanel::input(flobjs_*, long) (this=0x8341c4c, ob=0x0) at 
FormMathsPanel.C:218
218                     controller().showDaughter(ob);

Reply via email to