GtkD - how to list 0..100K strings: new problem
mark
mark at qtrac.eu
Mon Apr 27 10:53:09 UTC 2020
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.
More information about the Digitalmars-d-learn
mailing list