rdmenezes / synecdoche

Automatically exported from code.google.com/p/synecdoche
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Mac stacktrace code may not be legal #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
lib/mac/dyld_gdb.h is covered by APSL v2.0, and it may be illegal to use it
in our LGPL v3 program. This header is used by the QBacktrace.c and similar
files as well. This code should probably be replaced.

I'm going to work on a proof-of-concept system using an OS X Leopard (10.5)
or later function called backtrace. This should allow us to get a backtrace
on a crashed program while not violating the terms of either the LGPL v3 or
the APSL v2. However, it will only work on Leopard or later.

Original issue reported on code.google.com by michaels...@gmail.com on 26 May 2009 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by nicolas....@gmail.com on 26 May 2009 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by michaels...@gmail.com on 26 May 2009 at 4:02

GoogleCodeExporter commented 9 years ago
Code removed in r801. Will rewrite if debugging code is necessary.

Original comment by michaels...@gmail.com on 26 May 2009 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by didacty...@gmail.com on 27 Jun 2009 at 1:32