after accidentally casting an int to a "flot" in hilfe, it segfaulted. so i played around:
Pike v7.6 release 24 running Hilfe v3.5 (Incremental Pike Frontend)
(embee);
Segmentation fault
17:16 ~ KingOfPrussia) pike -e '(embee);' -:2:Undefined identifier "embee". Segmentation fault
17:17 ~ KingOfPrussia) cat yikes.pike int main() { (embee); }
17:17 ~ KingOfPrussia) pike yikes yikes.pike:2:Undefined identifier "embee". Segmentation fault
17:17 ~ KingOfPrussia) uname -a Linux KingOfPrussia 2.6.10-gentoo-r4 #1 Mon Jan 10 18:46:07 CET 2005 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux
pike-devel@lists.lysator.liu.se