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
i found that the test that triggers ibm crash is tmptable_starve.
The error log from in db log is "bdb_temp_table_create returns NULL, bdberr=0".
Ihe fact that bdberr is 0 and that we don't see error in allocation, suggests that the
issue is not with bdb_temp_table_create, but rather with the other codepaths:
bdb_temp_table_create() or bdb_temp_table_create().
Why it fails only on ibm is also a mystery.
This is observed in our testing on ibm machines with some frequency:
The text was updated successfully, but these errors were encountered: