[asterisk-bugs] [Asterisk 0010559]: Missing #ifdef PTRACING
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Aug 30 10:20:17 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=10559
======================================================================
Reported By: paravoid
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 10559
Category: Channels/chan_h323
Reproducibility: N/A
Severity: trivial
Priority: normal
Status: assigned
Asterisk Version: 1.4.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 08-25-2007 01:20 CDT
Last Modified: 08-30-2007 10:20 CDT
======================================================================
Summary: Missing #ifdef PTRACING
Description:
chan_h323 includes guards to protect from symbols exported only by PTRACE
libopenh323 builds (i.e. by those that aren't built with NOTRACE=1).
I tried dlopening chan_h323 with RTLD_NOW for a totally unrelated bug and
got some unresolved symbols.
Apparently, operator << of PayloadTypes is only included on PTRACE
builds.
Attached patches that add those missing #ifdefs for both branches/1.4 and
trunk.
======================================================================
----------------------------------------------------------------------
svnbot - 08-30-07 10:20
----------------------------------------------------------------------
Repository: asterisk
Revision: 81383
------------------------------------------------------------------------
r81383 | russell | 2007-08-30 10:20:15 -0500 (Thu, 30 Aug 2007) | 3 lines
Add missing checks for the PTRACING define.
(closes issue http://bugs.digium.com/view.php?id=10559, paravoid)
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
08-30-07 10:20 svnbot Checkin
08-30-07 10:20 svnbot Note Added: 0069713
08-30-07 10:20 svnbot Status new => assigned
08-30-07 10:20 svnbot Assigned To => russell
======================================================================
More information about the asterisk-bugs
mailing list