liutanyu / mcl

Automatically exported from code.google.com/p/mcl
Other
0 stars 0 forks source link

combining destructuring-bind with ignore may lead to crashes #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
 The following bit of code (originally from MCLIDE) seem to introduce instability that may lead to a hard crash some seconds later:

(destructuring-bind (name command &rest properties &key default install 
&allow-other-keys) imp
    (declare (ignore command properties))

The instability only occurs if both command and properties are ignored.

Original issue reported on code.google.com by terje.norderhaug on 16 Apr 2011 at 8:36