I ran into this bug also
Using Laravel I created a model and tried to overrule a method:
Removing the find function below or renaming it to find2 and calling find2 
works.
Perhaps I did something fundamentally wrong, but it should not cause a 
segmentation fault.

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;

class mvc_page extends Model {
    static  public function find( $pageid )
    {
        parent::find($pageid);
    }
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1405173

Title:
  apache2 crashes every now and then

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1405173/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to