Re: [gtk-list] Re: Error when using VaxStation as terminal



The patch you gave helps a lot, but I am still getting
crashes with clist using a VaxStation as a terminal
(but MUCH less than before).

Using the examples/clist/clist program as an example, it will
now pop up an empty window, and I can click the 'add-list'
button and get stuff added, but when the list no longer fits
in the window, the program crashes. If I make the window taller,
I can press the button more times, but as soon as it gets more
than will fit on the screen it crashes.

Here is the error message

	$ ./clist/clist
 
	Gdk-ERROR **: BadValue (integer parameter out of range for operation)
	  serial 5404 error_code 2 request_code 61 minor_code 0

	aborting...
	Aborted (core dumped)

And here is a back-trace

	(gdb) bt
	#0  0x4025c6a1 in ?? () from /lib/libc.so.6
	#1  0x4025d6df in ?? () from /lib/libc.so.6
	#2  0x4017080b in ?? () from /usr/lib/libglib-1.2.so.0
	#3  0x401708c2 in ?? () from /usr/lib/libglib-1.2.so.0
	#4  0x401344b0 in ?? () from /usr/lib/libgdk-1.2.so.0
	#5  0x401c28b4 in ?? () from /usr/X11R6/lib/libX11.so.6
	#6  0x401c12cc in ?? () from /usr/X11R6/lib/libX11.so.6
	#7  0x401acf98 in ?? () from /usr/X11R6/lib/libX11.so.6
	#8  0x4014f52f in ?? () from /usr/lib/libgdk-1.2.so.0
	#9  0x400fff82 in ?? () from /usr/lib/libgtk-1.2.so.0
	#10 0x400ffbe2 in ?? () from /usr/lib/libgtk-1.2.so.0
	#11 0x40100b91 in ?? () from /usr/lib/libgtk-1.2.so.0
	#12 0x400c6679 in ?? () from /usr/lib/libgtk-1.2.so.0
	#13 0x400c48e9 in ?? () from /usr/lib/libgtk-1.2.so.0
	#14 0x4005ce00 in ?? () from /usr/lib/libgtk-1.2.so.0
	#15 0x4005cac2 in ?? () from /usr/lib/libgtk-1.2.so.0
	#16 0x4016f249 in ?? () from /usr/lib/libglib-1.2.so.0
	#17 0x4016e2c7 in ?? () from /usr/lib/libglib-1.2.so.0
	#18 0x4016e87f in ?? () from /usr/lib/libglib-1.2.so.0
	#19 0x4016ea01 in ?? () from /usr/lib/libglib-1.2.so.0
	#20 0x4009a1ef in ?? () from /usr/lib/libgtk-1.2.so.0
	#21 0x8049385 in main ()
	(gdb)

Is there some way that I can force in the debugging symbols (in
configure
or wherever) so I can get a good backtrace instead of the '??' for the
function names in the traceback? I might be able to trace some of the
problems if I could do this.

Owen Taylor wrote:
> 
> Kevin Handy <kth@srv.net> writes:
> 
> > I am using a VaxStation 3100 (GPX) as an X-terminal to a
> > RedHat Linux box, and have found that the 'clist' widget
> > will crash consistantly, usually with an error like the
> > following:

[snip]
 
> CList is doing some strange things with gdk_clear_area
> calls, that might be triggering that. Can you try out
> the following patch and see if it helps?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]