Hi, I compiled the hello project and got hello.exe. Running that I was unable to test it via
http://localhost:8080 What is the correct url? And, testing it via telnet gave me $ ./hello.exe Database connection initialized. Listening on port 8080.... Database connection initialized. Database connection initialized. Accepted connection. Handling connection with thread #0. Serving URI /hello.exe.... Accepted connection. Handling connection with thread #0. Accepted connection. Connection closed. Handling connection with thread #0. Segmentation fault (core dumped) on my fedora 12 box. The input was (some empty lines were removed): $ telnet localhost 8080 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. joe bye gor ^C ^X ^Q ^S^S rfojr ldslsls Connection closed by foreign host. --- How could I help debugging? - Gergely _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
