sample_id int64 0 499 | prompt stringlengths 1.34k 1.65k | bug_type stringclasses 5
values | bug_location stringclasses 12
values | explanation stringlengths 26 37 | metadata_bug_type stringclasses 5
values | n_operations int64 8 12 | full_label stringlengths 87 107 | full_metadata stringclasses 25
values |
|---|---|---|---|---|---|---|---|---|
164 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 8 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 8} | |
383 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX004 | Payment PAY1097 processed twice | DUPLICATE_TXN | 12 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1097 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 12} |
45 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 9 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 9} | |
156 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 10 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 10} | |
53 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX004 | Money created from nothing | MONEY_LEAK | 10 | {"bug_type": "MONEY_LEAK", "bug_location": "TX004", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 10} |
72 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
315 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX006 | Mathematical calculation is incorrect | CALC_ERROR | 8 | {"bug_type": "CALC_ERROR", "bug_location": "TX006", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 8} |
209 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX007 | Mathematical calculation is incorrect | CALC_ERROR | 9 | {"bug_type": "CALC_ERROR", "bug_location": "TX007", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 9} |
74 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX005 | Payment PAY1022 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1022 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
333 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 8 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 8} |
403 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 10 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 10} |
415 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX004 | Money created from nothing | MONEY_LEAK | 11 | {"bug_type": "MONEY_LEAK", "bug_location": "TX004", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 11} |
92 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX005 | Payment PAY1027 processed twice | DUPLICATE_TXN | 12 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1027 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 12} |
215 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX002 | Money created from nothing | MONEY_LEAK | 10 | {"bug_type": "MONEY_LEAK", "bug_location": "TX002", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 10} |
479 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX009 | Thread T2 overwrites T1's change | LOST_UPDATE | 10 | {"bug_type": "LOST_UPDATE", "bug_location": "TX009", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 10} |
59 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
368 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX011 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX011", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
163 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
210 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
251 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 11 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 11} |
443 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
320 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 12 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 12} | |
289 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX010 | Payment PAY1073 processed twice | DUPLICATE_TXN | 11 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX010", "explanation": "Payment PAY1073 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 11} |
389 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX008 | Payment PAY1100 processed twice | DUPLICATE_TXN | 12 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX008", "explanation": "Payment PAY1100 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 12} |
7 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX009 | Mathematical calculation is incorrect | CALC_ERROR | 11 | {"bug_type": "CALC_ERROR", "bug_location": "TX009", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 11} |
462 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX007 | Mathematical calculation is incorrect | CALC_ERROR | 9 | {"bug_type": "CALC_ERROR", "bug_location": "TX007", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 9} |
249 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 11 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 11} | |
228 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 11 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 11} | |
245 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX009 | Money created from nothing | MONEY_LEAK | 10 | {"bug_type": "MONEY_LEAK", "bug_location": "TX009", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 10} |
211 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1055 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1055 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
129 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1036 processed twice | DUPLICATE_TXN | 8 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1036 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 8} |
162 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX006 | Mathematical calculation is incorrect | CALC_ERROR | 12 | {"bug_type": "CALC_ERROR", "bug_location": "TX006", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 12} |
223 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX002 | Money created from nothing | MONEY_LEAK | 9 | {"bug_type": "MONEY_LEAK", "bug_location": "TX002", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 9} |
41 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX004 | Money created from nothing | MONEY_LEAK | 9 | {"bug_type": "MONEY_LEAK", "bug_location": "TX004", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 9} |
278 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
21 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 11 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 11} |
434 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 10 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 10} |
68 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX004 | Money created from nothing | MONEY_LEAK | 10 | {"bug_type": "MONEY_LEAK", "bug_location": "TX004", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 10} |
227 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX009 | Mathematical calculation is incorrect | CALC_ERROR | 11 | {"bug_type": "CALC_ERROR", "bug_location": "TX009", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 11} |
151 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
369 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX005 | Mathematical calculation is incorrect | CALC_ERROR | 8 | {"bug_type": "CALC_ERROR", "bug_location": "TX005", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 8} |
217 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX007 | Payment PAY1057 processed twice | DUPLICATE_TXN | 8 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX007", "explanation": "Payment PAY1057 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 8} |
154 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
177 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX002 | Money created from nothing | MONEY_LEAK | 8 | {"bug_type": "MONEY_LEAK", "bug_location": "TX002", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 8} |
397 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
139 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX003 | Money created from nothing | MONEY_LEAK | 8 | {"bug_type": "MONEY_LEAK", "bug_location": "TX003", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 8} |
141 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 12 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 12} | |
326 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX008 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX008", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
175 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX004 | Payment PAY1048 processed twice | DUPLICATE_TXN | 11 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1048 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 11} |
170 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX006 | Mathematical calculation is incorrect | CALC_ERROR | 12 | {"bug_type": "CALC_ERROR", "bug_location": "TX006", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 12} |
88 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
96 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 11 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 11} | |
439 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX003 | Money created from nothing | MONEY_LEAK | 8 | {"bug_type": "MONEY_LEAK", "bug_location": "TX003", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 8} |
303 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
50 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
199 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX006 | Money created from nothing | MONEY_LEAK | 9 | {"bug_type": "MONEY_LEAK", "bug_location": "TX006", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 9} |
297 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX005 | Payment PAY1076 processed twice | DUPLICATE_TXN | 10 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1076 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 10} |
131 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1037 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1037 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
120 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX008 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX008", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
358 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX003 | Money created from nothing | MONEY_LEAK | 10 | {"bug_type": "MONEY_LEAK", "bug_location": "TX003", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 10} |
180 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX009 | Payment PAY1050 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX009", "explanation": "Payment PAY1050 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
370 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX003 | Payment PAY1092 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1092 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
37 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1012 processed twice | DUPLICATE_TXN | 8 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1012 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 8} |
160 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX010 | Thread T2 overwrites T1's change | LOST_UPDATE | 11 | {"bug_type": "LOST_UPDATE", "bug_location": "TX010", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 11} |
4 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 9 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 9} | |
93 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX007 | Money created from nothing | MONEY_LEAK | 8 | {"bug_type": "MONEY_LEAK", "bug_location": "TX007", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 8} |
304 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
188 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX011 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX011", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
374 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1094 processed twice | DUPLICATE_TXN | 10 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1094 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 10} |
453 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX009 | Money created from nothing | MONEY_LEAK | 11 | {"bug_type": "MONEY_LEAK", "bug_location": "TX009", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 11} |
94 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX006 | Money created from nothing | MONEY_LEAK | 10 | {"bug_type": "MONEY_LEAK", "bug_location": "TX006", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 10} |
468 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX005 | Mathematical calculation is incorrect | CALC_ERROR | 10 | {"bug_type": "CALC_ERROR", "bug_location": "TX005", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 10} |
292 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX008 | Payment PAY1074 processed twice | DUPLICATE_TXN | 11 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX008", "explanation": "Payment PAY1074 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 11} |
340 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1086 processed twice | DUPLICATE_TXN | 10 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1086 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 10} |
407 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 10 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 10} |
408 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
187 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX006 | Mathematical calculation is incorrect | CALC_ERROR | 8 | {"bug_type": "CALC_ERROR", "bug_location": "TX006", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 8} |
334 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX009 | Thread T2 overwrites T1's change | LOST_UPDATE | 10 | {"bug_type": "LOST_UPDATE", "bug_location": "TX009", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 10} |
213 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1056 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1056 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
127 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX002 | Money created from nothing | MONEY_LEAK | 10 | {"bug_type": "MONEY_LEAK", "bug_location": "TX002", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 10} |
11 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX008 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX008", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
6 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX009 | Payment PAY1001 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX009", "explanation": "Payment PAY1001 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
442 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX011 | Payment PAY1111 processed twice | DUPLICATE_TXN | 11 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX011", "explanation": "Payment PAY1111 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 11} |
246 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | NONE | All transactions are correct | NONE | 8 | {"bug_type": "NONE", "bug_location": "", "explanation": "All transactions are correct"} | {"bug_type": "NONE", "n_ops": 8} | |
396 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX007 | Payment PAY1105 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX007", "explanation": "Payment PAY1105 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
425 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX008 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX008", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
345 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
89 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX005 | Payment PAY1025 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1025 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
426 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | MONEY_LEAK | TX006 | Money created from nothing | MONEY_LEAK | 8 | {"bug_type": "MONEY_LEAK", "bug_location": "TX006", "explanation": "Money created from nothing"} | {"bug_type": "MONEY_LEAK", "n_ops": 8} |
26 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX007 | Payment PAY1008 processed twice | DUPLICATE_TXN | 10 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX007", "explanation": "Payment PAY1008 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 10} |
77 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
184 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
262 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
207 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 8 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 8} |
182 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX006 | Payment PAY1051 processed twice | DUPLICATE_TXN | 9 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1051 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 9} |
95 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | LOST_UPDATE | TX008 | Thread T2 overwrites T1's change | LOST_UPDATE | 9 | {"bug_type": "LOST_UPDATE", "bug_location": "TX008", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 9} |
100 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 11 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 11} |
419 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | CALC_ERROR | TX007 | Mathematical calculation is incorrect | CALC_ERROR | 10 | {"bug_type": "CALC_ERROR", "bug_location": "TX007", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 10} |
394 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX008 | Payment PAY1103 processed twice | DUPLICATE_TXN | 12 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX008", "explanation": "Payment PAY1103 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 12} |
155 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 2000,
"account_B": 2200,
"account_C": 2400,
"account_D": 2600,
"account_E": 2800,
"account_F": 3000,
"account_G": 3200,
"account_H": 3400,
"account_I": 3600,
"account_J": 380... | DUPLICATE_TXN | TX010 | Payment PAY1042 processed twice | DUPLICATE_TXN | 11 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX010", "explanation": "Payment PAY1042 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 11} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.