From owner-freebsd-current Tue Nov 26 10:56:34 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E36737B401 for ; Tue, 26 Nov 2002 10:56:33 -0800 (PST) Received: from popelschnipser.de (ultrakoreggd.org [217.160.78.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A77843E4A for ; Tue, 26 Nov 2002 10:56:26 -0800 (PST) (envelope-from marc@informatik.uni-bremen.de) Received: (qmail 13618 invoked by uid 1048); 26 Nov 2002 18:56:20 -0000 Received: from marc@informatik.uni-bremen.de by p10089345 by uid 1045 with qmail-scanner-1.15 (clamscan: 0.54. spamassassin: 2.42. Clear:. Processed in 0.257144 secs); 26 Nov 2002 18:56:20 -0000 Received: from unknown (HELO ?192.168.100.100?) (217.82.114.244) by ultrakoreggd.org with SMTP; 26 Nov 2002 18:56:20 -0000 Date: Tue, 26 Nov 2002 19:55:29 +0100 From: Marc Recht To: Daniel Eischen , 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> X-Mailer: Mulberry/3.0.0a5 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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 '' 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