From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18317 invoked by alias); 12 Jul 2007 20:50:18 -0000 Received: (qmail 18294 invoked by uid 48); 12 Jul 2007 20:50:09 -0000 Date: Thu, 12 Jul 2007 20:50:00 -0000 Message-ID: <20070712205009.18293.qmail@sourceware.org> From: "mark at klomp dot org" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070712203353.4788.pmuldoon@redhat.com> References: <20070712203353.4788.pmuldoon@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4788] Exe.get() Exceptions are not being thrown X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00103.txt.bz2 List-Id: ------- Additional Comments From mark at klomp dot org 2007-07-12 20:50 ------- Could you include some more information? Can you change the printf to: int eee = errno; printf("file: %s, link: %s, len: %d, errno: %d\n", file, link, len, errno); errno = eee; And post what it actually prints out? (Note that you have to safe the errno value if you are going to reuse it after another system/library call. Also could you maybe add a #include and java::lang::Thread::dumpStack(); while you are at it? -- http://sourceware.org/bugzilla/show_bug.cgi?id=4788 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.