From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31490 invoked by alias); 11 Feb 2008 13:36:29 -0000 Received: (qmail 31276 invoked by uid 22791); 11 Feb 2008 13:36:27 -0000 X-Spam-Check-By: sourceware.org Received: from blu139-omc3-s22.blu139.hotmail.com (HELO blu139-omc3-s22.blu139.hotmail.com) (65.55.175.222) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 11 Feb 2008 13:35:59 +0000 Received: from BLU122-W20 ([65.55.162.189]) by blu139-omc3-s22.blu139.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Feb 2008 05:35:57 -0800 Message-ID: From: =?windows-1254?Q?Hakan_=C7akiroglu?= To: Date: Mon, 11 Feb 2008 13:36:00 -0000 Content-Type: text/plain; charset="windows-1254" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] microwindows Can not open graphics error X-SW-Source: 2008-02/txt/msg00072.txt.bz2 I am trying to run microwindows applicaton. But I got the following error for the following source. What sould be the reason??? thank you! #define MWINCLUDECOLORS #include #include #include "microwin/nano-X.h" int main(int ac,char **av) { init_all_network_interfaces(); GR_WINDOW_ID w; GR_EVENT event; if (GrOpen() < 0) { printf("Can't open graphics\n"); exit(1); } w = GrNewWindow(GR_ROOT_WINDOW_ID, 20, 20, 100, 60, 4, WHITE, BLUE); GrMapWindow(w); for (;;) { GrGetNextEvent(&event); } GrClose(); return 0; } ASSERT FAIL: thread.inl[489]static CYG_ADDRWORD Cyg_Thread::get_data() Per th read data index out of bounds ASSERT FAIL: thread.inl [ 489] static CYG_ADDRWORD Cyg_Thread::get_d ata() Per thread data index out of bounds _________________________________________________________________ Kendinizi ifade edin: giriþ sayfanýzý Live.com ile istediðiniz biçimde tasarlayýn. http://www.live.com/getstarted -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss