On Thu, 2002-11-28 at 02:34, Angus Leeming wrote:
> On Wednesday 27 November 2002 3:50 pm, Darren Freeman wrote:
> > Dear list,
> >
> > Because it's a real bug, and to show of^H^H^H^H^H^H^Htest the script I
> > just posted.
> >
> > See attachment =)
> 
> and adding "active_(0)" to the ControlMath c-tor made no difference?
> Angus

Doing the following upon receipt of this email:

cvs update  (noticed that ControlMath.c was patched)
make        (nothing weird)
lyxdbg

Click File->New
type ctrl-M
right-click mathed box
click +-
*BOOM*

attach the trace

i.e. update lyx and do the same as before.

I haven't tried doing a diff on the two different traces as I don't have
them anymore. But you might like to?

Have fun,
Darren
LyX 1.3.0cvs of Fri, May 3, 2002
Built on Nov 28 2002, 01:59:27
Configuration
  Host type:                      i686-pc-linux-gnu
  Special build flags:            warnings assertions xforms-image-loader
  C   Compiler:                   gcc
  C   Compiler flags:             -g -O2
  C++ Compiler:                   g++ (3.2)
  C++ Compiler flags:             -g -O -fno-exceptions -W -Wall -Winline
  Linker flags:                   
  Frontend:                       xforms
    libXpm version:               4.11
    libforms version:             0.89.5
  LyX binary dir:                 /usr/local/bin
  LyX files dir:                  /usr/local/share/lyx

----------8<----------8<----------
set arg
run
bt
up
quit
----------8<----------8<----------
GNU gdb 5.2.1-2mdk (Mandrake Linux)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux-gnu"...
(gdb) (gdb) Starting program: /home/lyx-devel/src/lyx 
Received unhandled X11 event
Type: 13 Target: 0x360009c

Program received signal SIGSEGV, Segmentation fault.
0x40377e53 in realloc () from /lib/i686/libc.so.6
Current language:  auto; currently c
(gdb) #0  0x40377e53 in realloc () from /lib/i686/libc.so.6
#1  0x400a11a4 in fl_set_object_label () from /usr/lib/libforms.so.0.89
#2  0x082028c8 in xformsBC::setButtonLabel(flobjs_*, std::string const&) (
    this=0x83be238, obj=0x40421688, label=@0x1)
    at /usr/include/c++/3.2/bits/basic_string.h:781
#3  0x081b95f7 in GuiBC<flobjs_, flobjs_>::refresh() (this=0x83be238)
    at ../../../src/frontends/controllers/ButtonController.tmpl:55
#4  0x08226f32 in ButtonControllerBase::readOnly(bool) (this=0x83be238, 
    ro=false) at ButtonControllerBase.C:96
#5  0x0823072a in ControlDialog<ControlConnectBD>::show() (this=0x83be268)
    at ControlDialog.tmpl:46
#6  0x08235b3d in ControlMath::showDaughter(void*) (this=0x8340c18, 
    key=0x83945f0) at ControlMath.h:91
#7  0x081dc9e2 in FormMathsPanel::input(flobjs_*, long) (this=0x8340cac, 
    ob=0x10) at FormMathsPanel.C:218
#8  0x081bec7f in FormBase::InputCB(flobjs_*, long) (this=0x8340cac, 
    ob=0x83945f0, data=0) at FormBase.C:213
#9  0x081bf213 in C_FormBaseInputCB (ob=0x1, d=0) at FormBase.C:399
#10 0x40067cb4 in fl_object_qread () from /usr/lib/libforms.so.0.89
#11 0x40078679 in fl_check_forms () from /usr/lib/libforms.so.0.89
#12 0x081fb143 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
#13 0x080bd672 in LyX (this=0xbffff6c0, argc=@0xbffff720, argv=0xbffff774)
    at ../src/lyx_main.C:166
#14 0x080ec965 in main (argc=1, argv=0xbffff774) at ../src/main.C:31
#15 0x40322082 in __libc_start_main () from /lib/i686/libc.so.6
(gdb) #1  0x400a11a4 in fl_set_object_label () from /usr/lib/libforms.so.0.89
(gdb) 

Reply via email to