midgardproject / midgardmvc_installer

Standalone installer for MidgardMVC applications
GNU Lesser General Public License v2.1
5 stars 0 forks source link

Creating nodes with configuration crashes #14

Closed bergie closed 13 years ago

bergie commented 13 years ago

With Midgard MVC application.yml, per-node configurations for nodes going into database are stored with Parameters. See for example: https://github.com/bergie/org_midgardproject_productsite/blob/master/rdf.yml

However, if these configuration settings are present, then node setup crashes:

>> exec         '/usr/bin/midgardmvc' --force-…' '/home/bergie/.midgard2/rdf'
   # Preparing Midgard MVC nodes…
>> midgard      connected to database
Segmentation fault

Removing per-node configs works around this issue.

indeyets commented 13 years ago

any segfaults are not related to installer. this should be moved to midgard-php5, probably.

will move if I will still be able to reproduce it after applying metadata-fixes to midgard-php5

indeyets commented 13 years ago

can't reproduce with recent core/php