MantisBT - CMake
View Issue Details
0014264CMakeModulespublic2013-07-03 08:222016-06-10 14:31
Vadim Zhukov 
Kitware Robot 
normalminorN/A
closedmoved 
i386OpenBSD5.3
CMake 2.8.11.1 
 
0014264: FindBacktrace.cmake to find backtrace() implementation
Using backtrace() become somewhat tricky when going multi-platform. On some systems (e.g., GNU/Linux), it resides in libc itself and requires <execinfo.h>; on other (e.g., OpenBSD) it's provided by a separate library, libexecinfo, but with the same header; and sometimes (NetBSD, IIRC) it even needs a different header - <backtrace.h>.
This module was initially created while porting Clementine to OpenBSD and successfully survived for a few release updates already.

The similar modules could be found in other software, for example:

https://github.com/nfs-ganesha/nfs-ganesha/pull/27 [^]
https://github.com/CTSRD-TESLA/TESLA/blob/master/cmake/Modules/FindExecInfo.cmake [^]
CMake, Contribution
? FindBacktrace.cmake (3,144) 2013-07-03 08:22
https://public.kitware.com/Bug/file/4808/FindBacktrace.cmake
Issue History
2013-07-03 08:22Vadim ZhukovNew Issue
2013-07-03 08:22Vadim ZhukovFile Added: FindBacktrace.cmake
2013-07-03 08:25Vadim ZhukovTag Attached: CMake
2013-07-03 08:25Vadim ZhukovTag Attached: Contribution
2013-07-03 08:26Brad KingNote Added: 0033462
2013-07-03 08:26Brad KingStatusnew => backlog
2013-07-03 08:26Brad KingDescription Updatedbug_revision_view_page.php?rev_id=1207#r1207
2013-07-03 13:22Vadim ZhukovNote Added: 0033467
2013-07-03 14:22Brad KingNote Added: 0033468
2016-06-10 14:29Kitware RobotNote Added: 0042308
2016-06-10 14:29Kitware RobotStatusbacklog => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0033462)
Brad King   
2013-07-03 08:26   
Our policy for module contributions is documented here:

http://www.cmake.org/Wiki/CMake:Module_Maintainers [^]
(0033467)
Vadim Zhukov   
2013-07-03 13:22   
The mail on cmake-developers@: http://public.kitware.com/pipermail/cmake-developers/2013-July/007647.html [^]

This issue is probably safe to be closed now.
(0033468)
Brad King   
2013-07-03 14:22   
Thanks for coming to the list. Once you're set up as a maintainer you will be listed as a developer in this issue tracker and I can assign the issue to you.
(0042308)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.