Comment 0 for bug 107677

Revision history for this message
Geonick (nips) wrote :

Binary package hint: geany

After disabling the option "Load VT on startup" and try to compile the following C source:
#include <stdio.h>

int main(int argc, char** argv)
{

 return 0;
}

Witch is the default C template source, Geany crashed.