When importing a feed into Updated Date (Changed), the following error message is displayed:

Segmentation fault (core dumped)
The command could not be executed successfully (returned: Segmentation fault (core dumped)[error], code: 139)

Please let me know if there is anything I can do to help debug the issue. All other fields can be imported into without problems.

Comments

NWOM created an issue. See original summary.

NWOM’s picture

Title: Segmentation fault when importing Modified Date (Changed) » Segmentation fault when importing Updated Date (Changed)
Issue summary: View changes
MegaChriz’s picture

Category: Bug report » Support request

Never seen such an error. It appears to have something to do with memory: an application is trying to access memory it isn't allowed to access.

When looking around in Drupal issue queues, it appears to happen when using drush: #946606: provision-save core dumps on loops, #1518100: Segmentation fault in drush not helpful as module cannot identified, #361436: segmentation fault when running drush. When reading issues where those issues are linking to there are hints it may happen on Windows only: #1542390: Apache crashes with latest RC2 of Entity API, https://bugs.php.net/bug.php?id=48034. Other issues give a hint that may be caused by an infinite loop: #1454316: Provision recurses infinitely on reading in context. Or it may be that the server you used had a lot of other processes running that it ran out of memory: #361436-13: segmentation fault when running drush.

Is your source file huge?

I've tried to import the following file via drush, but I did not got the reported error.
content.csv:

guid,title,body,published,updated
1,Lorem Ipsum,Dolor Sit Amet,1,14-07-2010 13:30

Drush command:
drush feeds-im node --file=feeds/content.csv

I'm on a Mac here, so not able to test on Windows. Did the error occur on a Windows machine?

pfrenssen’s picture

Status: Active » Closed (cannot reproduce)

Closing old support request. If this is still an issue, feel free to reopen.