Menu

#1 Crash on first start

open
nobody
None
5
2000-11-16
2000-11-16
No

I just downloaded grn 0.0.28, ran ./configure && make. Then cd into src and ./grn. Boom. Next attempt was with gdb:

<pre>
bjorn:src>gdb grn
GNU gdb 4.18
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"...
(gdb) run
Starting program: /usr/home/bjst/src/grn-0.0.28/src/grn
[New Thread 3235 (manager thread)]
[New Thread 3233 (initial thread)]
[New Thread 3236]

GnomeUI-WARNING **: Could not open help topics file NULL

Program received signal SIGSEGV, Segmentation fault.
build_scripts_menu () at grn_menu.c:481
481 mi = (GtkWidget *) ml->data;
(gdb) bt
#0 build_scripts_menu () at grn_menu.c:481
#1 0x8065610 in prepare_app () at grn.c:173
#2 0x80658fb in main (argc=1, argv=0xbffffa14) at grn.c:271
gdb) p ml
$1 = (GList *) 0x0
(gdb)
</pre>

Discussion


Log in to post a comment.

MongoDB Logo MongoDB