From owner-freebsd-x11@FreeBSD.ORG Thu Apr 30 12:24:02 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A6C106566B for ; Thu, 30 Apr 2009 12:24:02 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id AC6DC8FC17 for ; Thu, 30 Apr 2009 12:24:01 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: (qmail 6690 invoked by uid 89); 30 Apr 2009 12:24:00 -0000 Message-ID: <20090430122400.6689.qmail@avocado.salatschuessel.net> References: <20090429164113.f0b48048.lehmann@ans-netz.de> <20090429163843.GB370@slackbox.xs4all.nl> <18936.36210.823588.838523@gromit.timing.com> <20090430063454.969303d0.lehmann@ans-netz.de> <1241092672.3294.6.camel@localhost> In-Reply-To: <1241092672.3294.6.camel@localhost> From: "Oliver Lehmann" To: Tom Evans Date: Thu, 30 Apr 2009 14:24:00 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: x11@freebsd.org Subject: Re: Problem with OpenGL and ATI HD3850 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 12:24:02 -0000 Tom Evans writes: > ... isn't this string object (unless they have typedef'ed std::string > String). Is it possible there is a String constructor elsewhere doing > something different with pcVer, which then leads to trying to construct > a std::string with a NULL? Here is the full source: http://motorola.usc.edu/trac/gge/browser/Engine/Core/Dependencies/OgreSource /RenderSystems/GL/src/OgreGLSupport.cpp