When running Drush 5.dev or 4.5, doing "drush up" against Openpublic, causes Drush to fail with a critical error:

strpos(): Empty delimiter pm.drush.inc:1077 [warning]

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 2097152 bytes) in ~/.drush/drush/includes/drush.inc on line 1149

The "strpos(): Empty delimiter pm.drush.inc:1077" error repeats hundreds of times until memory is exhausted.

This is specific to Openpublic and does not occur on any other website.

Comments

snlnz’s picture

This looks like a php memory error. Try to increase your php memory limit.

zoon_unit’s picture

My php memory is already at 256mb, so that isn't it.

joverstreet’s picture

I'm also getting this warning, but not the subsequent error. The warning, however, repeats until I break out of drush. PHP mem is set to 190M.

jonhattan’s picture

DSheffler’s picture

Status: Active » Postponed (maintainer needs more info)

Are you seeing this on beta4 or beta5 too?

bcobin’s picture

Has the issue in #4 been addressed in beta 5? The latest version of Features won't work with less than Drush 4.5 and I've had to use 4.4 to avoid crashing as described in #4. I'm about to deploy a site and managing it without Drush would be a big drag... thanks!

adrien.felipe’s picture

I have the same issue, with an fresh empty server:
strpos(): Empty delimiter pm.drush.inc:1131 [warning]

Happens when I run: drush up

I tried with php.ini: memory_limit=500M
Didn't solve it

I only have Aegir, Commerce Kickstart 2, APC, Varnish and MemCache installed.
Nothing else. So I'm not sure it's 100% Openpublic related

kpm’s picture

following... Same issue with Aegir installed Openpublish site.

hefox’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Reopen if still an issue