After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 141549 - Crash on startup
Crash on startup
Status: VERIFIED NOTABUG
Product: conglomerate
Classification: Other
Component: Code
0.7.12
Other Linux
: Urgent critical
: ---
Assigned To: conglomerate list
conglomerate list
Depends on:
Blocks:
 
 
Reported: 2004-05-01 06:54 UTC by John Finlay
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description John Finlay 2004-05-01 06:54:16 UTC
configure; make; make install; crash

(gdb) run
Starting program: /usr/local/bin/conglomerate
[New Thread 8192 (LWP 4976)]
** Message: Loading xds files from "/home/finlay/.conglomerate/dispspecs"

CongDispspecRegistry contains 13 dispspec(s)
ds[0] = "Experimental "cnxml" format"
ds[1] = "Name of this document type"
ds[2] = "Experimental "readme" format"
ds[3] = "RELAX NG"
ds[4] = "TEI Lite"
ds[5] = "Website Layout"
ds[6] = "Webpage"
ds[7] = "XSL stylesheet"
ds[8] = "DocBook"
ds[9] = "Conglomerate Display Specification"
ds[10] = "Apache Documentation DTD v1.2"
ds[11] = ""Kernel Traffic" Newsletter"
ds[12] = "XHTML 1.0 (strict)"
** Message: key: /apps/conglomerate/plugins/templates/template-paths
** Message: loading templates from /home/finlay/.conglomerate/templates

(conglomerate:4976): GLib-GObject-WARNING **: cannot create instance of abstract
(non-instantiatable) type `GtkWidget'

Program received signal SIGSEGV, Segmentation fault.

Thread 8192 (LWP 4976)

  • #0 g_datalist_id_get_data
    at gdataset.c line 461
  • #1 g_object_notify_queue_freeze
    at gobjectnotifyqueue.c line 71
  • #2 g_object_newv
    at gobject.c line 953
  • #3 g_object_new_valist
    at gobject.c line 984
  • #4 gtk_widget_new
    at gtkwidget.c line 1768
  • #5 gnome_window_icon_init
    from /usr/lib/libgnomeui-2.so.0
  • #6 _SmcProcessMessage
    from /usr/X11R6/lib/libSM.so.6
  • #7 IceProcessMessages
    from /usr/X11R6/lib/libICE.so.6
  • #8 gnome_href_set_label
    from /usr/lib/libgnomeui-2.so.0
  • #9 g_io_unix_dispatch
    at giounix.c line 161
  • #10 g_main_dispatch
    at gmain.c line 1895
  • #11 g_main_context_dispatch
    at gmain.c line 2441
  • #12 g_main_context_iterate
    at gmain.c line 2522
  • #13 g_main_loop_run
    at gmain.c line 2726
  • #14 gtk_main
    at gtkmain.c line 1172
  • #15 main
    at main.c line 63
  • #16 __libc_start_main
    from /lib/libc.so.6

Comment 1 Nickolay V. Shmyrev 2004-05-01 10:30:27 UTC
Thanks for you report.

I think, that keyword here is Gnome 2.0. Conglomerate is known to work with 2.6,
but Gnome 2.0 is too old, if you can upgrade, please, do it. Also it is not
important, but can you try to build latest version of conlomerate (0.7.13).


If you still want to build conglomerate with your Gnome, please, add
--enable-debug to configure arguments and provide new backtrace. Also provide
exact version of all gnome libraries you have.

Also, it will be useful to see the full build log (gzipped, of course). But
please, don't attach it to bugzilla, instead provide a link, where we can
download it.
Comment 2 John Finlay 2004-05-01 10:39:37 UTC
That's beyond my level of interest to upgrade my system for 2.6.
Probably would be useful to make that a dependency and document it so folks like
me wouldn't waste a lot of time on an unsupported system. Morphon's stuff works
on RH9.0 so I'll use that.
Comment 3 Nickolay V. Shmyrev 2004-05-01 10:46:48 UTC
I don't think that Gnome 2.0 is unsupported, we can try to make it work. It is
interesting bug, but I have no abilities to reproduce it, so, we need more
information.
Comment 4 John Finlay 2004-05-02 05:00:07 UTC
OK Looks like it's my fault. The system was running RH 8.0 not 9.0 as I had
thought. I upgraded it to 9.0 and conglomerate now works. I assume RH 8.0 is not
supported. Sorry for the noise. BTW Looks good but is missing too many tags esp.
<programlisting> for my use right now. 
Comment 5 Geert Stappers 2004-05-02 13:29:41 UTC
OK Closing this bugreport.
BTW patches against docbook.xds for programlisting are welcome.
(an other bugreport is a good start to get specific request fixed)