sample_id int64 0 99 | prompt stringlengths 886 1.07k | bug_type stringclasses 4
values | bug_location stringclasses 5
values | explanation stringlengths 22 37 | metadata_bug_type stringclasses 4
values | n_operations int64 4 6 | full_label stringlengths 93 107 | full_metadata stringclasses 12
values |
|---|---|---|---|---|---|---|---|---|
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... | LOST_UPDATE | TX004 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
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... | LOST_UPDATE | TX004 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
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... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 5 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 5} |
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 | TX004 | Payment PAY1002 processed twice | DUPLICATE_TXN | 6 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1002 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 6} |
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... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 4 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 4} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 4 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 4} |
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 | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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... | DUPLICATE_TXN | TX006 | Payment PAY1020 processed twice | DUPLICATE_TXN | 6 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX006", "explanation": "Payment PAY1020 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 6} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 5 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 5} |
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... | DUPLICATE_TXN | TX003 | Payment PAY1021 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1021 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1003 processed twice | DUPLICATE_TXN | 6 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1003 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 6} |
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... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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 | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 5 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 5} |
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... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 5 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 5} |
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... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 5 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 5} |
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... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 5 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 5} |
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... | DUPLICATE_TXN | TX005 | Payment PAY1010 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1010 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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 | TX004 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
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... | DUPLICATE_TXN | TX005 | Payment PAY1011 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1011 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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... | CALC_ERROR | TX004 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX004", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 4 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 4} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 5 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 5} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 4 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 4} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1013 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1013 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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 | TX003 | Payment PAY1015 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1015 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 4 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 4} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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 | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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... | NEGATIVE_BAL | TX003 | Account balance goes negative | NEGATIVE_BAL | 4 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX003", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 4} |
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 | TX004 | Payment PAY1024 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1024 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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... | DUPLICATE_TXN | TX005 | Payment PAY1012 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1012 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1007 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1007 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 4 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 4} |
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... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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 | TX004 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1017 processed twice | DUPLICATE_TXN | 6 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1017 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 6} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1016 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1016 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | DUPLICATE_TXN | TX003 | Payment PAY1001 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1001 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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 | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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 | TX002 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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 | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 5 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 5} |
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... | CALC_ERROR | TX004 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX004", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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... | DUPLICATE_TXN | TX003 | Payment PAY1006 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1006 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | DUPLICATE_TXN | TX003 | Payment PAY1018 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1018 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 5 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 5} |
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... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 6 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 6} |
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 | TX003 | Payment PAY1000 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1000 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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 | TX002 | Account balance goes negative | NEGATIVE_BAL | 5 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 5} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1023 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1023 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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 | TX004 | Account balance goes negative | NEGATIVE_BAL | 5 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 5} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 5 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 5} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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 | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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 | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | NEGATIVE_BAL | TX003 | Account balance goes negative | NEGATIVE_BAL | 4 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX003", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 4} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1014 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1014 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX004 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX004", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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... | NEGATIVE_BAL | TX003 | Account balance goes negative | NEGATIVE_BAL | 4 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX003", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 4} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
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 | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 4 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 4} |
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 | TX004 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
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... | DUPLICATE_TXN | TX002 | Payment PAY1009 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX002", "explanation": "Payment PAY1009 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | DUPLICATE_TXN | TX004 | Payment PAY1008 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX004", "explanation": "Payment PAY1008 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | LOST_UPDATE | TX004 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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 | TX004 | Account balance goes negative | NEGATIVE_BAL | 5 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 5} |
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... | DUPLICATE_TXN | TX003 | Payment PAY1022 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1022 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | CALC_ERROR | TX002 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX002", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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 | TX005 | Payment PAY1019 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1019 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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 | TX003 | Payment PAY1025 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1025 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
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... | DUPLICATE_TXN | TX005 | Payment PAY1004 processed twice | DUPLICATE_TXN | 5 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX005", "explanation": "Payment PAY1004 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 5} |
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... | LOST_UPDATE | TX004 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
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... | LOST_UPDATE | TX005 | Thread T2 overwrites T1's change | LOST_UPDATE | 5 | {"bug_type": "LOST_UPDATE", "bug_location": "TX005", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 5} |
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 | TX005 | Mathematical calculation is incorrect | CALC_ERROR | 6 | {"bug_type": "CALC_ERROR", "bug_location": "TX005", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 6} |
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... | LOST_UPDATE | TX004 | Thread T2 overwrites T1's change | LOST_UPDATE | 6 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 6} |
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 | TX004 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
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... | CALC_ERROR | TX003 | Mathematical calculation is incorrect | CALC_ERROR | 5 | {"bug_type": "CALC_ERROR", "bug_location": "TX003", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 5} |
14 | 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 | TX003 | Payment PAY1005 processed twice | DUPLICATE_TXN | 4 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX003", "explanation": "Payment PAY1005 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 4} |
81 | 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 | Concurrent update lost | LOST_UPDATE | 4 | {"bug_type": "LOST_UPDATE", "bug_location": "TX004", "explanation": "Concurrent update lost"} | {"bug_type": "LOST_UPDATE", "n_ops": 4} |
README.md exists but content is empty.
- Downloads last month
- 13