|
From: Tom H. <to...@co...> - 2006-07-07 07:21:28
|
In message <200...@cl...>
Jeff Head <hj...@cl...> wrote:
> This is the first time I've used valgrind, so I'm a little lost by this error.
> My guess is this is an internal assertion failure since I don't recognize
> this resource, but here is what I get:
>
> ***************** Start Valgrind Output *****************
>
> ==11383== Memcheck, a memory error detector.
> ==11383== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
> ==11383== Using LibVEX rev 1471, a library for dynamic binary translation.
> ==11383== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP.
> ==11383== Using valgrind-3.1.0, a dynamic binary instrumentation framework.
> ==11383== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
> ==11383== For more details, rerun with: -v
> ==11383==
> depth: 24
>
> ** (process:11383): CRITICAL **: ws_window_redirect_subwindows: assertion
> `WS_RESOURCE (window)->display->composite.available' failed
>
> ** ERROR **: Display and XID must be specified when creating a resource
> aborting...
That isn't an assertion in valgrind at all, it's an assertion in your
program (or a library that it uses).
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|