I keep getting a segfault when trying to save the admin page.
I know if it is not much to go on so I am placing this here while I troubleshoot.

Comments

SocialNicheGuru created an issue. See original summary.

arpeggio’s picture

Status: Active » Postponed (maintainer needs more info)

Please provide details, check this guide:
http://drupal.org/node/73179#issue-details

SocialNicheGuru’s picture

I can install the module
I can goto the admin page
I can select any option
When I hit save, the segfault comes up.
I am troubleshooting how to debug a segfault so maybe I can give more info

I am on an OpenAtrium install (2.68)

SocialNicheGuru’s picture

I am wondering if it is a conflict with the geoip extension

on my system

php -i | grep geoip
/etc/php5/cli/conf.d/20-geoip.ini,
/etc/php5/cli/conf.d/geos.ini,
geoip
geoip support => enabled
geoip extension version => 1.0.8
geoip library version => 1006000
geoip.custom_directory => no value => no value
geos

I also see this in the geoip issue queue:
https://www.drupal.org/node/1159090
https://www.drupal.org/node/945852

SocialNicheGuru’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)
Related issues: +#2082841: Reset to defaults should call entity's update hooks

A patch to another module, panelizer, caused it.

See this issue:
https://www.drupal.org/node/2082841#comment-11627755

I don't know if this is indicative of another issue.