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



YES! That works MUCH better. Many thanks. (Hope this patch makes
it into the next release)

I was playing around in with the original code with 'testgtk',
and found the following created a core dump (but no traceback
information)

	clist, ctree, fileselection, fontselection, preview-grey

now the only one that coredumps is preview-grey, but the
funny thing is that preview-color works fine. Everything else
seems to work like it's supposed to in testgtk (so far).

The backtrace of the segmentation fault gives me no useful
information (20 addresses with no module names or
function names) so I'll have to work on it to get that info
before bitching too loudly :)


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:
> >
> > Gdk-ERROR **: BadValue (integer parameter out of range for operation)
> >    serial 560 error_code 2 request code 61 minor code 0
> >
> > Going through all of the programs in the example directory
> > of gtk+-1.2.2 all work except for the 'clist' and the
> > 'filesel' examples (which I'm guessing uses clist).
> >
> > What does clist do that would cause a crash when none of
> > the other widgets seem to have a problem?
> 
> 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]