X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <49B8BAFF.20006@freemail.hu> Date: Thu, 12 Mar 2009 08:34:23 +0100 From: ROCKER User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Monoburg freezes at a GLib call Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, I have a problem about building mono project on cygwin. Mono needs GLib 2.0 to build so I downloaded the GLib source from www.gtk.org and I built and installed it. Then I started building mono but it froze at testing monoburg after compiled it: --------------------------------------- Making all in monoburg make[3]: Entering directory `/home/tszemeredi/Install/mono-src/mono-2.2/mono/monoburg' gcc -mno-cygwin -g -o monoburg ./monoburg.c parser.c -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I. -I../.. -g -O2 -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lintl -liconv ./monoburg ./sample.brg > sample.c (the make process freezes at tis line and the CPU load is 100%) --------------------------------------- I tried to run monoburg explicitely without any command line parameters but it froze too. I put some debug line to sources of GLib and mono and I detected to monoburg froze when it called g_hash_table_new in the main function in monoburg.c. As I saw it froze before entering to the g_hash_table_new. I put a simple fprintf call at the beginning of this GLib function for debug but I never saw my debug information in the cygwin console. Can you help me about this problem? ROCKER -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/