[Home]

Summary:ASTERISK-07920: Asterisk won't build with DEBUG_CHANNEL_LOCKS
Reporter:Edward Eastman (whisk)Labels:
Date Opened:2006-10-12 05:45:24Date Closed:2006-10-17 21:47:03
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:make of asterisk trunk fails in channel.c if DEBUG_CHANNEL_LOCKS is enabled:

channel.c: In function `ast_channel_unlock':
channel.c:4508: error: structure has no member named `__data'
channel.c: In function `ast_channel_lock':
channel.c:4547: error: structure has no member named `__data'
channel.c: In function `ast_channel_trylock':
channel.c:4585: error: structure has no member named `__data'
make[1]: *** [channel.o] Error 1
make: *** [main] Error 2
Comments:By: Joshua C. Colp (jcolp) 2006-10-12 10:45:55

What OS/distro are you using?

By: Edward Eastman (whisk) 2006-10-13 04:40:36

CentOS 4.3 - 2.6.9-42.0.3.ELsmp

By: Russell Bryant (russell) 2006-10-17 21:47:02

fixed in 1.4 and the trunk in revisions 45441 and 45442