Bug#196749: apache2-common: assertion fails on init.d/apache2 stop

2012-01-31 Thread Axel Beckert
found 196749 1.1.4-1 found 196749 1.1.4-3.2 retitle 196749 libapache2-mod-macro: 'assertion macros failed' is strange way to say 'Macro used before definition' tag 196749 + upstream Ran into this today on Squeeze. IMHO this is no bug in how mod_macro works, just how it tells the user what's

Bug#196749: apache2-common: assertion fails on init.d/apache2 stop

2007-07-29 Thread Marc Haber
found #196749 1.1.4-3.1 thanks On Mon, Jun 09, 2003 at 09:46:26AM -0400, Matt Swift wrote: [beth] incoming# /etc/init.d/apache2 stop Stopping web server: Apache2[Mon Jun 09 09:43:52 2003] [crit] [Mon Jun 09 09:43:52 2003] file mod_macro.c, line 155, assertion macros failed

Bug#196749: apache2-common: assertion fails on init.d/apache2 stop

2005-03-25 Thread Mathieu De Zutter
Hi, I had a similar problem with mod_macro when I put _a_ Use statement before _all_ Macro definition (if any). The problem is that the apache hook for initialising some memory (the 'init' function) is not functioning, so the init is not called at the beginning. Somehow someone noticed it