Alright, tried pecl upgrade-all just to make sure all modules are up to date. None of the modules referencing glib were upgraded, so now to disable them all + test Apache reload...
In /etc/php5/mods-available commented out all extension=...so entries in the files mentioned above... enchant.ini imagick.ini midgard2.ini rrd.ini vtkgdcm.ini service apache2 restart lddflat $(lsofunique apache2 | grep '\.so') | grep glib | grep php5 -> yields nothing, so we're good to test reload function. Success! Apache now reloads w/o the glib assertion... Whew... No to figure out which php module is throwing the assertion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1243741 Title: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243741/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
