Changes between Version 1 and Version 2 of Ticket #18984, comment 5


Ignore:
Timestamp:
Nov 20, 2012, 3:17:03 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18984, comment 5

    v1 v2  
    4646
    4747Running the test with PostgreSQL also deadlocks, and refuses to die with Ctrl-C, so I don't have a stack trace.
     48
     49During the deadlock, `ps` shows:
     50{{{
     51postgres: django test_django [local] TRUNCATE TABLE waiting 
     52postgres: django test_django [local] idle in transaction 
     53}}}
Back to Top