Mercurial > audlegacy
diff ChangeLog @ 2067:0b0a12ea9dd9 trunk
[svn] - allow the output plugin to be changed while playing.
author | nenolod |
---|---|
date | Thu, 07 Dec 2006 22:56:55 -0800 |
parents | 4f750b8d0127 |
children | 31b5c59ed31b |
line wrap: on
line diff
--- a/ChangeLog Thu Dec 07 22:42:22 2006 -0800 +++ b/ChangeLog Thu Dec 07 22:56:55 2006 -0800 @@ -1,3 +1,16 @@ +2006-12-08 06:42:22 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [3135] + Do not install signal handler for SIGSEGV if environmental variable + AUD_ENSURE_BACKTRACE is defined. + + In particular environment (maybe with glibc 2.5), core file through + signal handler does not contain application's backtrace but signal + handler's backtrace. :( + + trunk/audacious/main.c | 10 +++++++++- + 1 file changed, 9 insertions(+), 1 deletion(-) + + 2006-12-07 08:22:55 +0000 William Pitcock <nenolod@nenolod.net> revision [3133] - no, this is not going to work