Changeset 6cd455080c449fab3177ede198a5c23a9a6d8d0e
- Timestamp:
- 15/08/08 14:01:21
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218801681 +0200
- git-parent:
[f1136a8c07acd0a3b16915f700221c6218fea965]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218801681 +0200
- Message:
variables: Print the name of the maybe deadlocking callback.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3a57140 |
r6cd4550 |
|
| 1201 | 1201 | if( i_tries++ > 100 ) |
|---|
| 1202 | 1202 | { |
|---|
| 1203 | | msg_Err( p_this, "caught in a callback deadlock?" ); |
|---|
| | 1203 | msg_Err( p_this, "caught in a callback deadlock? ('%s')", psz_name ); |
|---|
| 1204 | 1204 | return VLC_ETIMEOUT; |
|---|
| 1205 | 1205 | } |
|---|