On Tue, Nov  2, 2010 at 19:42:35 -0400, Andres Cimmarusti wrote:

> The error was 'BadAlloc (insufficient resources for operation)'.
>   (Details: serial 1887243 error_code 11 request_code 53 minor_code 0)

request 53 is CreatePixmap, so that probably means the program is trying
to create a pixmap with either dimension bigger than 32767, or otherwise
too big.  A breakpoint on gdk_x_error with --sync, or the output of
xtrace, might help confirm this.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to