sample_id int64 0 99 | prompt stringlengths 1.23k 1.7k | bug_type stringclasses 4
values | bug_location stringclasses 16
values | explanation stringlengths 29 37 | metadata_bug_type stringclasses 4
values | n_operations int64 12 18 | full_label stringlengths 101 107 | full_metadata stringlengths 39 42 |
|---|---|---|---|---|---|---|---|---|
42 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX007 | Payment PAY1010 processed twice | DUPLICATE_TXN | 12 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX007", "explanation": "Payment PAY1010 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 12} |
41 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX007 | Mathematical calculation is incorrect | CALC_ERROR | 13 | {"bug_type": "CALC_ERROR", "bug_location": "TX007", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 13} |
91 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX010 | Thread T2 overwrites T1's change | LOST_UPDATE | 14 | {"bug_type": "LOST_UPDATE", "bug_location": "TX010", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 14} |
9 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX009 | Payment PAY1003 processed twice | DUPLICATE_TXN | 14 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX009", "explanation": "Payment PAY1003 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 14} |
65 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX015 | Payment PAY1013 processed twice | DUPLICATE_TXN | 17 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX015", "explanation": "Payment PAY1013 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 17} |
50 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX013 | Thread T2 overwrites T1's change | LOST_UPDATE | 18 | {"bug_type": "LOST_UPDATE", "bug_location": "TX013", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 18} |
1 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX007 | Mathematical calculation is incorrect | CALC_ERROR | 14 | {"bug_type": "CALC_ERROR", "bug_location": "TX007", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 14} |
70 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 14 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 14} |
15 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX014 | Payment PAY1005 processed twice | DUPLICATE_TXN | 16 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX014", "explanation": "Payment PAY1005 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 16} |
78 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX008 | Mathematical calculation is incorrect | CALC_ERROR | 12 | {"bug_type": "CALC_ERROR", "bug_location": "TX008", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 12} |
73 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX007 | Account balance goes negative | NEGATIVE_BAL | 17 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX007", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 17} |
10 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX014 | Thread T2 overwrites T1's change | LOST_UPDATE | 15 | {"bug_type": "LOST_UPDATE", "bug_location": "TX014", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 15} |
55 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 14 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 14} |
56 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 17 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 17} |
72 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX013 | Account balance goes negative | NEGATIVE_BAL | 15 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX013", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 15} |
45 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX006 | Mathematical calculation is incorrect | CALC_ERROR | 18 | {"bug_type": "CALC_ERROR", "bug_location": "TX006", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 18} |
48 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 12 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 12} |
92 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX011 | Account balance goes negative | NEGATIVE_BAL | 15 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX011", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 15} |
76 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX014 | Payment PAY1015 processed twice | DUPLICATE_TXN | 18 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX014", "explanation": "Payment PAY1015 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 18} |
37 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX012 | Thread T2 overwrites T1's change | LOST_UPDATE | 14 | {"bug_type": "LOST_UPDATE", "bug_location": "TX012", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 14} |
30 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX007 | Account balance goes negative | NEGATIVE_BAL | 12 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX007", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 12} |
21 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX012 | Thread T2 overwrites T1's change | LOST_UPDATE | 13 | {"bug_type": "LOST_UPDATE", "bug_location": "TX012", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 13} |
32 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX011 | Mathematical calculation is incorrect | CALC_ERROR | 14 | {"bug_type": "CALC_ERROR", "bug_location": "TX011", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 14} |
96 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 14 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 14} |
80 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX016 | Thread T2 overwrites T1's change | LOST_UPDATE | 17 | {"bug_type": "LOST_UPDATE", "bug_location": "TX016", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 17} |
49 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
83 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 13 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 13} |
26 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX015 | Thread T2 overwrites T1's change | LOST_UPDATE | 16 | {"bug_type": "LOST_UPDATE", "bug_location": "TX015", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 16} |
87 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX012 | Mathematical calculation is incorrect | CALC_ERROR | 17 | {"bug_type": "CALC_ERROR", "bug_location": "TX012", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 17} |
33 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX005 | Payment PAY1008 processed twice | DUPLICATE_TXN | 14 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1008 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 14} |
8 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX004 | Mathematical calculation is incorrect | CALC_ERROR | 13 | {"bug_type": "CALC_ERROR", "bug_location": "TX004", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 13} |
47 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX010 | Mathematical calculation is incorrect | CALC_ERROR | 18 | {"bug_type": "CALC_ERROR", "bug_location": "TX010", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 18} |
59 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX012 | Payment PAY1012 processed twice | DUPLICATE_TXN | 13 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX012", "explanation": "Payment PAY1012 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 13} |
63 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 15 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 15} |
74 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 16 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 16} |
44 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX009 | Payment PAY1011 processed twice | DUPLICATE_TXN | 13 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX009", "explanation": "Payment PAY1011 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 13} |
98 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX010 | Mathematical calculation is incorrect | CALC_ERROR | 14 | {"bug_type": "CALC_ERROR", "bug_location": "TX010", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 14} |
52 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX011 | Mathematical calculation is incorrect | CALC_ERROR | 12 | {"bug_type": "CALC_ERROR", "bug_location": "TX011", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 12} |
85 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX006 | Payment PAY1017 processed twice | DUPLICATE_TXN | 14 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1017 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 14} |
12 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX012 | Thread T2 overwrites T1's change | LOST_UPDATE | 14 | {"bug_type": "LOST_UPDATE", "bug_location": "TX012", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 14} |
36 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 18 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 18} |
23 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX006 | Thread T2 overwrites T1's change | LOST_UPDATE | 13 | {"bug_type": "LOST_UPDATE", "bug_location": "TX006", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 13} |
39 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX013 | Payment PAY1009 processed twice | DUPLICATE_TXN | 16 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX013", "explanation": "Payment PAY1009 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 16} |
40 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 12 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 12} |
18 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX015 | Payment PAY1006 processed twice | DUPLICATE_TXN | 18 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX015", "explanation": "Payment PAY1006 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 18} |
66 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX006 | Account balance goes negative | NEGATIVE_BAL | 13 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX006", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 13} |
61 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX012 | Thread T2 overwrites T1's change | LOST_UPDATE | 15 | {"bug_type": "LOST_UPDATE", "bug_location": "TX012", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 15} |
60 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX010 | Mathematical calculation is incorrect | CALC_ERROR | 16 | {"bug_type": "CALC_ERROR", "bug_location": "TX010", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 16} |
7 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX012 | Account balance goes negative | NEGATIVE_BAL | 18 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX012", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 18} |
34 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX014 | Thread T2 overwrites T1's change | LOST_UPDATE | 15 | {"bug_type": "LOST_UPDATE", "bug_location": "TX014", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 15} |
99 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX006 | Account balance goes negative | NEGATIVE_BAL | 16 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX006", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 16} |
46 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 14 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 14} |
2 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX012 | Account balance goes negative | NEGATIVE_BAL | 15 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX012", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 15} |
51 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 13 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 13} |
16 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX007 | Account balance goes negative | NEGATIVE_BAL | 17 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX007", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 17} |
38 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX008 | Mathematical calculation is incorrect | CALC_ERROR | 18 | {"bug_type": "CALC_ERROR", "bug_location": "TX008", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 18} |
58 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX006 | Mathematical calculation is incorrect | CALC_ERROR | 18 | {"bug_type": "CALC_ERROR", "bug_location": "TX006", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 18} |
68 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 17 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 17} |
22 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX012 | Account balance goes negative | NEGATIVE_BAL | 13 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX012", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 13} |
62 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX008 | Account balance goes negative | NEGATIVE_BAL | 17 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX008", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 17} |
24 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 14 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 14} |
5 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX013 | Thread T2 overwrites T1's change | LOST_UPDATE | 17 | {"bug_type": "LOST_UPDATE", "bug_location": "TX013", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 17} |
6 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX010 | Payment PAY1002 processed twice | DUPLICATE_TXN | 17 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX010", "explanation": "Payment PAY1002 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 17} |
67 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 13 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 13} |
82 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX015 | Payment PAY1016 processed twice | DUPLICATE_TXN | 15 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX015", "explanation": "Payment PAY1016 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 15} |
19 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 18 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 18} |
79 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX010 | Mathematical calculation is incorrect | CALC_ERROR | 18 | {"bug_type": "CALC_ERROR", "bug_location": "TX010", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 18} |
43 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX006 | Account balance goes negative | NEGATIVE_BAL | 14 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX006", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 14} |
90 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX009 | Mathematical calculation is incorrect | CALC_ERROR | 16 | {"bug_type": "CALC_ERROR", "bug_location": "TX009", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 16} |
20 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX009 | Account balance goes negative | NEGATIVE_BAL | 16 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX009", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 16} |
0 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 12 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 12} |
95 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX007 | Account balance goes negative | NEGATIVE_BAL | 12 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX007", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 12} |
57 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 18 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 18} |
93 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 12 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 12} |
53 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX016 | Thread T2 overwrites T1's change | LOST_UPDATE | 17 | {"bug_type": "LOST_UPDATE", "bug_location": "TX016", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 17} |
89 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX007 | Account balance goes negative | NEGATIVE_BAL | 15 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX007", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 15} |
25 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX008 | Payment PAY1007 processed twice | DUPLICATE_TXN | 18 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX008", "explanation": "Payment PAY1007 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 18} |
71 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX015 | Mathematical calculation is incorrect | CALC_ERROR | 16 | {"bug_type": "CALC_ERROR", "bug_location": "TX015", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 16} |
84 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX014 | Account balance goes negative | NEGATIVE_BAL | 16 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX014", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 16} |
77 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX009 | Mathematical calculation is incorrect | CALC_ERROR | 15 | {"bug_type": "CALC_ERROR", "bug_location": "TX009", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 15} |
64 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | 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} |
29 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX011 | Account balance goes negative | NEGATIVE_BAL | 14 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX011", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 14} |
27 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX013 | Thread T2 overwrites T1's change | LOST_UPDATE | 18 | {"bug_type": "LOST_UPDATE", "bug_location": "TX013", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 18} |
88 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX012 | Payment PAY1019 processed twice | DUPLICATE_TXN | 15 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX012", "explanation": "Payment PAY1019 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 15} |
97 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX003 | Account balance goes negative | NEGATIVE_BAL | 17 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX003", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 17} |
4 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX013 | Payment PAY1001 processed twice | DUPLICATE_TXN | 13 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX013", "explanation": "Payment PAY1001 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 13} |
54 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 18 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 18} |
75 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX009 | Mathematical calculation is incorrect | CALC_ERROR | 18 | {"bug_type": "CALC_ERROR", "bug_location": "TX009", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 18} |
11 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX010 | Payment PAY1004 processed twice | DUPLICATE_TXN | 15 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX010", "explanation": "Payment PAY1004 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 15} |
69 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX013 | Payment PAY1014 processed twice | DUPLICATE_TXN | 13 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX013", "explanation": "Payment PAY1014 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 13} |
86 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX011 | Payment PAY1018 processed twice | DUPLICATE_TXN | 12 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX011", "explanation": "Payment PAY1018 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 12} |
13 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 12 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 12} |
17 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX013 | Account balance goes negative | NEGATIVE_BAL | 17 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX013", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 17} |
28 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX016 | Account balance goes negative | NEGATIVE_BAL | 18 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX016", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 18} |
31 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX017 | Mathematical calculation is incorrect | CALC_ERROR | 18 | {"bug_type": "CALC_ERROR", "bug_location": "TX017", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 18} |
35 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX009 | Mathematical calculation is incorrect | CALC_ERROR | 16 | {"bug_type": "CALC_ERROR", "bug_location": "TX009", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 16} |
94 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 14 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 14} |
3 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX008 | Payment PAY1000 processed twice | DUPLICATE_TXN | 14 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX008", "explanation": "Payment PAY1000 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 14} |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4