With the new code if I have 1000s of rows I get this error:

(DebFind:8087): Gdk-ERROR **: 11:50:46.787: The program 'DebFind' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 8810 error_code 11 request_code 130 (MIT-SHM) minor_code 5) (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 GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Program exited with code -5

This means the program is unusable (again) because there are often queries that result in 1000s of rows of results.

Reply via email to