peteboere / css-crush

CSS preprocessor.
http://the-echoplex.net/csscrush
MIT License
537 stars 51 forks source link

Crashing: child pid 46180 exit signal Segmentation fault (11) #1

Closed gbradley closed 12 years ago

gbradley commented 13 years ago

Hi,

Running XAMPP for OSX (PHP 5.2.6) I'm getting the following notice when using CSS Crush:

[notice] child pid xxx exit signal Segmentation fault (11)

It appears to happen on line 294, when attempting to execute the $cb_extractStrings callback.

LearningStation commented 13 years ago

Check your css for syntax errors. I found a similar problem with this css:

.sprite { background: url('sprites.png); }

Note the missing single quote.