error in celx can cause segfault
Posted: 10.05.2008, 19:03
Hello,
My system config is as follows:
* Celestia 1.51
* --with-gtk
* --with-lua
* OS is Debian Lenny/Sid
* video card is Nvidia TNT with the proprietary driver "nvidia"
I can cause Celestia to segfault by running the following celx script. It seems there is no handler to catch the error when calling a non-existent function.
Thank you,
John Foerch
My system config is as follows:
* Celestia 1.51
* --with-gtk
* --with-lua
* OS is Debian Lenny/Sid
* video card is Nvidia TNT with the proprietary driver "nvidia"
I can cause Celestia to segfault by running the following celx script. It seems there is no handler to catch the error when calling a non-existent function.
Code: Select all
celestia:fin("Sol") -- invalid function causes segmentation fault
Thank you,
John Foerch