Bug #38004 | Running DBT2 is hitting assertion in Transaction.cpp | ||
---|---|---|---|
Submitted: | 9 Jul 2008 22:34 | Modified: | 14 Jul 2008 19:21 |
Reporter: | Hakan Küçükyılmaz | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | 6.0 bzr | OS: | Linux (RHEL5) |
Assigned to: | CPU Architecture: | Any |
[9 Jul 2008 22:34]
Hakan Küçükyılmaz
[9 Jul 2008 22:45]
Vladislav Vaintroub
Olav sees the same assertion in Bug#35932
[9 Jul 2008 22:48]
Vladislav Vaintroub
suspect duplicate of Bug#35932
[14 Jul 2008 18:15]
Hakan Küçükyılmaz
Vlad, the stack traces look slightly different. What do you think? Bug#38004 Transaction::releaseDependencies() Transaction::commit() Connection::commit() StorageConnection::commit() StorageInterface::commit() Bug#35932 Transaction::releaseDependencies() Transaction::commitNoUpdates() Transaction::commit() Connection::commit() StorageConnection::commit() StorageInterface::commit()
[14 Jul 2008 19:13]
Vladislav Vaintroub
Hakan, you are right saying that callstacks is slightly different, the intuition says that the cause is the same (the intuition can be wrong however) and the ASSERT is also the same. if you're think that this problem has different cause, feel free to set the problem status to whatever you think is appropriate.
[14 Jul 2008 19:21]
Hakan Küçükyılmaz
Same assertion. Setting back to duplicate.