connections to FB3 in "standaloneClassic" mode (firebird -s) hang up --------------------------------------------------------------------
Key: CORE-4586 URL: http://tracker.firebirdsql.org/browse/CORE-4586 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 3.0 Alpha 2 Environment: Linux - openSUSE 13.1 Reporter: Michal Kubeček When the "standaloneClassic" server is started with "/usr/sbin/firebird -s" and connection to it is created e.g. with echo 'show tables;' | isql -ch UTF8 '172.17.2.1:test' The query hangs up. Without "-s" option everything works fine, as well as in the usual "classic" mode (started via xinetd). From the network communication and strace output (I'll attach them in a moment), it seems that in both cases, the connection is established and first data packet from client (428 bytes, looks like authentication) is read. While in the multithreaded case, server reads configuration (firebird.conf, databases.conf) and responds to the packet, forked child in standalone case just calls poll() on connected socket again so that from that moment on, both client and server wait for data from the other side. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel