Hi:

Another crash report.

gnucash-1.2.3, stock redhat 6.0.  Lesstif 0.88.1.  All the rest of my
versions are in my prior mail message re: installing. :-)

How to reproduce:

This crash manifests while creating subaccounts:

  Start gnucash without specifying an account file, in order to have a
  blank "accounts" screen.

  Create a master account

  Close the register window for the master account

  In the account window, select the "new" button or "new account" menu
  item. 

  In the account creation window, type an account name, leave the
  cursor and focus in the account name field.  E.g., don't hit tab or
  return, click elsewhere in the window.

  Using the mouse, click and hold on the "parent account" menu

This crash may be related to lesstiff.  Someone with a similar setup
but a commercial motif may want to try this.

Attached is the backtrace and some dump info.

-- Pat

bash$ gdb /usr/bin/gnucash core
GNU gdb 4.17.0.11 with Linux support
Copyright 1998 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 "i386-redhat-linux"...
Core was generated by `gnucash'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
   <snip>
Reading symbols from /lib/ld-linux.so.2...done.
#0  0x4015459a in _XmSetSwallowEventHandler ()
(gdb) bt
#0  0x4015459a in _XmSetSwallowEventHandler ()
#1  0x40154819 in _XmMenuFocus ()
#2  0x4014f6d1 in XmOptionLabelGadget ()
#3  0x4013a66d in XmSetWMProtocolHooks ()
#4  0x40257e8d in HandleActions ()
#5  0x40258342 in HandleSimpleState ()
#6  0x40258851 in _XtTranslateEvent ()
#7  0x402359f7 in XtDispatchEventToWidget ()
#8  0x402365ad in _XtDefaultDispatcher ()
#9  0x40236873 in XtDispatchEvent ()
#10 0x40236d69 in XtAppMainLoop ()
#11 0x8056cfc in gnucash_lowlev_app_main () at top-level.c:176
#12 0x80aa397 in gwrap_gnucash_lowlev_app_main () at gnc.c:2987
#13 0x40326638 in scm_deval ()
#14 0x403281e5 in scm_dapply ()
#15 0x40323751 in scm_apply ()
#16 0x40330b63 in gh_call0 ()
#17 0x80a6d56 in gnucash_main_helper (argc=1, argv=0xbffff9f4) at
gnucash.c:122
#18 0x40330c4d in gh_launch_pad ()
#19 0x403332a9 in invoke_main_func ()
#20 0x4035871b in scm_internal_lazy_catch ()
#21 0x4033325b in scm_boot_guile_1 ()
#22 0x40332ff9 in scm_boot_guile ()
#23 0x40330c88 in gh_enter ()
#24 0x80a6e0c in main (argc=1, argv=0xbffff9f4) at gnucash.c:179
#25 0x40414cb3 in __libc_start_main (main=0x80a6dec <main>, argc=1, 
    argv=0xbffff9f4, init=0x804c7a0 <_init>, fini=0x80ac4bc <_fini>, 
    rtld_fini=0x4000a350 <_dl_fini>, stack_end=0xbffff9ec)
    at ../sysdeps/generic/libc-start.c:78

(gdb) frame 11
#11 0x8056cfc in gnucash_lowlev_app_main () at top-level.c:176
176       XtAppMainLoop(app);
(gdb) list
171       /* Draw toplevel */
172       XtRealizeWidget(gnc_get_ui_data());
173       realized = TRUE;
174       
175       /* Enter event loop */
176       XtAppMainLoop(app);
177
178       return 0;
179     }
180
(gdb) print app
$1 = 0x80ea8f0
(gdb) print *app
$2 = <incomplete type>
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to