[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2015-01-26 Thread David Favor
To remove all traces of glib in apache. apt-get purge php5-enchant php5-rrd php5-lasso php5-mapscript php5-imagick All traces of glib references gone in Apache PHP modules now. So one of these is the culprit. I'll write a watchdog for Apache that will restart Apache when it crashes + start

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2015-01-26 Thread David Favor
This crash is back again, even with php5-vtkgdcm purged. Difference now is Apache crashes intermittently, rather than every time. -- 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:

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-26 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. Reassigning this bug to gdcm, as that provides the php5-vtkgdcm package, and the bug appears to be there. ** Package changed: apache2 (Ubuntu) = gdcm (Ubuntu) -- You received this bug notification because you

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-26 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. Reassigning this bug to gdcm, as that provides the php5-vtkgdcm package, and the bug appears to be there. ** Package changed: apache2 (Ubuntu) = gdcm (Ubuntu) -- You received this bug notification because you

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-26 Thread David Favor
You're welcome! As always... Ubuntu rocks! -- 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

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
Alright let's see if I can at least figure out the true source of this assertion, as Apache seems to have no direct linkage to glib. First I hacked out two scripts... lsofunique - prints all unique files of a process ala lsof. lddflat - prints lib name for every internal reference. Attached is

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
** Attachment added: apache-libs.txt https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243741/+attachment/3916917/+files/apache-libs.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu.

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
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

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
PASS - enchant.ini PASS - imagick.ini PASS - midgard2.ini PASS - rrd.ini FAIL! - vtkgdcm.ini Alright... so vtkgdcm.ini is the culprit... Now what is it... net1# apt-file search vtkgdcm.ini php5-vtkgdcm: /etc/php5/mods-available/vtkgdcm.ini net1# apt-cache show php5-vtkgdcm VTK PHP bindings to

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
Alright let's see if I can at least figure out the true source of this assertion, as Apache seems to have no direct linkage to glib. First I hacked out two scripts... lsofunique - prints all unique files of a process ala lsof. lddflat - prints lib name for every internal reference. Attached is

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
** Attachment added: apache-libs.txt https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243741/+attachment/3916917/+files/apache-libs.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1243741

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
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

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-25 Thread David Favor
PASS - enchant.ini PASS - imagick.ini PASS - midgard2.ini PASS - rrd.ini FAIL! - vtkgdcm.ini Alright... so vtkgdcm.ini is the culprit... Now what is it... net1# apt-file search vtkgdcm.ini php5-vtkgdcm: /etc/php5/mods-available/vtkgdcm.ini net1# apt-cache show php5-vtkgdcm VTK PHP bindings to

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-24 Thread David Favor
Getting worse. Apache crashes periodically with the same error. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/1243741 Title: apache2 asserts on reload - GLib-GObject-CRITICAL +

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-11-24 Thread David Favor
Getting worse. Apache crashes periodically with the same error. -- 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 +

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apache2 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu.

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apache2 (Ubuntu) Status: New = Confirmed -- 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:

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Only occurs if php5-snmp is installed + snmp has not been configured. Fix is to either deinstall php5-snmp or configure snmp. Close + marked as fixed. Thanks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu.

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Oops... updated wrong bug... This bug should stay open. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/1243741 Title: apache2 asserts on reload - GLib-GObject-CRITICAL +

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Only occurs if php5-snmp is installed + snmp has not been configured. Fix is to either deinstall php5-snmp or configure snmp. Close + marked as fixed. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Oops... updated wrong bug... This bug should stay open. -- 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 +