You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in bitmap.h: If I replace 31 by 30 the error is replaced by a SIGSEGV at some later point in the constructor of BitmapPoppy. I guess I just don't have that much RAM.
I am using GCC version 7.3.0.
The text was updated successfully, but these errors were encountered:
In my code, the line
BitmapPoppy* rs = new BitmapPoppy(bits, num_bits);
terminates with SIGABRT and the error message
This seems to be caused by the lines
in
bitmap.h
: If I replace31
by30
the error is replaced by a SIGSEGV at some later point in the constructor ofBitmapPoppy
. I guess I just don't have that much RAM.I am using GCC version 7.3.0.
The text was updated successfully, but these errors were encountered: