[gtk-server] Re: I can't get v1.2.2 to work

  • From: Mark Carter <mcturra2000@xxxxxxxxxxx>
  • To: gtk-server@xxxxxxxxxxxxx
  • Date: Sun, 31 Oct 2004 18:07:35 +0000

Peter van Eerten wrote:

>The GTK-server indeed accepts the STDIN as input. The SEGFAULT is 
>strange however, it shouldn't happen. On my Slackware it runs OK, I just 
>tried it also. The only situation I can think of is when there is a 
>problem in the 'gtk-server.cfg' file. Did you change anything in there?
>
>Furthermore make sure your LD_LIBRARY_PATH and LC_ALL environment 
>settings are properly set.
>
>Finally you can try to run the static gtk-server binary (download from 
>my site) which is statically linked with GTK1.
>
>Please let me know your results.
>  
>

Will do.

Actually, I tried using gdb just now:
$ gdb --argd gtk-server stdin log
(gdb)run
ok
gtk_window_new(0)

Program received signal SIGSEGV, Segmentation fault.
0x407ee323 in g_type_fundamental () from /usr/lib/libgobject-2.0.so.0

(gdb) bt
#0  0x407ee323 in g_type_fundamental () from /usr/lib/libgobject-2.0.so.0
#1  0x407d3b22 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#2  0x406316f6 in gtk_window_new () from /usr/lib/libgtk-x11-2.0.so
#3  0x0804a185 in Widget_Gtk ()
#4  0x0804c004 in Call_Realize ()
#5  0x0804c93d in main ()


Other related posts: