Index: /branches/BNC_2.12/src/bncmain.cpp
===================================================================
--- /branches/BNC_2.12/src/bncmain.cpp	(revision 8725)
+++ /branches/BNC_2.12/src/bncmain.cpp	(revision 8726)
@@ -394,4 +394,8 @@
   bncGetThread*       getThread = 0;
 
+#ifndef WIN32
+  signal(SIGPIPE, SIG_IGN);
+#endif
+
   // Interactive Mode - open the main window
   // ---------------------------------------
