Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 19:55:29 +0100
From:      Marc Recht <marc@informatik.uni-bremen.de>
To:        Daniel Eischen <eischen@vigrid.com>, freebsd-current@FreeBSD.ORG
Subject:   Re: PATCH - changing libc_r to use *context()
Message-ID:  <16330000.1038336929@leeloo.intern.geht.de>
In-Reply-To: <3DE24724.54D83ADB@vigrid.com>
References:   <3DE24724.54D83ADB@vigrid.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'd like some feedback on whether some heavy threaded apps (GNOME,
> OpenOffice, Java, etc) have any problems with this patch before
> asking re@ for commit permission.  BTW, it also needs testing on
> alpha.
I tried it on i386 (athon-xp) and every app I've tried stalled/locked or 
crashed right away. Mozilla gives me:
The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 4773 error_code 2 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

gnome-cd:
(gnome_segv:60260): Gdk-CRITICAL **: file gdkpixbuf-render.c: line 190 
(gdk_pixbuf_render_to_drawable): assertion `src_x >= 0 && src_x + width <= 
pixbuf->width' failed

xchat2:
(xchat:60267): Gtk-CRITICAL **: file gtkprogress.c: line 550 
(gtk_progress_set_percentage): assertion `percentage >= 0 && percentage <= 
1.0' failed

I've recompiled the ports (and stuff they depend on) before I tried them.

Regards,
Marc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16330000.1038336929>